Changes between Version 12 and Version 13 of AddFilterAlgorithm_PDAF3
- Timestamp:
- Jun 6, 2025, 8:42:43 AM (11 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AddFilterAlgorithm_PDAF3
v12 v13 220 220 The 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`. 221 221 222 Note 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 222 224 223 225 == Analysis routines of DA method ==