Changes between Version 29 and Version 30 of ImplementAnalysislseik


Ignore:
Timestamp:
Sep 4, 2010, 6:38:47 PM (14 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ImplementAnalysislseik

    v29 v30  
    2626For the analysis step of the LSEIK filter several operations related to the observations are needed. These operations are requested by PDAF by calling user-supplied routines. Intentionally, the operations are split into separate routines in order to keep the operations rather elementary as this procedure should simplify the implementation. The names of the required routines are specified in the call to the routine `PDAF_put_state_lseik` described below. With regard to the parallelization, all these routines (except `U_collect_state`) are executed by the filter processes (`filterpe=1`) only.
    2727
    28 For completeness we discuss here all user-supplied routines that are specified in the interface to `PDAF_put_state_lseik`.
     28For completeness we discuss here all user-supplied routines that are specified in the interface to `PDAF_put_state_lseik`. Many of the routines are localized versions of those that are needed for the global SEIK filter. Hence, if the user-supplied routines for the global SEIK filter have been already implemented, one can base on these routines to spped up the implementation.
    2929
    3030== `PDAF_put_state_lseik` ==