Changes between Version 1 and Version 2 of PDAF_assimilate_seik


Ignore:
Timestamp:
Jan 15, 2015, 3:25:23 PM (9 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF_assimilate_seik

    v1 v2  
    2828The user-supplied call-back routines are described on the page on [ImplementAnalysisseik implementing the analysis step of the SEIK filter].
    2929
    30 It is recommended that the value of `status_pdaf` is checked in the program after PDAF_assimilate_estkf is executed. Only if its value is 0 the initialization was successful.
     30It is recommended that the value of `status_pdaf` is checked in the program after PDAF_assimilate_seik is executed. Only if its value is 0 the initialization was successful.
    3131
    3232PDAF also has a [PdafSimplifiedInterface Simplified Interface] providing the routine `PDAF_assimilate_seik_si`. In the simplified interface, the name of the user-supplied routines have predefined names and do not appear in the call to `PDAF_assimilate_seik_si`.  More information on the pre-defined names is provided in the [ImplementAnalysisseik page on implementing the analysis step of the SEIK filter].