![]() |
Ginan
|
Functions | |
| void | readIgsErp (string line, map< GTime, ERPValues > &erpMap) |
| read IGS ERP products | |
| void | readIers14C04 (string line, map< GTime, ERPValues > &erpMap) |
| read IERS C04 EOP products | |
| void | readIers20C04 (string line, map< GTime, ERPValues > &erpMap) |
| read IERS C04 EOP products | |
| void | readIersFinal (string line, map< GTime, ERPValues > &erpMap) |
| read IERS final EOP products | |
| void | readIersBulletinA (string line, map< GTime, ERPValues > &erpMap) |
| read IERS Bulletin-A EOP products | |
| ERPValues | getErp (ERP &erp, GTime time, bool useFilter) |
| Get earth rotation parameter values. | |
| void | writeErp (string filename, ERPValues &erp) |
| ERPValues | getErpFromFilter (const KFState &kfState) |
| Get earth rotation parameter values. | |
| void | writeErpFromNetwork (string filename, KFState &kfState) |
| void | readErp (string filename, ERP &erp) |
| read earth rotation parameters | |
| Matrix3d | receiverEopPartials (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 |
read IERS C04 EOP products
| line | line to read for IERS C04 file |
| erpMap | earth rotation parameters |
read IERS C04 EOP products
| line | line to read for IERS C04 file |
| erpMap | earth rotation parameters |
read IERS Bulletin-A EOP products
| line | line to read for IERS Bulletin-A file |
| erpMap | earth rotation parameters |
read IERS final EOP products
| line | line to read for IERS final file |
| erpMap | earth rotation parameters |
| Matrix3d receiverEopPartials | ( | Vector3d & | rRec | ) |
| void writeErp | ( | string | filename, |
| ERPValues & | erp ) |
| void writeErpFromNetwork | ( | string | filename, |
| KFState & | kfState ) |