Changes between Version 4 and Version 5 of OnlineInitPdaf_PDAF3
- Timestamp:
- Sep 1, 2025, 11:01:05 AM (21 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OnlineInitPdaf_PDAF3
v4 v5 48 48 init_ens_offline, screen, status_pdaf) 49 49 }}} 50 51 || **Note:** Implementations done before PDAF V3.0, used the routine `PDAF_init` which is described on the [wiki:InitPdaf_PDAF23 Page on initialized PDAF without the PDAF3 interface]. ||52 50 53 51 The required arguments are described below. In the list, we mark those variables bold, which one might like to change, like the type of the DA method. The other variables are required, but usually not changed by the user. … … 74 72 We recommended to check the value of `status_pdaf` in the program after `PDAF3_init`, and potentially `PDAF_set_iparam and `PDAF_set_rparam` are executed. Only if its value is 0, the initialization was successful. One test after the set of calls is sufficient. 75 73 74 75 **Notes:** 76 - Implementations done before PDAF V3.0, used the routine `PDAF_init` which is described on the [wiki:InitPdaf_PDAF23 Page on initialized PDAF without the PDAF3 interface]. 77 - For using `PDAF3_init`, the routine `init_parallel_pdaf` has to contain a call to `PDAF3_set_parallel`. This is included in the template and tutorial codes for PDAF V3.0 and later. 78 76 79 === Note on available options === 77 80