Changes between Version 1 and Version 2 of readwrite_obs


Ignore:
Timestamp:
Feb 9, 2019, 1:16:00 PM (5 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • readwrite_obs

    v1 v2  
    1111== init_file_syn_obs ==
    1212
    13 This routine initializes the file(s) holding the synthetic observations. It is usually called at the initialization stage in ```init_pdaf```.
     13This routine initializes the file(s) holding the synthetic observations. It is usually called at the initialization stage in `init_pdaf`.
    1414
    1515The interface is the following:
     
    2929== write_syn_obs ==
    3030
    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.
     31This 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.
    3232
    3333The interface is the following:
     
    4848== read_syn_obs ==
    4949
    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.
     50This 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.
    5151
    5252The interface is the following: