Ginan
Loading...
Searching...
No Matches
erp.cpp File Reference

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 stationEopPartials (Vector3d &rRec)
 

Function Documentation

◆ getErp()

ERPValues getErp ( ERP & erp,
GTime time,
bool useFilter )

Get earth rotation parameter values.

Parameters
erpearth rotation parameters
timeTime
useFilterOptionally use the filter values stored in the erp object
Here is the call graph for this function:
Here is the caller graph for this function:

◆ getErpFromFilter()

ERPValues getErpFromFilter ( const KFState & kfState)

Get earth rotation parameter values.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ readErp()

void readErp ( string filename,
ERP & erp )

read earth rotation parameters

Parameters
filenameERP file
erpearth rotation parameters
Here is the call graph for this function:
Here is the caller graph for this function:

◆ readIers14C04()

void readIers14C04 ( string line,
map< GTime, ERPValues > & erpMap )

read IERS C04 EOP products

Parameters
lineline to read for IERS C04 file
erpMapearth rotation parameters
Here is the call graph for this function:
Here is the caller graph for this function:

◆ readIers20C04()

void readIers20C04 ( string line,
map< GTime, ERPValues > & erpMap )

read IERS C04 EOP products

Parameters
lineline to read for IERS C04 file
erpMapearth rotation parameters
Here is the call graph for this function:
Here is the caller graph for this function:

◆ readIersBulletinA()

void readIersBulletinA ( string line,
map< GTime, ERPValues > & erpMap )

read IERS Bulletin-A EOP products

Parameters
lineline to read for IERS Bulletin-A file
erpMapearth rotation parameters
Here is the caller graph for this function:

◆ readIersFinal()

void readIersFinal ( string line,
map< GTime, ERPValues > & erpMap )

read IERS final EOP products

Parameters
lineline to read for IERS final file
erpMapearth rotation parameters
Here is the call graph for this function:
Here is the caller graph for this function:

◆ readIgsErp()

void readIgsErp ( string line,
map< GTime, ERPValues > & erpMap )

read IGS ERP products

Parameters
lineline to read for IGS ERP file (IGS ERP ver.2)
erpMapearth rotation parameters
Here is the caller graph for this function:

◆ stationEopPartials()

Matrix3d stationEopPartials ( Vector3d & rRec)
Here is the caller graph for this function:

◆ writeErp()

void writeErp ( string filename,
ERPValues & erp )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ writeErpFromNetwork()

void writeErpFromNetwork ( string filename,
KFState & kfState )
Here is the call graph for this function:
Here is the caller graph for this function: