Ginan
|
Functions | |
FileType | SP3__ () |
E_Sys | code2sys (char code) |
satellite code to satellite system | |
bool | readsp3 (std::istream &fileStream, vector< Peph > &pephList, int opt, E_TimeSys &tsys, double *bfact) |
read an epoch of data from an sp3 precise ephemeris file | |
void | readSp3ToNav (string &file, Navigation &nav, int opt) |
E_Sys code2sys | ( | char | code | ) |
satellite code to satellite system
Satellite code to satellite system.
bool readsp3 | ( | std::istream & | fileStream, |
vector< Peph > & | pephList, | ||
int | opt, | ||
E_TimeSys & | tsys, | ||
double * | bfact ) |
read an epoch of data from an sp3 precise ephemeris file
fileStream | stream to read content from |
pephList | vector of precise ephemerides for one epoch |
opt | options options (1: only observed + 2: only predicted + 4: not combined) |
tsys | time system |
bfact | bfact values from header |
void readSp3ToNav | ( | string & | file, |
Navigation & | nav, | ||
int | opt ) |
FileType SP3__ | ( | ) |