Changes between Version 1 and Version 2 of readwrite_obs
- Timestamp:
- Feb 9, 2019, 1:16:00 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
readwrite_obs
v1 v2 11 11 == init_file_syn_obs == 12 12 13 This routine initializes the file(s) holding the synthetic observations. It is usually called at the initialization stage in ` ``init_pdaf```.13 This routine initializes the file(s) holding the synthetic observations. It is usually called at the initialization stage in `init_pdaf`. 14 14 15 15 The interface is the following: … … 29 29 == write_syn_obs == 30 30 31 This routine writes the full vector of synthetic observations into the file. It is usually called in ` ``get_obs_f_pdaf``` when observations are generated with PDAF.31 This routine writes the full vector of synthetic observations into the file. It is usually called in `get_obs_f_pdaf` when observations are generated with PDAF. 32 32 33 33 The interface is the following: … … 48 48 == read_syn_obs == 49 49 50 This routine reads the full vector of synthetic observations from the file. It is usually called in ` ``init_dim_obs_f_pdaf``` when a twin experiment is computed.50 This routine reads the full vector of synthetic observations from the file. It is usually called in `init_dim_obs_f_pdaf` when a twin experiment is computed. 51 51 52 52 The interface is the following: