Changes between Version 6 and Version 7 of PdafSimplifiedInterface


Ignore:
Timestamp:
Jan 22, 2012, 10:25:59 AM (12 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PdafSimplifiedInterface

    v6 v7  
    2525The implementation of PDAF with the simplified interface is analogous to the case when the full interface is used. Below, we described the differences in the interfaces. For the general implementation guide, please see the pages describing the implementation with the full interface. (The subroutine names listed there are the pre-defined names required when the simplified interface is used)
    2626
     27Overview of predefined names:
     28|| predefined name || Name in documentation || called by    ||
     29|| `init_ens_pdaf` || `U_init_ens`          || `PDAF_init[_si]` ||
     30|| `next_observation_pdaf` || `U_next_observation` || `PDAF_get_state[_si]` ||
     31|| `distribute_state_pdaf` || `U_distribute_state` || `PDAF_get_state[_si]` ||
     32|| `prepoststep_pdaf`      || `U_prepoststep`      || `PDAF_get_state[_si]` ||
     33|| `collect_state_pdaf`    || `U_collect_state`    || `PDAF_put_state_X[_si]` ||
     34
     35In addition, there are filter-specific routines whose names are given on the page for each filter in the documentation on the [ImplementationofAnalysisStep implementation of the analysis step].
    2736
    2837== Required arguments for `PDAF_init_si` ==