General Purpose Geodetic Library
|
#include <SgVlbiBand.h>
Public Types | |
enum | Attributes { Attr_NOT_VALID = 1<<0 , Attr_PRIMARY = 1<<1 , Attr_HAS_IONO_SOLUTION = 1<<2 , Attr_HAS_AMBIGS = 1<<3 , Attr_MISSING_CHANNEL_INFO = 1<<4 } |
Public Member Functions | |
SgVlbiBand () | |
~SgVlbiBand () | |
QList< SgVlbiObservable * > & | observables () |
QMap< int, SgVlbiStationInfo * > & | stationsByIdx () |
QMap< int, SgVlbiBaselineInfo * > & | baselinesByIdx () |
QMap< int, SgVlbiSourceInfo * > & | sourcesByIdx () |
QMap< QString, SgVector * > & | phCalOffset_1ByBln () |
QMap< QString, SgVector * > & | phCalOffset_2ByBln () |
double | getFrequency () const |
const SgMJD & | getTCreation () const |
const QString & | getInputFileName () const |
int | getInputFileVersion () const |
const QString & | getCorrelatorType () const |
SgVlbiHistory & | history () |
const SgVlbiHistory & | history () const |
QMap< QString, SgVlbiStationInfo * > & | stationsByName () |
QMap< QString, SgVlbiBaselineInfo * > & | baselinesByName () |
QMap< QString, SgVlbiSourceInfo * > & | sourcesByName () |
int | getMaxNumOfChannels () const |
double | sampleRate () const |
int | bitsPerSample () const |
const QMap< double, int > & | sampleRateByCount () const |
const QMap< int, int > & | bitsPerSampleByCount () const |
const QString & | recordMode () const |
int | getNumOfConstraints () const |
const QMap< double, int > & | grdAmbigsBySpacing () const |
double | typicalGrdAmbigSpacing () const |
const QString & | strGrdAmbigsStat () const |
const QMap< double, int > & | phdAmbigsBySpacing () const |
double | typicalPhdAmbigSpacing () const |
const QString & | strPhdAmbigsStat () const |
void | setFrequency (double f) |
void | setTCreation (const SgMJD &t) |
void | setInputFileName (const QString &fileName) |
void | setInputFileVersion (int version) |
void | setCorrelatorType (const QString &name) |
void | setMaxNumOfChannels (int num) |
const QString | className () const |
bool | operator< (const SgVlbiBand &band) const |
SgVlbiStationInfo * | lookupStationByIdx (int) |
SgVlbiSourceInfo * | lookupSourceByIdx (int) |
SgVlbiBaselineInfo * | lookupBaselineByIdx (int) |
void | resetAllEditings () |
bool | selfCheck () |
bool | saveIntermediateResults (QDataStream &) const |
bool | loadIntermediateResults (QDataStream &) |
![]() | |
SgObjectInfo (int idx=-1, const QString &key="Unknown", const QString &aka="") | |
SgObjectInfo (const SgObjectInfo &) | |
~SgObjectInfo () | |
const QString & | getKey () const |
const QString & | getAka () const |
int | getIdx () const |
int | numTotal (DataType dType) const |
int | numProcessed (DataType dType) const |
int | numUsable (DataType) const |
double | getSigma2add (DataType) const |
const SgMJD & | tFirst (DataType) const |
const SgMJD & | tLast (DataType) const |
double | normedResid (DataType) const |
double | getSFF_NrmRes (DataType) const |
double | getSFF_NrmRes_plus_15 (DataType) const |
double | chi2 (DataType) const |
double | reducedChi2 (DataType) const |
double | weightScaleCoefficient (DataType) const |
double | dispersion (DataType, bool=false) const |
void | setKey (const QString &key) |
void | setAka (const QString &aka) |
void | setIdx (int idx) |
void | setNumUsable (DataType dType, int n) |
void | setNormedResid (DataType dType, double d) |
void | setSigma2add (DataType dType, double d) |
void | setSFF_NrmRes (DataType dType, double d) |
void | setSFF_NrmRes_plus_15 (DataType dType, double d) |
void | incNumTotal (DataType, int=1) |
void | decNumTotal (DataType, int=1) |
void | incNumUsable (DataType, int=1) |
void | decNumUsable (DataType, int=1) |
void | addWrms (DataType, const SgMJD &t, double o_c, double w, double auxSum) |
double | wrms (DataType) const |
double | dof (DataType) const |
void | clearWrms () |
void | copyStatistics (SgObjectInfo *) |
void | copySigmas2add (SgObjectInfo *) |
void | resetAllEditings () |
void | recalcSigma2add (const SgTaskConfig *cfg) |
void | calcNormalizedResiduals (const QList< SgVlbiObservable * > &observables, const SgTaskConfig *cfg) |
bool | saveIntermediateResults (QDataStream &) const |
bool | loadIntermediateResults (QDataStream &) |
![]() | |
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 () |
Private Attributes | |
double | frequency_ |
QList< SgVlbiObservable * > | observables_ |
SgMJD | tCreation_ |
QString | inputFileName_ |
int | inputFileVersion_ |
QString | correlatorType_ |
SgVlbiHistory | history_ |
QMap< QString, SgVlbiStationInfo * > | stationsByName_ |
QMap< QString, SgVlbiBaselineInfo * > | baselinesByName_ |
QMap< QString, SgVlbiSourceInfo * > | sourcesByName_ |
QMap< int, SgVlbiStationInfo * > | stationsByIdx_ |
QMap< int, SgVlbiBaselineInfo * > | baselinesByIdx_ |
QMap< int, SgVlbiSourceInfo * > | sourcesByIdx_ |
int | maxNumOfChannels_ |
double | sampleRate_ |
int | bitsPerSample_ |
QMap< double, int > | sampleRateByCount_ |
QMap< int, int > | bitsPerSampleByCount_ |
QString | recordMode_ |
QMap< double, int > | grdAmbigsBySpacing_ |
double | typicalGrdAmbigSpacing_ |
QString | strGrdAmbigsStat_ |
QMap< double, int > | phdAmbigsBySpacing_ |
double | typicalPhdAmbigSpacing_ |
QString | strPhdAmbigsStat_ |
QMap< QString, SgVector * > | phCalOffset_1ByBln_ |
QMap< QString, SgVector * > | phCalOffset_2ByBln_ |
Additional Inherited Members | |
![]() | |
static const QString | className () |
![]() | |
static const QString | className () |
====================================================================================================
Definition at line 54 of file SgVlbiBand.h.
Definition at line 57 of file SgVlbiBand.h.
SgVlbiBand::SgVlbiBand | ( | ) |
A constructor. Creates a default object.
Definition at line 44 of file SgVlbiBand.cpp.
References bitsPerSample_, correlatorType_, frequency_, inputFileName_, inputFileVersion_, maxNumOfChannels_, sampleRate_, tCreation_, typicalGrdAmbigSpacing_, typicalPhdAmbigSpacing_, and tZero.
SgVlbiBand::~SgVlbiBand | ( | ) |
A destructor. Frees allocated memory.
Definition at line 79 of file SgVlbiBand.cpp.
References baselinesByIdx_, baselinesByName_, bitsPerSampleByCount_, grdAmbigsBySpacing_, observables_, phCalOffset_1ByBln_, phCalOffset_2ByBln_, phdAmbigsBySpacing_, sampleRateByCount_, sourcesByIdx_, sourcesByName_, stationsByIdx_, and stationsByName_.
|
inline |
Returns a pointer on a map: basleineInfo by idx.
Definition at line 304 of file SgVlbiBand.h.
References baselinesByIdx_.
Referenced by SgVlbiSession::getDataFromDbhImage(), SgVlbiSession::getDataFromVgosDb(), SgAgvDriver::initSession(), and SgVlbiSession::processKombFile().
|
inline |
Returns a const reference on set (actually, a map: name => baseline info) of baselines info.
Definition at line 376 of file SgVlbiBand.h.
References baselinesByName_.
Referenced by SgSolutionReporter::absorbInfo(), SgGuiVlbiBlnInfoEditor::acquireData(), NsSessionEditDialog::adjustAmbiguityMultipliers(), NsSessionEditDialog::calcIono(), SgVlbiSession::calculateBaselineClock_F1(), SgVlbiSession::calculateClockBreakParameter(), SgVlbiSession::calculateClockBreaksParameters(), NsSessionEditDialog::changeNumOfAmbigSpacing4MarkedPoints(), NsSessionEditDialog::changeNumOfSubAmbig4MarkedPoints(), SgVlbiSession::checkChannelSetup(), SgVlbiSession::detectClockBreaks_mode1(), NsSessionEditDialog::displayPointInfo(), NsSessionEditDialog::excludeMarkedPoints(), NsSessionEditDialog::findClockBreakEvent(), NsSessionEditDialog::generateRequest4Refringing(), SgVlbiSession::getDataFromDbhImage(), SgVlbiSession::getDataFromVgosDb(), NsSessionEditDialog::includeMarkedPoints(), SgAgvDriver::initSession(), NsScrPrx4Band::postLoad(), SgVlbiSession::prepare4Analysis(), SgVlbiSession::processKombFile(), SgSolutionReporter::reportBaselineStatsBlock_Output4Spoolfile(), SgVlbiSession::resolveGrAmbigTriangles(), SgSingleSessionTaskManager::run(), SgVlbiSession::scanBaselines4GrDelayAmbiguities(), NsSessionEditDialog::tab4Band(), NsSessionEditDialog::tab4BandPlots(), NsSessionEditDialog::updateResiduals(), and NsSessionEditDialog::zeroIono().
|
inline |
Definition at line 148 of file SgVlbiBand.h.
References bitsPerSample_.
|
inline |
Definition at line 150 of file SgVlbiBand.h.
References bitsPerSampleByCount_.
|
inline |
Returns name of the class (for debug output).
Definition at line 453 of file SgVlbiBand.h.
Referenced by loadIntermediateResults(), saveIntermediateResults(), and selfCheck().
|
inline |
Returns type of the correlator that processed the session.
Definition at line 352 of file SgVlbiBand.h.
References correlatorType_.
Referenced by NsScrPrx4Band::getCorrelatorType(), SgVlbiSession::getDataFromDbhImage(), SgAgvDriver::initSession(), and SgSolutionReporter::reportIdentitiesBlock_Output4Spoolfile().
|
inline |
Returns frequency of the band.
Definition at line 320 of file SgVlbiBand.h.
References frequency_.
Referenced by SgVlbiSession::exportDataIntoNgsFile(), SgVlbiSession::getDataFromKombFiles(), NsScrPrx4Band::getRefFreq(), operator<(), NsSessionEditDialog::tab4GeneralInfo(), and wavelengthSortingOrderLessThan().
|
inline |
Returns name of the input file.
Definition at line 336 of file SgVlbiBand.h.
References inputFileName_.
Referenced by NsSessionEditDialog::tab4GeneralInfo().
|
inline |
Returns version of the input file.
Definition at line 344 of file SgVlbiBand.h.
References inputFileVersion_.
Referenced by SgVlbiSession::doPostReadActions4Ints(), SgVlbiSession::exportDataIntoNgsFile(), NsScrPrx4Band::getInputFileVersion(), SgVlbiSession::makeHistory(), SgVlbiSession::makeHistoryIntro(), SgVlbiSession::name4SirFile(), SgSolutionReporter::reportDeselectedObsBlock_Output4Spoolfile_v3(), SgSolutionReporter::reportIdentitiesBlock_Output4Spoolfile(), and NsSessionEditDialog::tab4GeneralInfo().
|
inline |
Returns number of channels.
Definition at line 392 of file SgVlbiBand.h.
References maxNumOfChannels_.
Referenced by SgVlbiObservable::checkUsability(), and NsScrPrx4Band::getNumOfChannels().
|
inline |
Returns number of applied equations of constraints at the last run.
|
inline |
Returns epoch of the creation of the input file.
Definition at line 328 of file SgVlbiBand.h.
References tCreation_.
Referenced by NsScrPrx4Band::getTCreation(), and NsSessionEditDialog::tab4GeneralInfo().
|
inline |
Definition at line 158 of file SgVlbiBand.h.
References grdAmbigsBySpacing_.
|
inline |
Returns a reference on history list (read/write access).
Definition at line 360 of file SgVlbiBand.h.
References history_.
Referenced by SgVlbiSession::checkUseOfManualPhaseCals(), SgAgvTextSection::fillDataStructures(), SgVlbiSession::getDataFromDbhImage(), SgVlbiSession::getDataFromVgosDb(), SgAgvDriver::initSession(), SgVlbiSession::makeHistoryIntro(), SgVlbiSession::need2runAutomaticDataProcessing(), NsSessionHandler::notifyCat(), SgVlbiSession::putDataIntoVgosDb(), and NsSessionEditDialog::tab4Band().
|
inline |
Definition at line 130 of file SgVlbiBand.h.
References history_.
bool SgVlbiBand::loadIntermediateResults | ( | QDataStream & | s | ) |
Definition at line 171 of file SgVlbiBand.cpp.
References className(), DT_DELAY, SgLogger::ERR, SgObjectInfo::getKey(), SgLogger::IO_BIN, logger, SgAttribute::setAttributes(), SgObjectInfo::setSigma2add(), stationsByName_, and SgLogger::write().
|
inline |
Returns baselineInfo object for the index (if exists).
Definition at line 491 of file SgVlbiBand.h.
References baselinesByIdx_.
Referenced by SgVlbiObservation::setupIdentities().
|
inline |
Returns sourceInfo object for the index (if exists).
Definition at line 480 of file SgVlbiBand.h.
References sourcesByIdx_.
Referenced by SgVlbiObservation::setupIdentities().
|
inline |
Returns stationInfo object for the index (if exists, otherwice NULL).
Definition at line 469 of file SgVlbiBand.h.
References stationsByIdx_.
Referenced by SgVlbiObservation::setupIdentities().
|
inline |
Returns a pointer on a observation list.
Definition at line 288 of file SgVlbiBand.h.
References observables_.
Referenced by SgVlbiSession::correctClockBreak(), SgVlbiSession::eliminateLargeOutliers(), SgVlbiSession::eliminateOutliers(), SgVlbiSession::eliminateOutliersSimpleMode(), NsSessionEditDialog::process(), SgVlbiSession::putDataIntoDbhImage(), SgVlbiSession::restoreOutliers(), SgSingleSessionTaskManager::run(), SgVlbiObservation::setupIdentities(), and NsSessionEditDialog::tab4GeneralInfo().
|
inline |
Definition at line 461 of file SgVlbiBand.h.
References frequency_, and getFrequency().
|
inline |
Definition at line 102 of file SgVlbiBand.h.
References phCalOffset_1ByBln_.
|
inline |
Definition at line 103 of file SgVlbiBand.h.
References phCalOffset_2ByBln_.
|
inline |
Definition at line 162 of file SgVlbiBand.h.
References phdAmbigsBySpacing_.
|
inline |
Definition at line 151 of file SgVlbiBand.h.
References recordMode_.
void SgVlbiBand::resetAllEditings | ( | ) |
Definition at line 114 of file SgVlbiBand.cpp.
References Attr_NOT_VALID, baselinesByName_, SgAttribute::delAttr(), SgObjectInfo::resetAllEditings(), sourcesByName_, and stationsByName_.
|
inline |
Definition at line 147 of file SgVlbiBand.h.
References sampleRate_.
|
inline |
Definition at line 149 of file SgVlbiBand.h.
References sampleRateByCount_.
bool SgVlbiBand::saveIntermediateResults | ( | QDataStream & | s | ) | const |
Definition at line 135 of file SgVlbiBand.cpp.
References className(), DT_DELAY, SgLogger::ERR, SgAttribute::getAttributes(), SgObjectInfo::getKey(), SgObjectInfo::getSigma2add(), SgLogger::IO_BIN, logger, stationsByName_, and SgLogger::write().
bool SgVlbiBand::selfCheck | ( | ) |
Definition at line 228 of file SgVlbiBand.cpp.
References SgAttribute::addAttr(), Attr_HAS_AMBIGS, baselinesByName_, bitsPerSample_, bitsPerSampleByCount_, className(), SgLogger::DBG, SgAttribute::delAttr(), SgVlbiMeasurement::getAmbiguitySpacing(), SgVlbiObservable::getBitsPerSample(), SgVlbiObservable::getErrorCode(), SgObjectInfo::getKey(), SgVlbiObservable::getNumOfChannels(), SgVlbiObservable::getSampleRate(), SgVlbiObservation::getScanId(), grdAmbigsBySpacing_, SgVlbiObservable::grDelay(), SgLogger::INF, SgAttribute::isAttr(), logger, maxNumOfChannels_, observables_, SgVlbiObservable::owner(), phdAmbigsBySpacing_, SgVlbiObservable::phDelay(), SgLogger::PREPROC, recordMode_, sampleRate_, sampleRateByCount_, SgVlbiSourceInfo::setTotalScanNum(), sourcesByName_, SgVlbiObservation::src(), strGrdAmbigsStat_, strPhdAmbigsStat_, typicalGrdAmbigSpacing_, typicalPhdAmbigSpacing_, SgLogger::write(), and SgLogger::WRN.
|
inline |
Sets up correlator type for the session.
Definition at line 434 of file SgVlbiBand.h.
References correlatorType_.
Referenced by SgVlbiSession::getDataFromDbhImage(), and SgVlbiSession::getDataFromVgosDb().
|
inline |
Sets up frequency of the band.
idx | – the index; |
Definition at line 402 of file SgVlbiBand.h.
References frequency_.
Referenced by SgVlbiSession::getDataFromDbhImage(), SgVlbiSession::getDataFromKombFiles(), SgVlbiSession::getDataFromVgosDb(), and SgAgvDriver::initSession().
|
inline |
Sets up a file name from which the data were imported.
fileName | – a file name; |
Definition at line 418 of file SgVlbiBand.h.
References inputFileName_.
Referenced by SgVlbiSession::getDataFromDbhImage(), SgVlbiSession::getDataFromKombFiles(), SgVlbiSession::getDataFromVgosDb(), and SgAgvDriver::initSession().
|
inline |
Sets up a input database version.
version | – a number of version; |
Definition at line 426 of file SgVlbiBand.h.
References inputFileVersion_.
Referenced by SgVlbiSession::getDataFromDbhImage(), SgVlbiSession::getDataFromKombFiles(), SgVlbiSession::getDataFromVgosDb(), and SgAgvDriver::initSession().
|
inline |
Sets up number of channels.
num | – a number of channels; |
Definition at line 442 of file SgVlbiBand.h.
References maxNumOfChannels_.
|
inline |
Sets up epoch of the creation of input file.
Definition at line 410 of file SgVlbiBand.h.
References tCreation_.
Referenced by SgVlbiSession::getDataFromDbhImage(), SgVlbiSession::getDataFromKombFiles(), SgVlbiSession::getDataFromVgosDb(), and SgAgvDriver::initSession().
|
inline |
Returns a pointer on a map: sourceInfo by idx.
Definition at line 312 of file SgVlbiBand.h.
References sourcesByIdx_.
Referenced by SgVlbiSession::getDataFromDbhImage(), SgVlbiSession::getDataFromVgosDb(), SgAgvDriver::initSession(), and SgVlbiSession::processKombFile().
|
inline |
Returns a const reference on set (actually, a map: name => source info) of sources info.
Definition at line 384 of file SgVlbiBand.h.
References sourcesByName_.
Referenced by SgSolutionReporter::absorbInfo(), SgVlbiSession::getDataFromDbhImage(), SgVlbiSession::getDataFromVgosDb(), SgAgvDriver::initSession(), NsScrPrx4Band::postLoad(), SgVlbiSession::prepare4Analysis(), SgVlbiSession::processKombFile(), SgSolutionReporter::reportSourceStatsBlock_Output4Spoolfile(), SgSingleSessionTaskManager::run(), and NsSessionEditDialog::tab4Band().
|
inline |
Returns a pointer on a map: stationInfo by idx.
Definition at line 296 of file SgVlbiBand.h.
References stationsByIdx_.
Referenced by SgVlbiSession::getDataFromDbhImage(), SgVlbiSession::getDataFromVgosDb(), SgAgvDriver::initSession(), and SgVlbiSession::processKombFile().
|
inline |
Returns a const reference on set (actually, a map: name => station info) of stations info.
Definition at line 368 of file SgVlbiBand.h.
References stationsByName_.
Referenced by SgSolutionReporter::absorbInfo(), SgVlbiSession::correctClockBreak(), SgVlbiSession::getDataFromDbhImage(), SgVlbiSession::getDataFromVgosDb(), SgAgvDriver::initSession(), NsScrPrx4Band::postLoad(), SgVlbiSession::prepare4Analysis(), SgVlbiSession::processKombFile(), SgVlbiSession::putDataIntoDbhImage(), SgVlbiSession::putDataIntoVgosDb(), SgSolutionReporter::reportEstimationBlock_Output4Spoolfile(), SgSolutionReporter::reportStationStatsBlock_Output4Spoolfile(), SgVlbiSession::resolveGrAmbigTriangles(), SgSingleSessionTaskManager::run(), SgVlbiSession::scanBaselines4GrDelayAmbiguities(), SgVlbiSession::selfCheck(), and NsSessionEditDialog::tab4Band().
|
inline |
Definition at line 160 of file SgVlbiBand.h.
References strGrdAmbigsStat_.
Referenced by NsSessionEditDialog::tab4BandPlots().
|
inline |
Definition at line 164 of file SgVlbiBand.h.
References strPhdAmbigsStat_.
Referenced by NsSessionEditDialog::tab4BandPlots().
|
inline |
Definition at line 159 of file SgVlbiBand.h.
References typicalGrdAmbigSpacing_.
Referenced by NsScrPrx4Band::getGroupDelaysAmbigSpacing().
|
inline |
Definition at line 163 of file SgVlbiBand.h.
References typicalPhdAmbigSpacing_.
|
private |
Definition at line 246 of file SgVlbiBand.h.
Referenced by ~SgVlbiBand(), baselinesByIdx(), and lookupBaselineByIdx().
|
private |
Definition at line 242 of file SgVlbiBand.h.
Referenced by ~SgVlbiBand(), baselinesByName(), resetAllEditings(), and selfCheck().
|
private |
Definition at line 251 of file SgVlbiBand.h.
Referenced by SgVlbiBand(), bitsPerSample(), and selfCheck().
|
private |
Definition at line 253 of file SgVlbiBand.h.
Referenced by ~SgVlbiBand(), bitsPerSampleByCount(), and selfCheck().
|
private |
Definition at line 239 of file SgVlbiBand.h.
Referenced by SgVlbiBand(), getCorrelatorType(), and setCorrelatorType().
|
private |
Definition at line 232 of file SgVlbiBand.h.
Referenced by SgVlbiBand(), getFrequency(), operator<(), and setFrequency().
|
private |
Definition at line 258 of file SgVlbiBand.h.
Referenced by ~SgVlbiBand(), grdAmbigsBySpacing(), and selfCheck().
|
private |
Definition at line 240 of file SgVlbiBand.h.
Referenced by history().
|
private |
Definition at line 237 of file SgVlbiBand.h.
Referenced by SgVlbiBand(), getInputFileName(), and setInputFileName().
|
private |
Definition at line 238 of file SgVlbiBand.h.
Referenced by SgVlbiBand(), getInputFileVersion(), and setInputFileVersion().
|
private |
Definition at line 249 of file SgVlbiBand.h.
Referenced by SgVlbiBand(), getMaxNumOfChannels(), selfCheck(), and setMaxNumOfChannels().
|
private |
Definition at line 234 of file SgVlbiBand.h.
Referenced by ~SgVlbiBand(), observables(), and selfCheck().
|
private |
Definition at line 266 of file SgVlbiBand.h.
Referenced by ~SgVlbiBand(), and phCalOffset_1ByBln().
|
private |
Definition at line 267 of file SgVlbiBand.h.
Referenced by ~SgVlbiBand(), and phCalOffset_2ByBln().
|
private |
Definition at line 262 of file SgVlbiBand.h.
Referenced by ~SgVlbiBand(), phdAmbigsBySpacing(), and selfCheck().
|
private |
Definition at line 254 of file SgVlbiBand.h.
Referenced by recordMode(), and selfCheck().
|
private |
Definition at line 250 of file SgVlbiBand.h.
Referenced by SgVlbiBand(), sampleRate(), and selfCheck().
|
private |
Definition at line 252 of file SgVlbiBand.h.
Referenced by ~SgVlbiBand(), sampleRateByCount(), and selfCheck().
|
private |
Definition at line 247 of file SgVlbiBand.h.
Referenced by ~SgVlbiBand(), lookupSourceByIdx(), and sourcesByIdx().
|
private |
Definition at line 243 of file SgVlbiBand.h.
Referenced by ~SgVlbiBand(), resetAllEditings(), selfCheck(), and sourcesByName().
|
private |
Definition at line 245 of file SgVlbiBand.h.
Referenced by ~SgVlbiBand(), lookupStationByIdx(), and stationsByIdx().
|
private |
Definition at line 241 of file SgVlbiBand.h.
Referenced by ~SgVlbiBand(), loadIntermediateResults(), resetAllEditings(), saveIntermediateResults(), and stationsByName().
|
private |
Definition at line 260 of file SgVlbiBand.h.
Referenced by selfCheck(), and strGrdAmbigsStat().
|
private |
Definition at line 264 of file SgVlbiBand.h.
Referenced by selfCheck(), and strPhdAmbigsStat().
|
private |
Definition at line 236 of file SgVlbiBand.h.
Referenced by SgVlbiBand(), getTCreation(), and setTCreation().
|
private |
Definition at line 259 of file SgVlbiBand.h.
Referenced by SgVlbiBand(), selfCheck(), and typicalGrdAmbigSpacing().
|
private |
Definition at line 263 of file SgVlbiBand.h.
Referenced by SgVlbiBand(), selfCheck(), and typicalPhdAmbigSpacing().