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

Functions

void resetCommentsToDefault ()
 Reset comments to their default values.
 
void writeTropHeader (ofstream &out)
 Write out trop sinex file header.
 
void setDescription (bool isSmoothed)
 Set data for trop description block.
 
void writeTropDesc (ofstream &out)
 Write TROP/DESCRIPTION block.
 
void writeTropSiteId (ofstream &out, string markerName)
 Write SITE/ID block.
 
void writeTropSiteRec (ofstream &out, string markerName)
 Write SITE/RECEIVER block.
 
void setSiteAntCalib ()
 Set antenna calibration model data for SITE/ANTENNA block.
 
void writeTropSiteAnt (ofstream &out, string markerName)
 Write SITE/ANTENNA block.
 
void writeTropSiteEcc (ofstream &out, string markerName)
 Write SITE/ECCENTRICITY block.
 
void writeTropSiteCoord (ofstream &out, string markerName, string filename)
 Write SITE/COORDINATES block.
 
void setTropSolFromFilter (KFState &kfState)
 Set troposphere solution data from filter.
 
void setTropSolCommentList ()
 Set troposphere solution header comment.
 
void setTropSol (KFState &kfState)
 Set troposphere solution data.
 
void writeTropSol (ofstream &out, string markerName, string filename)
 Write TROP/SOLUTION block.
 
void writeTropSinexToFile (string filename, string markerName)
 Write troposphere Sinex data to file.
 
void outputTropSinex (string filename, GTime time, KFState &kfState, string markerName, bool isSmoothed)
 Output troposphere SINEX data.
 

Function Documentation

◆ outputTropSinex()

void outputTropSinex ( string filename,
GTime time,
KFState & kfState,
string markerName,
bool isSmoothed )

Output troposphere SINEX data.

Parameters
filenamefilename of file to write out
timeepoch of solution
kfStateKF state
markerNamename of station to use ("MIX" for all)
isSmoothedif solution is smoothed (RTS or fixed-lag)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ resetCommentsToDefault()

void resetCommentsToDefault ( )

Reset comments to their default values.

Here is the caller graph for this function:

◆ setDescription()

void setDescription ( bool isSmoothed)

Set data for trop description block.

Parameters
isSmoothedif solution is smoothed (RTS or fixed-lag)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ setSiteAntCalib()

void setSiteAntCalib ( )

Set antenna calibration model data for SITE/ANTENNA block.

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

◆ setTropSol()

void setTropSol ( KFState & kfState)

Set troposphere solution data.

Parameters
kfStateKF state
Here is the call graph for this function:
Here is the caller graph for this function:

◆ setTropSolCommentList()

void setTropSolCommentList ( )

Set troposphere solution header comment.

Here is the caller graph for this function:

◆ setTropSolFromFilter()

void setTropSolFromFilter ( KFState & kfState)

Set troposphere solution data from filter.

Parameters
kfStateKF state
Here is the call graph for this function:
Here is the caller graph for this function:

◆ writeTropDesc()

void writeTropDesc ( ofstream & out)

Write TROP/DESCRIPTION block.

Parameters
outstream to write out
Here is the call graph for this function:
Here is the caller graph for this function:

◆ writeTropHeader()

void writeTropHeader ( ofstream & out)

Write out trop sinex file header.

Parameters
outstream to write out
Here is the caller graph for this function:

◆ writeTropSinexToFile()

void writeTropSinexToFile ( string filename,
string markerName )

Write troposphere Sinex data to file.

Parameters
filenamefilename of file to write out
markerNamerecID if individual rec used for soln, else blank
Here is the call graph for this function:
Here is the caller graph for this function:

◆ writeTropSiteAnt()

void writeTropSiteAnt ( ofstream & out,
string markerName )

Write SITE/ANTENNA block.

Parameters
outstream to write out
markerNamerecID if individual rec used for soln, else blank
Here is the call graph for this function:
Here is the caller graph for this function:

◆ writeTropSiteCoord()

void writeTropSiteCoord ( ofstream & out,
string markerName,
string filename )

Write SITE/COORDINATES block.

Parameters
outstream to write out
markerNamerecID if individual rec used for soln, else blank
filenamefilename of file to write out
Here is the call graph for this function:
Here is the caller graph for this function:

◆ writeTropSiteEcc()

void writeTropSiteEcc ( ofstream & out,
string markerName )

Write SITE/ECCENTRICITY block.

Parameters
outstream to write out
markerNamerecID if individual rec used for soln, else blank
Here is the call graph for this function:
Here is the caller graph for this function:

◆ writeTropSiteId()

void writeTropSiteId ( ofstream & out,
string markerName )

Write SITE/ID block.

Parameters
outstream to write out
markerNamerecID if individual rec used for soln, else blank
Here is the call graph for this function:
Here is the caller graph for this function:

◆ writeTropSiteRec()

void writeTropSiteRec ( ofstream & out,
string markerName )

Write SITE/RECEIVER block.

Parameters
outstream to write out
markerNamerecID if individual rec used for soln, else blank
Here is the call graph for this function:
Here is the caller graph for this function:

◆ writeTropSol()

void writeTropSol ( ofstream & out,
string markerName,
string filename )

Write TROP/SOLUTION block.

Parameters
outstream to write out
markerNamerecID if individual rec used for soln, else blank
filenamefilename of file to write out
Here is the call graph for this function:
Here is the caller graph for this function: