Changes between Version 12 and Version 13 of AddFilterAlgorithm_PDAF3


Ignore:
Timestamp:
Jun 6, 2025, 8:42:43 AM (11 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AddFilterAlgorithm_PDAF3

    v12 v13  
    220220The timing operations are implemented using the module `PDAF_timer`, which provides the function `PDAF_timeit`. Memory allocation is computed using `PDAF_memcount`, which is provided by the module `PDAF_memcounting`.
    221221
     222Note that a DA method can also run without implementing this routine. However, it is usually a good idea to privide timing information at least for the largeer steps in a DA algorithm.
     223
    222224
    223225== Analysis routines of DA method ==