Ginan
|
Functions | |
FileType | COST__ () |
bool | replaceStr (string &s, string toReplace, string replaceWith) |
Replaces first instance of string 'toReplace' with 'replaceWith' within 's'. | |
void | outputCost (string filename, KFState &kfState, Receiver &rec) |
Outputs troposphere COST file. | |
FileType COST__ | ( | ) |
Outputs troposphere COST file.
< Data processed in near-real time [false: (re-)processed off-line]
< Data processed to climate quality [false: NRT quality]
< Ocean tide loading correction applied
< Atmospheric loading correction applied
< Local surface met. sensor data available
< Timestamps are at the centre of period [false: end of period]
< GPS satellite(s) used
< GLONASS satellite(s) used
< Galileo satellite(s) used
< Reserved
< PCDH is missing or invalid
< Product Confidence Data - Header
< Num GNSS sasts in solution [31 = missing]
< Observed met. data used [false: NWP met data]
< ZTD data quality is considered poor
< Reserved
< PCDD is missing or invalid
< Product Confidence Data - Data
filename | Filename |
kfState | KF object containing positioning & trop solutions |
rec | Receiver |
bool replaceStr | ( | string & | s, |
string | toReplace, | ||
string | replaceWith ) |
Replaces first instance of string 'toReplace' with 'replaceWith' within 's'.
s | String to modify |
toReplace | String to replace |
replaceWith | String to replace with |