Changes between Version 17 and Version 18 of AddFilterAlgorithm


Ignore:
Timestamp:
Dec 4, 2011, 12:51:33 PM (12 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AddFilterAlgorithm

    v17 v18  
    2424The routine `PDAF_get_state` calls
    2525 * `PDAF_initinfo_filters` - interface routine to `PDAF_X_initinfo`
    26    * `PDAF_X_initinfo` displays information on the current configuration of the filter algorithm.
     26   * `PDAF_X_initinfo` displays information on the chosen configuration of the filter algorithm.
    2727
    2828
     
    134134 * Available subtypes (At least '0' for standard implementation; '5' for offline mode)
    135135 * Parameters used from the parameter arrays `param_int` and `param_real`.
     136
     137
     138
     139=== `PDAF_X_initinfo` ===
     140
     141The routine `PDAF_X_initinfo` displays information on the chosen configuration of the filter algorithm.
     142
     143The interface is as follows:
     144{{{
     145  SUBROUTINE PDAF_X_initinfo()
     146}}}
     147It has no arguments!
     148
     149The following functionality is recommended:
     150 * Display the name of the filter method
     151 * Display a string about the selected subtype of the filter method
     152 * Display the ensemble size and value of the forgetting factor
     153 * Display additional information on options selected by entries in the parameter arrays `param_int` and `param_real`