General Purpose Geodetic Library
|
#include <SgVlbiSessionInfo.h>
Public Types | |
enum | OriginType { OT_DBH = 0 , OT_NGS = 1 , OT_VDB = 2 , OT_MK4 = 3 , OT_KOMB = 4 , OT_AGV = 5 , OT_UNKNOWN = 0xff } |
enum | Attributes { Attr_NOT_VALID = 1<< 0 , Attr_HAS_AUX_OBS = 1<< 1 , Attr_PRE_PROCESSED = 1<< 2 , Attr_HAS_CLOCK_BREAKS = 1<< 3 , Attr_HAS_DTEC = 1<< 4 , Attr_HAS_CALC_DATA = 1<< 5 , Attr_HAS_IONO_CORR = 1<< 6 , Attr_HAS_WEIGHTS = 1<< 7 , Attr_FF_CREATED = 1<< 8 , Attr_FF_CALC_DATA_MODIFIED = 1<< 9 , Attr_FF_AUX_OBS_MODIFIED = 1<<10 , Attr_FF_OUTLIERS_PROCESSED = 1<<11 , Attr_FF_AMBIGS_RESOLVED = 1<<12 , Attr_FF_WEIGHTS_CORRECTED = 1<<13 , Attr_FF_ION_C_CALCULATED = 1<<14 , Attr_FF_ECC_UPDATED = 1<<15 , Attr_FF_AUTOPROCESSED = 1<<16 , Attr_FF_EDIT_INFO_MODIFIED = 1<<17 , Attr_FF_STN_PWL_MODIFIED = 1<<18 , Attr_FF_PHASE_DEL_USED = 1<<19 , Attr_REF_CLOCKS_ADJUSTED = 1<<20 } |
enum | CorrelatorPostProcSoftware { CPPS_HOPS = 0 , CPPS_PIMA = 1 , CPPS_C5PP = 2 , CPPS_UNKNOWN = 0xff } |
Public Member Functions | |
SgVlbiSessionInfo () | |
SgVlbiSessionInfo (const SgVlbiSessionInfo &) | |
virtual | ~SgVlbiSessionInfo () |
SgVlbiSessionInfo & | operator= (const SgVlbiSessionInfo &) |
OriginType | getOriginType () const |
const SgMJD & | getTCreation () const |
const SgMJD & | getTStart () const |
const SgMJD & | getTFinis () const |
const SgMJD & | getTMean () const |
const QString & | getName () const |
const QString & | getNetworkSuffix () const |
const QString & | getSessionCode () const |
const QString & | getNetworkID () const |
const QString & | getDescription () const |
const QString & | getUserFlag () const |
const QString & | getOfficialName () const |
const QString & | getCorrelatorName () const |
const QString & | getCorrelatorType () const |
const QString & | getSubmitterName () const |
const QString & | getSchedulerName () const |
const QString & | getPiAgencyName () const |
int | getExperimentSerialNumber () const |
const QString & | getRecordingMode () const |
int | getNumOfStations () const |
int | getNumOfBaselines () const |
int | getNumOfSources () const |
int | getNumOfObservations () const |
CorrelatorPostProcSoftware | getCppsSoft () const |
void | setOriginType (OriginType type) |
void | setTCreation (const SgMJD &t) |
void | setTStart (const SgMJD &t) |
void | setTFinis (const SgMJD &t) |
void | setName (const QString &name) |
void | setNetworkSuffix (const QString &suffix) |
void | setSessionCode (const QString &code) |
void | setNetworkID (const QString &netID) |
void | setDescription (const QString &description) |
void | setUserFlag (const QString &flag) |
void | setOfficialName (const QString &name) |
void | setCorrelatorName (const QString &name) |
void | setCorrelatorType (const QString &name) |
void | setSubmitterName (const QString &name) |
void | setSchedulerName (const QString &name) |
void | setPiAgencyName (const QString &name) |
void | setExperimentSerialNumber (int sn) |
void | setRecordingMode (const QString &mode) |
void | setNumOfStations (int n) |
void | setNumOfBaselines (int n) |
void | setNumOfSources (int n) |
void | setNumOfObservations (int n) |
void | setCppsSoft (CorrelatorPostProcSoftware soft) |
void | addDelayWRMS (double o_c, double w) |
void | addRateWRMS (double o_c, double w) |
double | delayWRMS () const |
double | rateWRMS () const |
void | clearRMSs () |
void | guessNetworkId () |
![]() | |
SgAttribute () | |
SgAttribute (const SgAttribute &a) | |
~SgAttribute () | |
SgAttribute & | operator= (const SgAttribute &a) |
unsigned int | getAttributes () const |
void | setAttributes (unsigned int a) |
void | addAttr (uint a) |
void | delAttr (uint a) |
void | assignAttr (uint a, bool b) |
void | xorAttr (uint a) |
bool | isAttr (uint a) const |
void | clearAll () |
Static Public Member Functions | |
static QString | className () |
![]() | |
static const QString | className () |
Protected Member Functions | |
virtual void | calcTMean () |
Protected Attributes | |
OriginType | originType_ |
type of origin of the imported file(s); More... | |
SgMJD | tCreation_ |
date of creation of imported file(s); More... | |
SgMJD | tStart_ |
first epoch of the observations; More... | |
SgMJD | tFinis_ |
last epoch of the observations; More... | |
SgMJD | tMean_ |
mean epoch of the observations; More... | |
QString | name_ |
name of the session (e.g., 10JUL22XE); More... | |
QString | networkSuffix_ |
a char that specifies network (e.g., A, E, U, etc.); More... | |
QString | sessionCode_ |
official session code (from Masterfile); More... | |
QString | networkID_ |
Network ID (a key);. More... | |
QString | description_ |
Experiment description;. More... | |
QString | userFlag_ |
A flag assigned by user;. More... | |
QString | officialName_ |
Official Name (from MasterFile) More... | |
QString | correlatorName_ |
Correlator Name (from MasterFile) More... | |
QString | correlatorType_ |
Type of the correlator;. More... | |
QString | submitterName_ |
Name of resposible organization (from MasterFile) More... | |
QString | schedulerName_ |
Name of resposible organization (from MasterFile) More... | |
QString | piAgencyName_ |
Name of P.I. organization. More... | |
QString | recordingMode_ |
int | experimentSerialNumber_ |
int | numOfStations_ |
int | numOfBaselines_ |
int | numOfSources_ |
int | numOfObservations_ |
CorrelatorPostProcSoftware | cppsSoft_ |
double | delaySumRMS2_ |
double | rateSumRMS2_ |
double | delaySumW_ |
double | rateSumW_ |
Definition at line 56 of file SgVlbiSessionInfo.h.
Definition at line 69 of file SgVlbiSessionInfo.h.
Enumerator | |
---|---|
CPPS_HOPS | HOPS. |
CPPS_PIMA | PIMA. |
CPPS_C5PP | C5++. |
CPPS_UNKNOWN | unknown (=all others); |
Definition at line 95 of file SgVlbiSessionInfo.h.
Definition at line 59 of file SgVlbiSessionInfo.h.
SgVlbiSessionInfo::SgVlbiSessionInfo | ( | ) |
A constructor. Creates a default object.
Definition at line 52 of file SgVlbiSessionInfo.cpp.
References CPPS_UNKNOWN, cppsSoft_, delaySumRMS2_, delaySumW_, experimentSerialNumber_, numOfBaselines_, numOfObservations_, numOfSources_, numOfStations_, originType_, OT_UNKNOWN, rateSumRMS2_, and rateSumW_.
SgVlbiSessionInfo::SgVlbiSessionInfo | ( | const SgVlbiSessionInfo & | si | ) |
A constructor. Creates a copy of the object.
Definition at line 90 of file SgVlbiSessionInfo.cpp.
|
virtual |
A destructor. Frees allocated memory.
Definition at line 99 of file SgVlbiSessionInfo.cpp.
|
inline |
Definition at line 746 of file SgVlbiSessionInfo.h.
References delaySumRMS2_, and delaySumW_.
|
inline |
Definition at line 755 of file SgVlbiSessionInfo.h.
References rateSumRMS2_, and rateSumW_.
|
inlineprotectedvirtual |
Reimplemented in SgVlbiSession.
Definition at line 738 of file SgVlbiSessionInfo.h.
References tFinis_, tMean_, SgMJD::toDouble(), and tStart_.
|
static |
Returns name of the class (for debug output).
Definition at line 42 of file SgVlbiSessionInfo.cpp.
Referenced by guessNetworkId().
|
inline |
Definition at line 780 of file SgVlbiSessionInfo.h.
References delaySumRMS2_, delaySumW_, rateSumRMS2_, and rateSumW_.
|
inline |
Returns weighted root mean squares for delays.
Definition at line 764 of file SgVlbiSessionInfo.h.
References delaySumRMS2_, and delaySumW_.
|
inline |
Returns name/ID of the correlator that processed the session.
Definition at line 499 of file SgVlbiSessionInfo.h.
References correlatorName_.
Referenced by SgAgvDriver::fillSessVars(), NsScrPrx4Session::getCorrelatorName(), and NsSessionEditDialog::tab4GeneralInfo().
|
inline |
Returns name/ID of the correlator that processed the session.
Definition at line 507 of file SgVlbiSessionInfo.h.
References correlatorType_.
Referenced by SgAgvDriver::fillSessVars(), NsScrPrx4Session::getCorrelatorType(), SgVlbiSession::getDataFromDbhImage(), SgVlbiSession::processKombFile(), and SgVlbiSession::putDataIntoVgosDb().
|
inline |
Definition at line 222 of file SgVlbiSessionInfo.h.
References cppsSoft_.
Referenced by SgAgvDriver::initEssentialVars(), and SgAgvDriver::initSession().
|
inline |
Returns description of the session.
Definition at line 475 of file SgVlbiSessionInfo.h.
References description_.
Referenced by SgAgvDriver::fillSessVars(), NsScrPrx4Session::getDescription(), and NsSessionEditDialog::tab4GeneralInfo().
|
inline |
Definition at line 203 of file SgVlbiSessionInfo.h.
References experimentSerialNumber_.
Referenced by SgAgvDriver::fillSessVars(), and main().
|
inline |
Returns name of the session.
Definition at line 443 of file SgVlbiSessionInfo.h.
References name_.
Referenced by NsSessionEditDialog::NsSessionEditDialog(), SgGuiPiaReport::SgGuiPiaReport(), SgTask::addSession(), SgTaskManager::constrainClocks(), NsSessionEditDialog::displayExcludedObs_old(), SgVlbiSession::doPostReadActions(), SgVlbiSession::doPostReadActions4Ints(), SgVlbiSession::doPostReadActions_old(), NsSessionHandler::exportDataIntoDbh(), NsSessionHandler::exportDataIntoVgosDb(), SgAgvTextSection::fillDataStructures(), SgAgvDriver::fillSessVars(), NsSessionHandler::generateAposterioriFiles(), NsSessionHandler::generateMyReport(), NsSessionHandler::generateReport4StcPars(), NsSessionHandler::generateReport4Tzds(), NsSessionEditDialog::generateRequest4Refringing(), SgVlbiSession::getDataFromAgvFile(), SgVlbiSession::getDataFromDbhImages(), SgVlbiSession::getDataFromVgosDb(), NsScrPrx4Session::getName(), SgVgosDb::init(), SgAgvDriver::initSession(), NsSessionHandler::initSessionFromOdb(), NsSessionHandler::initSessionFromVda(), SgVlbiSession::loadIntermediateResults(), main(), SgVlbiSession::process(), SgTask::removeSession(), SgSolutionReporter::reportConfiguresBlock_Output4Spoolfile(), SgSolutionReporter::reportDeselectedObsBlock_Output4Spoolfile_v3(), SgSolutionReporter::reportIdentitiesBlock_Output4Spoolfile(), SgSolutionReporter::reportSources_Output4AposterioriFiles(), SgSolutionReporter::reportStations_Output4AposterioriFiles(), NsSessionEditDialog::runExternalCommand(), NsSessionEditDialog::tab4BandPlots(), NsSessionEditDialog::tab4SessionPlot(), NsSessionEditDialog::tab4SourcesInfo(), NsSessionEditDialog::tab4StationsInfo(), and NsSessionEditDialog::tab4StationsPlot().
|
inline |
Returns network ID.
Definition at line 467 of file SgVlbiSessionInfo.h.
References networkID_.
Referenced by NsSessionEditDialog::NsSessionEditDialog(), NsScrPrx4Session::getNetworkID(), guessNetworkId(), SgSolutionReporter::report2spoolFile(), NsSessionEditDialog::runExternalCommand(), and NsSessionEditDialog::tab4GeneralInfo().
|
inline |
Returns network suffix.
Definition at line 451 of file SgVlbiSessionInfo.h.
References networkSuffix_.
Referenced by NsSessionHandler::exportDataIntoDbh(), NsScrPrx4Session::getNetworkSuffix(), and SgSolutionReporter::reportIdentitiesBlock_Output4Spoolfile().
|
inline |
Returns number of individual baselines that observed during the session.
Definition at line 547 of file SgVlbiSessionInfo.h.
References numOfBaselines_.
|
inline |
Returns number of observations.
Definition at line 563 of file SgVlbiSessionInfo.h.
References numOfObservations_.
|
inline |
Returns number of sources which were observed.
Definition at line 555 of file SgVlbiSessionInfo.h.
References numOfSources_.
|
inline |
Returns number of stations participated in the session.
Definition at line 539 of file SgVlbiSessionInfo.h.
References numOfStations_.
|
inline |
Returns official name of the session (should consult Masterfile).
Definition at line 491 of file SgVlbiSessionInfo.h.
References officialName_.
Referenced by NsScrPrx4Session::getOfficialName(), guessNetworkId(), NsSessionHandler::notifyCat(), SgSolutionReporter::reportDeselectedObsBlock_Output4Spoolfile_v3(), NsSessionEditDialog::runExternalCommand(), and NsSessionEditDialog::tab4GeneralInfo().
|
inline |
Returns type of origin of the session.
Definition at line 403 of file SgVlbiSessionInfo.h.
References originType_.
Referenced by SgVgosDb::init(), SgVlbiSession::putDataIntoVgosDb(), and NsSessionEditDialog::tab4GeneralInfo().
|
inline |
Returns name/ID of the organization that scheduled the sessions.
Definition at line 531 of file SgVlbiSessionInfo.h.
References piAgencyName_.
Referenced by SgAgvDriver::fillSessVars(), and NsScrPrx4Session::getPiAgencyName().
|
inline |
Definition at line 204 of file SgVlbiSessionInfo.h.
References recordingMode_.
Referenced by SgAgvDriver::fillSessVars().
|
inline |
Returns name/ID of the organization that scheduled the sessions.
Definition at line 523 of file SgVlbiSessionInfo.h.
References schedulerName_.
Referenced by NsScrPrx4Session::getSchedulerName(), and NsSessionEditDialog::tab4GeneralInfo().
|
inline |
Returns session code.
Definition at line 459 of file SgVlbiSessionInfo.h.
References sessionCode_.
Referenced by SgGuiPiaReport::SgGuiPiaReport(), SgAgvDriver::fillSessVars(), NsScrPrx4Session::getSessionCode(), SgVgosDb::init(), NsSessionHandler::initSessionFromOdb(), NsSessionHandler::initSessionFromVda(), main(), SgSolutionReporter::reportDeselectedObsBlock_Output4Spoolfile_v3(), NsSessionEditDialog::runExternalCommand(), and NsSessionEditDialog::tab4GeneralInfo().
|
inline |
Returns name/ID of the organization responsible to submit the sessions to IVS.
Definition at line 515 of file SgVlbiSessionInfo.h.
References submitterName_.
Referenced by NsScrPrx4Session::getSubmitterName(), and NsSessionEditDialog::tab4GeneralInfo().
|
inline |
Returns epoch of the creation of original file.
Definition at line 411 of file SgVlbiSessionInfo.h.
References tCreation_.
Referenced by NsScrPrx4Session::getTCreation(), and NsSessionEditDialog::tab4GeneralInfo().
|
inline |
Returns epoch of the last observation.
Definition at line 427 of file SgVlbiSessionInfo.h.
References tFinis_.
Referenced by SgSolutionReporter::evaluateUsedErpApriori(), SgAgvDriver::fillSessVars(), NsScrPrx4Session::getTFinis(), SgSolutionReporter::reportGeneralStatsBlock_Output4Spoolfile(), and NsSessionEditDialog::tab4GeneralInfo().
|
inline |
Returns mean epoch of observations.
Definition at line 435 of file SgVlbiSessionInfo.h.
References tMean_.
Referenced by NsScrPrx4Session::getTMean(), SgSolutionReporter::reportBaselineVariationsBlock_Output4Spoolfile(), SgVlbiSession::resolveGrAmbigTriangles(), SgSingleSessionTaskManager::run(), and NsSessionEditDialog::tab4GeneralInfo().
|
inline |
Returns epoch of the first observation.
Definition at line 419 of file SgVlbiSessionInfo.h.
References tStart_.
Referenced by SgSolutionReporter::evaluateUsedErpApriori(), NsSessionHandler::exportDataIntoVgosDb(), SgAgvDriver::fillSessVars(), NsSessionEditDialog::findClockBreakEvent(), NsScrPrx4Session::getTStart(), lessThan4_FirstEpochSortingOrder(), main(), SgSolutionReporter::reportGeneralStatsBlock_Output4Spoolfile(), NsSessionEditDialog::tab4Band(), NsSessionEditDialog::tab4GeneralInfo(), and NsSessionEditDialog::tab4StationsInfo().
|
inline |
Returns user flag – a set of char(s) assigned by user.
Definition at line 483 of file SgVlbiSessionInfo.h.
References userFlag_.
Referenced by NsScrPrx4Session::getUserFlag(), and NsSessionEditDialog::tab4GeneralInfo().
void SgVlbiSessionInfo::guessNetworkId | ( | ) |
Definition at line 150 of file SgVlbiSessionInfo.cpp.
References className(), SgLogger::DBG, SgLogger::ERR, SgVlbiNetworkId::getName(), getNetworkID(), getOfficialName(), SgLogger::INF, SgLogger::IO, logger, networks, setNetworkID(), SgLogger::write(), and SgLogger::WRN.
Referenced by SgVlbiSession::selfCheck().
SgVlbiSessionInfo & SgVlbiSessionInfo::operator= | ( | const SgVlbiSessionInfo & | si | ) |
Definition at line 107 of file SgVlbiSessionInfo.cpp.
References correlatorName_, correlatorType_, delaySumRMS2_, delaySumW_, description_, experimentSerialNumber_, name_, networkID_, networkSuffix_, numOfBaselines_, numOfObservations_, numOfSources_, numOfStations_, officialName_, SgAttribute::operator=(), originType_, piAgencyName_, rateSumRMS2_, rateSumW_, recordingMode_, schedulerName_, sessionCode_, submitterName_, tCreation_, tFinis_, tMean_, tStart_, and userFlag_.
|
inline |
Returns weighted root mean squares for relay rates.
Definition at line 772 of file SgVlbiSessionInfo.h.
References rateSumRMS2_, and rateSumW_.
|
inline |
Sets up correlator name for the session.
Definition at line 662 of file SgVlbiSessionInfo.h.
References correlatorName_.
Referenced by SgVlbiSession::getDataFromKombFiles(), SgVlbiSession::getDataFromVgosDb(), and SgAgvDriver::initSession().
|
inline |
Sets up correlator name for the session.
Definition at line 670 of file SgVlbiSessionInfo.h.
References correlatorType_.
Referenced by SgVlbiSession::getDataFromDbhImage(), SgVlbiSession::getDataFromKombFiles(), SgVlbiSession::getDataFromVgosDb(), and SgAgvDriver::initSession().
|
inline |
Definition at line 311 of file SgVlbiSessionInfo.h.
References cppsSoft_.
Referenced by SgAgvDriver::initSession().
|
inline |
Sets up description of the session.
Definition at line 638 of file SgVlbiSessionInfo.h.
References description_.
Referenced by SgVlbiSession::getDataFromVgosDb(), and SgAgvDriver::initSession().
|
inline |
Definition at line 292 of file SgVlbiSessionInfo.h.
References experimentSerialNumber_.
Referenced by SgVlbiSession::getDataFromVgosDb(), SgAgvDriver::initSession(), and main().
|
inline |
Sets up name of the session.
Definition at line 606 of file SgVlbiSessionInfo.h.
References name_.
Referenced by SgVlbiSession::getDataFromDbhImage(), SgVlbiSession::getDataFromKombFiles(), SgVlbiSession::getDataFromVgosDb(), and SgAgvDriver::initSession().
|
inline |
Sets up network ID.
Definition at line 630 of file SgVlbiSessionInfo.h.
References networkID_.
Referenced by guessNetworkId(), and NsSessionEditDialog::netIdCurrentIndexChanged().
|
inline |
Sets up network suffix.
Definition at line 614 of file SgVlbiSessionInfo.h.
References networkSuffix_.
Referenced by NsSessionHandler::exportDataIntoDbh(), SgVlbiSession::getDataFromKombFiles(), and SgAgvDriver::initSession().
|
inline |
Sets up number of individual baselines that observed during the session.
Definition at line 710 of file SgVlbiSessionInfo.h.
References numOfBaselines_.
|
inline |
Sets up number of observations.
Definition at line 726 of file SgVlbiSessionInfo.h.
References numOfObservations_.
|
inline |
Sets up number of sources which were observed.
Definition at line 718 of file SgVlbiSessionInfo.h.
References numOfSources_.
|
inline |
Sets up number of stations participated in the session.
Definition at line 702 of file SgVlbiSessionInfo.h.
References numOfStations_.
|
inline |
Sets up official name of the session (should consult Masterfile).
Definition at line 654 of file SgVlbiSessionInfo.h.
References officialName_.
Referenced by SgVlbiSession::getDataFromKombFiles().
|
inline |
Sets up type of origin.
type | – an actual type; |
Definition at line 574 of file SgVlbiSessionInfo.h.
References originType_.
Referenced by SgVlbiSession::getDataFromKombFiles(), NsSessionHandler::initData(), NsSessionHandler::initSessionFromDbh(), NsSessionHandler::initSessionFromOdb(), and NsSessionHandler::initSessionFromVda().
|
inline |
Sets up a name of organization that scheduled the sessions.
Definition at line 694 of file SgVlbiSessionInfo.h.
References piAgencyName_.
Referenced by SgVlbiSession::getDataFromVgosDb(), and SgAgvDriver::initSession().
|
inline |
Definition at line 293 of file SgVlbiSessionInfo.h.
References recordingMode_.
Referenced by SgVlbiSession::getDataFromVgosDb(), and SgAgvDriver::initSession().
|
inline |
Sets up a name of organization that scheduled the sessions.
Definition at line 686 of file SgVlbiSessionInfo.h.
References schedulerName_.
Referenced by SgVlbiSession::getDataFromKombFiles().
|
inline |
Sets up session code.
Definition at line 622 of file SgVlbiSessionInfo.h.
References sessionCode_.
Referenced by SgVlbiSession::getDataFromVgosDb(), SgAgvDriver::initSession(), and SgVlbiSession::processKombFile().
|
inline |
Sets up a name of organization responsible to submit the sessions to IVS.
Definition at line 678 of file SgVlbiSessionInfo.h.
References submitterName_.
Referenced by SgVlbiSession::getDataFromKombFiles().
|
inline |
Sets up epoch of the creation of original file.
Definition at line 582 of file SgVlbiSessionInfo.h.
References tCreation_.
Referenced by SgVlbiSession::selfCheck().
|
inline |
Sets up epoch of the last observation.
Definition at line 598 of file SgVlbiSessionInfo.h.
References tFinis_.
|
inline |
Sets up epoch of the first observation.
Definition at line 590 of file SgVlbiSessionInfo.h.
References tStart_.
|
inline |
Sets up user flag – a set of char(s) assigned by user.
Definition at line 646 of file SgVlbiSessionInfo.h.
References userFlag_.
|
protected |
Correlator Name (from MasterFile)
Definition at line 365 of file SgVlbiSessionInfo.h.
Referenced by getCorrelatorName(), operator=(), SgVlbiSession::putDataIntoVgosDb(), SgVlbiSession::selfCheck(), and setCorrelatorName().
|
protected |
Type of the correlator;.
Definition at line 366 of file SgVlbiSessionInfo.h.
Referenced by getCorrelatorType(), operator=(), SgVlbiSession::putDataIntoVgosDb(), and setCorrelatorType().
|
protected |
Definition at line 378 of file SgVlbiSessionInfo.h.
Referenced by SgVlbiSessionInfo(), getCppsSoft(), SgVlbiSession::getDataFromDbhImages(), SgVlbiSession::getDataFromKombFiles(), SgVlbiSession::getDataFromVgosDb(), SgVlbiSession::putDataIntoVgosDb(), and setCppsSoft().
|
protected |
Definition at line 380 of file SgVlbiSessionInfo.h.
Referenced by SgVlbiSessionInfo(), addDelayWRMS(), clearRMSs(), delayWRMS(), and operator=().
|
protected |
Definition at line 382 of file SgVlbiSessionInfo.h.
Referenced by SgVlbiSessionInfo(), addDelayWRMS(), clearRMSs(), delayWRMS(), and operator=().
|
protected |
Experiment description;.
Definition at line 362 of file SgVlbiSessionInfo.h.
Referenced by SgVlbiSession::getDataFromDbhImage(), getDescription(), operator=(), SgVlbiSession::putDataIntoVgosDb(), and setDescription().
|
protected |
Definition at line 371 of file SgVlbiSessionInfo.h.
Referenced by SgVlbiSessionInfo(), getExperimentSerialNumber(), operator=(), SgVlbiSession::putDataIntoVgosDb(), and setExperimentSerialNumber().
|
protected |
name of the session (e.g., 10JUL22XE);
Definition at line 358 of file SgVlbiSessionInfo.h.
Referenced by SgVlbiSession::doPostReadActions4Ints(), SgVlbiSession::getDataFromDbhImage(), SgVlbiSession::getDataFromVgosDb(), getName(), SgVlbiSession::nickName(), operator=(), SgVlbiSession::putDataIntoAgvFile(), SgVlbiSession::putDataIntoVgosDb(), SgVlbiSession::saveIntermediateResults(), SgVlbiSession::selfCheck(), and setName().
|
protected |
Network ID (a key);.
Definition at line 361 of file SgVlbiSessionInfo.h.
Referenced by SgVlbiSession::doPostReadActions(), getNetworkID(), operator=(), SgVlbiSession::pickupReferenceClocksStation(), SgVlbiSession::resetAllEditings(), and setNetworkID().
|
protected |
a char that specifies network (e.g., A, E, U, etc.);
Definition at line 359 of file SgVlbiSessionInfo.h.
Referenced by SgVlbiSession::getDataFromDbhImage(), SgVlbiSession::getDataFromVgosDb(), getNetworkSuffix(), SgVlbiSession::nickName(), operator=(), SgVlbiSession::selfCheck(), and setNetworkSuffix().
|
protected |
Definition at line 375 of file SgVlbiSessionInfo.h.
Referenced by SgVlbiSessionInfo(), getNumOfBaselines(), operator=(), and setNumOfBaselines().
|
protected |
Definition at line 377 of file SgVlbiSessionInfo.h.
Referenced by SgVlbiSessionInfo(), getNumOfObservations(), operator=(), and setNumOfObservations().
|
protected |
Definition at line 376 of file SgVlbiSessionInfo.h.
Referenced by SgVlbiSessionInfo(), getNumOfSources(), operator=(), and setNumOfSources().
|
protected |
Definition at line 374 of file SgVlbiSessionInfo.h.
Referenced by SgVlbiSessionInfo(), getNumOfStations(), SgVlbiSession::makeHistoryIntro(), operator=(), and setNumOfStations().
|
protected |
Official Name (from MasterFile)
Definition at line 364 of file SgVlbiSessionInfo.h.
Referenced by getOfficialName(), SgVlbiSession::makeHistoryIntro(), operator=(), SgVlbiSession::selfCheck(), and setOfficialName().
|
protected |
type of origin of the imported file(s);
Definition at line 352 of file SgVlbiSessionInfo.h.
Referenced by SgVlbiSessionInfo(), getOriginType(), SgVlbiSession::name4SirFile(), operator=(), SgVlbiSession::putDataIntoVgosDb(), SgVlbiSession::selfCheck(), and setOriginType().
|
protected |
Name of P.I. organization.
Definition at line 369 of file SgVlbiSessionInfo.h.
Referenced by getPiAgencyName(), operator=(), SgVlbiSession::putDataIntoVgosDb(), and setPiAgencyName().
|
protected |
Definition at line 381 of file SgVlbiSessionInfo.h.
Referenced by SgVlbiSessionInfo(), addRateWRMS(), clearRMSs(), operator=(), and rateWRMS().
|
protected |
Definition at line 383 of file SgVlbiSessionInfo.h.
Referenced by SgVlbiSessionInfo(), addRateWRMS(), clearRMSs(), operator=(), and rateWRMS().
|
protected |
Definition at line 370 of file SgVlbiSessionInfo.h.
Referenced by getRecordingMode(), operator=(), SgVlbiSession::putDataIntoVgosDb(), SgVlbiSession::selfCheck(), and setRecordingMode().
|
protected |
Name of resposible organization (from MasterFile)
Definition at line 368 of file SgVlbiSessionInfo.h.
Referenced by getSchedulerName(), operator=(), SgVlbiSession::selfCheck(), and setSchedulerName().
|
protected |
official session code (from Masterfile);
Definition at line 360 of file SgVlbiSessionInfo.h.
Referenced by getSessionCode(), SgVlbiSession::importDataFromLogFiles(), operator=(), SgVlbiSession::processKombFile(), SgVlbiSession::putDataIntoVgosDb(), SgVlbiSession::selfCheck(), and setSessionCode().
|
protected |
Name of resposible organization (from MasterFile)
Definition at line 367 of file SgVlbiSessionInfo.h.
Referenced by getSubmitterName(), operator=(), SgVlbiSession::selfCheck(), and setSubmitterName().
|
protected |
date of creation of imported file(s);
Definition at line 353 of file SgVlbiSessionInfo.h.
Referenced by getTCreation(), operator=(), and setTCreation().
|
protected |
last epoch of the observations;
Definition at line 355 of file SgVlbiSessionInfo.h.
Referenced by SgVlbiSession::calcTMean(), calcTMean(), SgVlbiSession::calculateClockBreakParameter(), SgVlbiSession::calculateClockBreaksParameters(), getTFinis(), SgVlbiSession::importDataFromLogFiles(), SgVlbiSession::makeHistoryIntro(), operator=(), SgVlbiSession::putDataIntoVgosDb(), SgVlbiSession::resolveGrAmbigTriangles(), SgVlbiSession::selfCheck(), setTFinis(), and SgVlbiSession::setupTimeRefer().
|
protected |
mean epoch of the observations;
Definition at line 356 of file SgVlbiSessionInfo.h.
Referenced by SgVlbiSession::calcTMean(), calcTMean(), SgVlbiSession::collectAPriories(), getTMean(), and operator=().
|
protected |
first epoch of the observations;
Definition at line 354 of file SgVlbiSessionInfo.h.
Referenced by SgVlbiSession::calcTMean(), calcTMean(), SgVlbiSession::calculateClockBreakParameter(), SgVlbiSession::calculateClockBreaksParameters(), SgVlbiSession::collectAPriories(), getTStart(), SgVlbiSession::importDataFromLogFiles(), SgVlbiSession::makeHistoryIntro(), operator=(), SgVlbiSession::putDataIntoVgosDb(), SgVlbiSession::resolveGrAmbigTriangles(), SgVlbiSession::selfCheck(), setTStart(), and SgVlbiSession::setupTimeRefer().
|
protected |
A flag assigned by user;.
Definition at line 363 of file SgVlbiSessionInfo.h.
Referenced by getUserFlag(), operator=(), and setUserFlag().