Ginan
|
Data Structures | |
struct | OrbexFileData |
File editing information for ORBEX writing. More... | |
Functions | |
void | writeSysSetOrbex (string filename, GTime time, map< E_Sys, bool > &outSys, OrbexFileData &outFileDat, vector< E_Source > orbDataSrcs, vector< E_Source > clkDataSrcs, vector< E_Source > attDataSrcs, KFState *kfState_ptr=nullptr) |
Retrieve satellite orbits, clocks and attitudes for all included systems and write out to an ORBEX file. | |
void | outputOrbex (string filename, GTime time, vector< E_Source > orbDataSrcs, vector< E_Source > clkDataSrcs, vector< E_Source > attDataSrcs, KFState *kfState_ptr=nullptr) |
Output ORBEX files. | |
void outputOrbex | ( | string | filename, |
GTime | time, | ||
vector< E_Source > | orbDataSrcs, | ||
vector< E_Source > | clkDataSrcs, | ||
vector< E_Source > | attDataSrcs, | ||
KFState * | kfState_ptr = nullptr ) |
Output ORBEX files.
filename | File to write to |
time | Epoch time (GPST) |
orbDataSrcs | Data source for satellite positions & velocities |
clkDataSrcs | Data source for satellite clocks |
attDataSrcs | Data source for satellite attitudes |
kfState_ptr | Pointer to a kalman filter to take values from |
void writeSysSetOrbex | ( | string | filename, |
GTime | time, | ||
map< E_Sys, bool > & | outSys, | ||
OrbexFileData & | outFileDat, | ||
vector< E_Source > | orbDataSrcs, | ||
vector< E_Source > | clkDataSrcs, | ||
vector< E_Source > | attDataSrcs, | ||
KFState * | kfState_ptr = nullptr ) |
Retrieve satellite orbits, clocks and attitudes for all included systems and write out to an ORBEX file.
filename | File path to output file |
time | Epoch time (GPST) |
outSys | Systems to include in file |
outFileDat | Current file editing information |
orbDataSrcs | Data source for satellite positions & velocities |
clkDataSrcs | Data source for satellite clocks |
attDataSrcs | Data source for satellite attitudes |
kfState_ptr | Pointer to a kalman filter to take values from |