Changes between Version 6 and Version 7 of PDAF_put_state_seik


Ignore:
Timestamp:
Apr 21, 2025, 2:11:48 PM (6 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF_put_state_seik

    v6 v7  
    2121 * `U_prodRinvA`: The name of the user-supplied routine that computes the product of the inverse of the observation error covariance matrix with some matrix provided to the routine by PDAF. This operation occurs during the analysis step of the SEIK filter.
    2222 * `U_init_obsvar`: The name of the user-supplied routine that provides a mean observation error variance to PDAF (This routine will only be executed, if an adaptive forgetting factor is used)
    23  * `status_pdaf`: The integer status flag. It is zero, if `PDAF_put_state_seik` is exited without errors.
     23 * `status_pdaf`: The integer status flag. It is zero, if the routine is exited without errors.
    2424
    2525
     
    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_put_state_seik` 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 the routine is executed. Only if its value is 0 the initialization was successful.