![]() |
Ginan
|
Functions | |
| E_ObsCode | str2code (string &input, E_MeasType &measType) |
| Convert observation code string to enum code. | |
| GTime | sinex_time_text (string &line, E_TimeSys tsys) |
| Convert time string in bias SINEX to gtime struct. | |
| void | read_biasSINEX_head (const char *buff) |
| Read header line in bias SINEX file. | |
| bool | read_biasSINEX_line (char *buff, E_TimeSys tsys) |
| Read data line in bias SINEX file. | |
| bool | readBiasSinex (string &filename) |
| Read single bias SINEX file. | |
| void read_biasSINEX_head | ( | const char * | buff | ) |
Read header line in bias SINEX file.
| buff | Line to read |
| bool read_biasSINEX_line | ( | char * | buff, |
| E_TimeSys | tsys ) |
Read data line in bias SINEX file.
| buff | Line to read |
| tsys | time system "UTC", "TAI", etc. |
| bool readBiasSinex | ( | string & | filename | ) |
Read single bias SINEX file.
| filename | File to read |
| GTime sinex_time_text | ( | string & | line, |
| E_TimeSys | tsys ) |
Convert time string in bias SINEX to gtime struct.
| line | line to read |
| tsys | time system |
| E_ObsCode str2code | ( | string & | input, |
| E_MeasType & | measType ) |
Convert observation code string to enum code.
| input | The input observation code string |
| measType | Measurement type of this observation - CODE/PHAS - as output |