![]() |
Ginan
|
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. | |
| void outputTropSinex | ( | string | filename, |
| GTime | time, | ||
| KFState & | kfState, | ||
| string | markerName, | ||
| bool | isSmoothed ) |
Output troposphere SINEX data.
| filename | filename of file to write out |
| time | epoch of solution |
| kfState | KF state |
| markerName | name of station to use ("MIX" for all) |
| isSmoothed | if solution is smoothed (RTS or fixed-lag) |
| void resetCommentsToDefault | ( | ) |
Reset comments to their default values.
| void setDescription | ( | bool | isSmoothed | ) |
Set data for trop description block.
| isSmoothed | if solution is smoothed (RTS or fixed-lag) |
| void setSiteAntCalib | ( | ) |
Set antenna calibration model data for SITE/ANTENNA block.
| void setTropSol | ( | KFState & | kfState | ) |
Set troposphere solution data.
| kfState | KF state |
| void setTropSolCommentList | ( | ) |
Set troposphere solution header comment.
| void setTropSolFromFilter | ( | KFState & | kfState | ) |
Set troposphere solution data from filter.
| kfState | KF state |
| void writeTropDesc | ( | ofstream & | out | ) |
Write TROP/DESCRIPTION block.
| out | stream to write out |
| void writeTropHeader | ( | ofstream & | out | ) |
Write out trop sinex file header.
| out | stream to write out |
| void writeTropSinexToFile | ( | string | filename, |
| string | markerName ) |
Write troposphere Sinex data to file.
| filename | filename of file to write out |
| markerName | recID if individual rec used for soln, else blank |
| void writeTropSiteAnt | ( | ofstream & | out, |
| string | markerName ) |
Write SITE/ANTENNA block.
| out | stream to write out |
| markerName | recID if individual rec used for soln, else blank |
| void writeTropSiteCoord | ( | ofstream & | out, |
| string | markerName, | ||
| string | filename ) |
Write SITE/COORDINATES block.
| out | stream to write out |
| markerName | recID if individual rec used for soln, else blank |
| filename | filename of file to write out |
| void writeTropSiteEcc | ( | ofstream & | out, |
| string | markerName ) |
Write SITE/ECCENTRICITY block.
| out | stream to write out |
| markerName | recID if individual rec used for soln, else blank |
| void writeTropSiteId | ( | ofstream & | out, |
| string | markerName ) |
Write SITE/ID block.
| out | stream to write out |
| markerName | recID if individual rec used for soln, else blank |
| void writeTropSiteRec | ( | ofstream & | out, |
| string | markerName ) |
Write SITE/RECEIVER block.
| out | stream to write out |
| markerName | recID if individual rec used for soln, else blank |
| void writeTropSol | ( | ofstream & | out, |
| string | markerName, | ||
| string | filename ) |
Write TROP/SOLUTION block.
| out | stream to write out |
| markerName | recID if individual rec used for soln, else blank |
| filename | filename of file to write out |