Changes between Version 12 and Version 13 of ImplementationofAnalysisStep_PDAF3
- Timestamp:
- May 27, 2025, 5:31:23 PM (5 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ImplementationofAnalysisStep_PDAF3
v12 v13 77 77 == Implementation variants before PDAF3 == 78 78 79 === Implementing the analysis step using PDAF-OMI without PDAFlocal ===79 === Analysis step using PDAF-OMI without PDAFlocal === 80 80 81 81 This variant refers to the `PDAFomi_` routines to call the analysis step. … … 85 85 || For reference we provide the documentation on the **[wiki:ImplementAnalysisLocal_untilPDAF221 implementation of the analysis step with PDAF-OMI not using PDAFlocal].** || 86 86 87 === Implementing the analysis step using PDAF-OMI and PDAFlocal ===87 === Analysis step using PDAF-OMI and PDAFlocal === 88 88 89 89 This variant refers to the `PDAFlocalomi_` routines to call the analysis step. … … 95 95 96 96 97 === Implementing the analysis step using PDAF's full interface ===97 === Analysis step using PDAF's full interface === 98 98 99 99 This variant refers to the `PDAF_` routines to call the analysis step.