Ginan
|
Data Structures | |
struct | ERPValues |
earth rotation parameter data type More... | |
struct | ERP |
Functions | |
void | readErp (string filename, ERP &erp) |
read earth rotation parameters | |
ERPValues | getErp (ERP &erp, GTime time, bool useFilter=true) |
Get earth rotation parameter values. | |
void | writeErp (string filename, ERPValues &erp) |
void | writeErpFromNetwork (string filename, KFState &kfState) |
ERPValues | getErpFromFilter (const KFState &kfState) |
Get earth rotation parameter values. | |
Matrix3d | stationEopPartials (Vector3d &rRec) |
Get earth rotation parameter values.
erp | earth rotation parameters |
time | Time |
useFilter | Optionally use the filter values stored in the erp object |
Get earth rotation parameter values.
void readErp | ( | string | filename, |
ERP & | erp ) |
read earth rotation parameters
filename | ERP file |
erp | earth rotation parameters |
Matrix3d stationEopPartials | ( | Vector3d & | rRec | ) |
void writeErp | ( | string | filename, |
ERPValues & | erp ) |
void writeErpFromNetwork | ( | string | filename, |
KFState & | kfState ) |