Changes between Version 1 and Version 2 of ImplementAnalysisPDAF3Universal


Ignore:
Timestamp:
May 24, 2025, 5:52:20 PM (8 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ImplementAnalysisPDAF3Universal

    v1 v2  
    3232== Overview ==
    3333
    34 This page describes the recommended implementation of the analysis step using the universal routines of the PDAF3 interface.
    35 The older approach calling PDAFomi_assimilate_local or PDAFomi_put_state_local is documented on the page on [wiki:ImplementAnalysisLocal_untilPDAF221 Implementing the Analysis Step for the Local Filters with OMI without PDAFlocal (until V2.2.1 of PDAF)].
    36 
    37 PDAF3 provides universal routines for the analysis step, which only distinguish whether the online or offline D mode is used.
     34This page describes the recommended implementation of the analysis step using the universal routines of the PDAF3 interface.
     35
     36PDAF3 provides universal routines for the analysis step, which only distinguish whether the online or offline mode is used.
    3837
    3938For the analysis step we need different operations related to the observations. These operations are requested by PDAF by call-back routines supplied by the user and provided in the observation modules using PDAF-OMI. The names of the routines that are provided by the user are specified in the call to the assimilation routine `PDAF3_assimilate`.