Changes between Version 1 and Version 2 of PDAF_put_state_generate_obs
- Timestamp:
- Feb 9, 2019, 12:45:50 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAF_put_state_generate_obs
v1 v2 23 23 24 24 25 The user-supplied call-back routines are described on the [ImplementGene nerateObs page on implementing the generation of synthetic observations].25 The user-supplied call-back routines are described on the [ImplementGenerateObs page on implementing the generation of synthetic observations]. 26 26 27 27 It is recommended that the value of `status_pdaf` is checked in the program after PDAF_generate_obs is executed. Only if its value is 0 the initialization was successful. 28 28 29 PDAF also has a [PdafSimplifiedInterface Simplified Interface] providing the routine `PDAF_put_state_generate_obs_si`. In the simplified interface, the name of the user-supplied routines have predefined names and do not appear in the call to `PDAF_put_state_generate_obs_si`. More information on the pre-defined names is provided in the [ImplementGene nerateObs page on implementing the generation of synthetic observations].29 PDAF also has a [PdafSimplifiedInterface Simplified Interface] providing the routine `PDAF_put_state_generate_obs_si`. In the simplified interface, the name of the user-supplied routines have predefined names and do not appear in the call to `PDAF_put_state_generate_obs_si`. More information on the pre-defined names is provided in the [ImplementGenerateObs page on implementing the generation of synthetic observations]. 30 30 31 31