General Purpose Geodetic Library
|
#include <SgVlbiBaselineInfo.h>
Public Types | |
enum | Attributes { Attr_NOT_VALID = 1<< 0 , Attr_ESTIMATE_CLOCKS = 1<< 1 , Attr_BIND_TROPOSPHERE = 1<< 2 , Attr_USE_IONO4GRD = 1<< 3 , Attr_USE_IONO4PHD = 1<< 4 , Attr_SKIP_WC = 1<< 5 } |
Public Member Functions | |
SgVlbiBaselineInfo (int idx=-1, const QString &key="Unknown", const QString &aka="Unknown too") | |
~SgVlbiBaselineInfo () | |
QList< SgVlbiObservable * > & | observables () |
double | getCbdTotalWrms () const |
double | getMeanGrDelResiduals () const |
double | getMeanGrDelResidualsSigma () const |
double | getAuxSign () const |
const QString & | strGrdAmbigsStat () const |
const QString & | strPhdAmbigsStat () const |
int | getTypicalNumOfChannels () const |
double | getTypicalGrdAmbigSpacing () const |
double | getTypicalPhdAmbigSpacing () const |
double | getTypicalAmbigSpacing (SgTaskConfig::VlbiDelayType type) const |
double | getLength () const |
double | dClock () const |
double | dClockSigma () const |
SgClockBreakIndicator * | cbIndicator () |
void | setAuxSign (double s) |
void | setLength (double l) |
SgParameter *& | pAux () |
SgParameter * | pClock () |
SgParameter * | pBx () |
SgParameter * | pBy () |
SgParameter * | pBz () |
const QMap< int, int > & | numOfChanByCount () const |
bool | selfCheck () |
void | calculateClockF1 (SgTaskConfig *) |
void | evaluateCBIndicator () |
void | scan4Ambiguities () |
void | evaluateMeanGrDelResiduals () |
void | shiftAmbiguities (int deltaN) |
void | createParameters () |
void | releaseParameters () |
SgVlbiStationInfo * | stn_1 (QMap< QString, SgVlbiStationInfo * >) const |
SgVlbiStationInfo * | stn_2 (QMap< QString, SgVlbiStationInfo * >) const |
void | resetAllEditings () |
void | setGrdAmbiguities2min () |
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 () |
Static Public Member Functions | |
static const QString | className () |
![]() | |
static const QString | className () |
![]() | |
static const QString | className () |
Private Member Functions | |
void | scan4Ambiguities_m1 () |
void | scan4Ambiguities_m2 () |
Private Attributes | |
QList< SgVlbiObservable * > | observables_ |
double | cbd_total_wrms_ |
SgClockBreakIndicator * | cbIndicator_ |
SgParameter * | pAux_ |
double | meanGrDelResiduals_ |
double | meanGrDelResidualsSigma_ |
double | auxSign_ |
QMap< int, int > | numOfChanByCount_ |
int | typicalNumOfCannels_ |
SgParameter * | pClock_ |
SgParameter * | pBx_ |
SgParameter * | pBy_ |
SgParameter * | pBz_ |
double | dClock_ |
double | dClockSigma_ |
double | length_ |
QMap< double, int > | grdAmbigsBySpacing_ |
double | typicalGrdAmbigSpacing_ |
QString | strGrdAmbigsStat_ |
QMap< double, int > | phdAmbigsBySpacing_ |
double | typicalPhdAmbigSpacing_ |
QString | strPhdAmbigsStat_ |
Definition at line 79 of file SgVlbiBaselineInfo.h.
Definition at line 82 of file SgVlbiBaselineInfo.h.
|
inline |
A constructor. Creates an object.
Definition at line 280 of file SgVlbiBaselineInfo.h.
References SgAttribute::addAttr(), Attr_USE_IONO4GRD, auxSign_, cbd_total_wrms_, cbIndicator_, dClock_, dClockSigma_, length_, meanGrDelResiduals_, meanGrDelResidualsSigma_, pAux_, pBx_, pBy_, pBz_, pClock_, typicalGrdAmbigSpacing_, typicalNumOfCannels_, and typicalPhdAmbigSpacing_.
|
inline |
A destructor. Frees allocated memory.
Definition at line 318 of file SgVlbiBaselineInfo.h.
References cbIndicator_, numOfChanByCount_, observables_, and releaseParameters().
void SgVlbiBaselineInfo::calculateClockF1 | ( | SgTaskConfig * | ) |
Calculates values of a clock break detection filter.
Definition at line 180 of file SgVlbiBaselineInfo.cpp.
References SgVlbiObservable::activeDelay(), SgAttribute::addAttr(), SgVlbiObservation::Attr_PASSED_CL_FN1, SgObservation::Attr_PROCESSED, cbd_total_wrms_, SgAttribute::delAttr(), SgVlbiObservable::epoch(), SgVlbiObservation::getBaselineClock_F1(), SgVlbiMeasurement::getResidual(), SgVlbiMeasurement::getSigma(), SgAttribute::isAttr(), observables_, SgVlbiObservable::owner(), SgVlbiObservation::setBaselineClock_F1(), SgVlbiObservation::setBaselineClock_F1l(), SgVlbiObservation::setBaselineClock_F1r(), SgVlbiObservable::setTest(), and SgMJD::toDouble().
Referenced by SgVlbiSession::calculateBaselineClock_F1(), SgVlbiSession::detectClockBreaks_mode1(), and NsSessionEditDialog::updateResiduals().
|
inline |
Definition at line 373 of file SgVlbiBaselineInfo.h.
References cbIndicator_.
Referenced by SgVlbiSession::detectClockBreaks_mode1().
|
static |
Returns name of the class (for debug output).
Definition at line 45 of file SgVlbiBaselineInfo.cpp.
Referenced by evaluateMeanGrDelResiduals(), loadIntermediateResults(), saveIntermediateResults(), scan4Ambiguities_m1(), scan4Ambiguities_m2(), and setGrdAmbiguities2min().
void SgVlbiBaselineInfo::createParameters | ( | ) |
Allocates necessary memory for estimated parameters.
Definition at line 53 of file SgVlbiBaselineInfo.cpp.
References dClock_, dClockSigma_, SgObjectInfo::getKey(), pBx_, pBy_, pBz_, pClock_, and releaseParameters().
|
inline |
Definition at line 139 of file SgVlbiBaselineInfo.h.
References dClock_.
Referenced by SgGuiVlbiBaselineList::SgGuiVlbiBaselineList(), SgGuiVlbiBlnInfoEditor::SgGuiVlbiBlnInfoEditor(), NsScrPrx4Baseline::getClockOffset(), loadIntermediateResults(), SgGuiVlbiBaselineItem::operator<(), and SgGuiVlbiBaselineList::updateContent().
|
inline |
Definition at line 140 of file SgVlbiBaselineInfo.h.
References dClockSigma_.
Referenced by SgGuiVlbiBaselineList::SgGuiVlbiBaselineList(), SgGuiVlbiBlnInfoEditor::SgGuiVlbiBlnInfoEditor(), NsScrPrx4Baseline::getClockOffsetStdDev(), loadIntermediateResults(), SgGuiVlbiBaselineItem::operator<(), and SgGuiVlbiBaselineList::updateContent().
void SgVlbiBaselineInfo::evaluateCBIndicator | ( | ) |
Evaluates clock break indicator.
Definition at line 333 of file SgVlbiBaselineInfo.cpp.
References SgObservation::Attr_PROCESSED, cbd_total_wrms_, cbIndicator_, SgClockBreakIndicator::epoch_, SgVlbiObservation::getBaselineClock_F1(), SgAttribute::isAttr(), SgClockBreakIndicator::minWrms_, SgClockBreakIndicator::numOnLeft_, SgClockBreakIndicator::numOnRight_, observables_, SgVlbiObservable::owner(), SgClockBreakIndicator::tOnLeft_, SgClockBreakIndicator::tOnRight_, and SgClockBreakIndicator::totWrms_.
Referenced by SgVlbiSession::detectClockBreaks_mode1().
void SgVlbiBaselineInfo::evaluateMeanGrDelResiduals | ( | ) |
Evaluates mean group delay residuals (for ambiguity resolution purposes).
Definition at line 641 of file SgVlbiBaselineInfo.cpp.
References SgVlbiObservable::activeDelay(), SgObservation::Attr_PROCESSED, className(), SgLogger::DBG, SgObjectInfo::getKey(), SgVlbiMeasurement::getResidual(), SgVlbiMeasurement::getSigma(), SgAttribute::isAttr(), logger, meanGrDelResiduals_, meanGrDelResidualsSigma_, observables_, SgVlbiObservable::owner(), SgLogger::RUN, and SgLogger::write().
Referenced by SgVlbiSession::scanBaselines4GrDelayAmbiguities().
|
inline |
Definition at line 365 of file SgVlbiBaselineInfo.h.
References auxSign_.
Referenced by SgVlbiSession::resolveGrAmbigTriangles().
|
inline |
Definition at line 341 of file SgVlbiBaselineInfo.h.
References cbd_total_wrms_.
|
inline |
Definition at line 137 of file SgVlbiBaselineInfo.h.
References length_.
Referenced by SgGuiVlbiBaselineList::SgGuiVlbiBaselineList(), NsScrPrx4Baseline::getLength(), and SgVlbiSession::selfCheck().
|
inline |
Definition at line 349 of file SgVlbiBaselineInfo.h.
References meanGrDelResiduals_.
Referenced by SgVlbiSession::resolveGrAmbigTriangles().
|
inline |
Definition at line 357 of file SgVlbiBaselineInfo.h.
References meanGrDelResidualsSigma_.
Referenced by SgVlbiSession::resolveGrAmbigTriangles().
|
inline |
Definition at line 134 of file SgVlbiBaselineInfo.h.
References typicalGrdAmbigSpacing_, typicalPhdAmbigSpacing_, SgTaskConfig::VD_GRP_DELAY, and SgTaskConfig::VD_PHS_DELAY.
Referenced by SgVlbiSession::resolveGrAmbigTriangles().
|
inline |
Definition at line 132 of file SgVlbiBaselineInfo.h.
References typicalGrdAmbigSpacing_.
Referenced by SgGuiVlbiBaselineList::SgGuiVlbiBaselineList().
|
inline |
Definition at line 131 of file SgVlbiBaselineInfo.h.
References typicalNumOfCannels_.
Referenced by SgGuiVlbiBaselineList::SgGuiVlbiBaselineList().
|
inline |
Definition at line 133 of file SgVlbiBaselineInfo.h.
References typicalPhdAmbigSpacing_.
bool SgVlbiBaselineInfo::loadIntermediateResults | ( | QDataStream & | s | ) |
Definition at line 787 of file SgVlbiBaselineInfo.cpp.
References className(), dClock(), dClock_, dClockSigma(), dClockSigma_, SgLogger::ERR, SgLogger::IO_BIN, SgObjectInfo::loadIntermediateResults(), logger, and SgLogger::write().
|
inline |
Definition at line 167 of file SgVlbiBaselineInfo.h.
References numOfChanByCount_.
Referenced by SgVlbiSession::checkChannelSetup().
|
inline |
Returns a reference on the list of observations at this baseline.
Definition at line 333 of file SgVlbiBaselineInfo.h.
References observables_.
Referenced by SgSolutionReporter::absorbInfo(), NsSessionEditDialog::adjustAmbiguityMultipliers(), NsSessionEditDialog::calcIono(), SgObjectInfo::calcNormalizedResiduals(), SgVlbiSession::calculateClockBreakParameter(), SgVlbiSession::calculateClockBreaksParameters(), NsSessionEditDialog::changeNumOfAmbigSpacing4MarkedPoints(), NsSessionEditDialog::changeNumOfSubAmbig4MarkedPoints(), SgVlbiSession::checkChannelSetup(), SgVlbiSession::detectClockBreaks_mode1(), NsSessionEditDialog::displayPointInfo(), NsSessionEditDialog::excludeMarkedPoints(), NsSessionEditDialog::findClockBreakEvent(), NsSessionEditDialog::generateRequest4Refringing(), NsSessionEditDialog::includeMarkedPoints(), NsScrPrx4Band::postLoad(), SgSingleSessionTaskManager::run(), SgVlbiObservation::setupIdentities(), NsSessionEditDialog::tab4BandPlots(), NsSessionEditDialog::updateResiduals(), and NsSessionEditDialog::zeroIono().
|
inline |
Returns a pointer on the parameter.
Definition at line 381 of file SgVlbiBaselineInfo.h.
References pAux_.
Referenced by SgVlbiSession::resolveGrAmbigTriangles().
|
inline |
Definition at line 397 of file SgVlbiBaselineInfo.h.
References pBx_.
Referenced by SgTaskManager::fillParameterList(), SgVlbiObservation::fillPartials4delay(), SgVlbiObservation::fillPartials4rate(), SgSingleSessionTaskManager::finisRun(), SgSolutionReporter::reportBaselineVariationsBlock_Output4Spoolfile(), SgSolutionReporter::reportEstimationBlock_Output4Spoolfile(), and SgSolutionReporter::synchronizeInfo().
|
inline |
Definition at line 405 of file SgVlbiBaselineInfo.h.
References pBy_.
Referenced by SgTaskManager::fillParameterList(), SgVlbiObservation::fillPartials4delay(), SgVlbiObservation::fillPartials4rate(), SgSingleSessionTaskManager::finisRun(), SgSolutionReporter::reportBaselineVariationsBlock_Output4Spoolfile(), SgSolutionReporter::reportEstimationBlock_Output4Spoolfile(), and SgSolutionReporter::synchronizeInfo().
|
inline |
Definition at line 413 of file SgVlbiBaselineInfo.h.
References pBz_.
Referenced by SgTaskManager::fillParameterList(), SgVlbiObservation::fillPartials4delay(), SgVlbiObservation::fillPartials4rate(), SgSingleSessionTaskManager::finisRun(), SgSolutionReporter::reportBaselineVariationsBlock_Output4Spoolfile(), SgSolutionReporter::reportEstimationBlock_Output4Spoolfile(), and SgSolutionReporter::synchronizeInfo().
|
inline |
Definition at line 389 of file SgVlbiBaselineInfo.h.
References pClock_.
Referenced by SgTaskManager::fillParameterList(), SgVlbiObservation::fillPartials4delay(), SgSolutionReporter::reportEstimationBlock_Output4Spoolfile(), and SgSolutionReporter::synchronizeInfo().
void SgVlbiBaselineInfo::releaseParameters | ( | ) |
Frees previously allocated memory for estimated parameters.
Definition at line 68 of file SgVlbiBaselineInfo.cpp.
References SgPartial::Attr_IS_IN_RUN, dClock_, dClockSigma_, SgParameter::getSigma(), SgParameter::getSolution(), SgAttribute::isAttr(), pBx_, pBy_, pBz_, and pClock_.
Referenced by ~SgVlbiBaselineInfo(), and createParameters().
|
inline |
Definition at line 433 of file SgVlbiBaselineInfo.h.
References Attr_BIND_TROPOSPHERE, Attr_ESTIMATE_CLOCKS, Attr_NOT_VALID, cbd_total_wrms_, dClock_, dClockSigma_, SgAttribute::delAttr(), and SgObjectInfo::resetAllEditings().
bool SgVlbiBaselineInfo::saveIntermediateResults | ( | QDataStream & | s | ) | const |
Definition at line 769 of file SgVlbiBaselineInfo.cpp.
References className(), dClock_, dClockSigma_, SgLogger::ERR, SgLogger::IO_BIN, logger, SgObjectInfo::saveIntermediateResults(), and SgLogger::write().
void SgVlbiBaselineInfo::scan4Ambiguities | ( | ) |
Check residuals for ambiguities.
Definition at line 459 of file SgVlbiBaselineInfo.cpp.
References scan4Ambiguities_m1().
Referenced by SgVlbiSession::scanBaselines4GrDelayAmbiguities().
|
private |
Definition at line 468 of file SgVlbiBaselineInfo.cpp.
References SgVlbiObservable::activeDelay(), SgVlbiMeasurement::adjustAmbiguity(), SgObservation::Attr_PROCESSED, className(), SgLogger::ERR, SgVector::getElement(), SgObjectInfo::getKey(), SgVlbiMeasurement::getResidual(), SgVlbiMeasurement::getSigma(), SgAttribute::isAttr(), logger, observables_, SgVlbiObservable::owner(), SgLogger::RUN, SgLogger::write(), and SgLogger::WRN.
Referenced by scan4Ambiguities().
|
private |
Definition at line 553 of file SgVlbiBaselineInfo.cpp.
References SgVlbiObservable::activeDelay(), SgObservation::Attr_PROCESSED, className(), SgLogger::DBG, SgObjectInfo::getKey(), SgVlbiMeasurement::getResidual(), SgAttribute::isAttr(), logger, observables_, SgVlbiObservable::owner(), SgLogger::RUN, and SgLogger::write().
bool SgVlbiBaselineInfo::selfCheck | ( | ) |
Definition at line 100 of file SgVlbiBaselineInfo.cpp.
References grdAmbigsBySpacing_, numOfChanByCount_, observables_, phdAmbigsBySpacing_, strGrdAmbigsStat_, strPhdAmbigsStat_, typicalGrdAmbigSpacing_, typicalNumOfCannels_, and typicalPhdAmbigSpacing_.
|
inline |
Sets an auxiliary sign.
s | – new sign; |
Definition at line 421 of file SgVlbiBaselineInfo.h.
References auxSign_.
Referenced by SgVlbiSession::resolveGrAmbigTriangles().
void SgVlbiBaselineInfo::setGrdAmbiguities2min | ( | ) |
Definition at line 731 of file SgVlbiBaselineInfo.cpp.
References SgVlbiObservable::activeDelay(), SgObservation::Attr_PROCESSED, className(), SgLogger::ERR, SgObjectInfo::getKey(), SgVlbiMeasurement::getNumOfAmbiguities(), SgAttribute::isAttr(), logger, observables_, SgVlbiObservable::owner(), SgLogger::RUN, SgVlbiMeasurement::setNumOfAmbiguities(), and SgLogger::write().
Referenced by SgVlbiSession::scanBaselines4GrDelayAmbiguities().
|
inline |
Definition at line 153 of file SgVlbiBaselineInfo.h.
References length_.
Referenced by SgVlbiSession::selfCheck().
void SgVlbiBaselineInfo::shiftAmbiguities | ( | int | deltaN | ) |
Adjust baseline's numbers of abiguities.
Definition at line 683 of file SgVlbiBaselineInfo.cpp.
References SgVlbiObservable::activeDelay(), SgVlbiMeasurement::getAmbiguitySpacing(), SgVlbiMeasurement::getDelayType(), SgVlbiMeasurement::getNumOfAmbiguities(), SgVlbiMeasurement::getResidual(), observables_, SgVlbiMeasurement::setNumOfAmbiguities(), SgVlbiMeasurement::setResidual(), typicalGrdAmbigSpacing_, typicalPhdAmbigSpacing_, and SgTaskConfig::VD_PHS_DELAY.
Referenced by SgVlbiSession::resolveGrAmbigTriangles().
SgVlbiStationInfo * SgVlbiBaselineInfo::stn_1 | ( | QMap< QString, SgVlbiStationInfo * > | stations | ) | const |
Definition at line 707 of file SgVlbiBaselineInfo.cpp.
References SgObjectInfo::getKey().
Referenced by SgVlbiSession::calculateClockBreaksParameters(), and SgSolutionReporter::reportBaselineVariationsBlock_Output4Spoolfile().
SgVlbiStationInfo * SgVlbiBaselineInfo::stn_2 | ( | QMap< QString, SgVlbiStationInfo * > | stations | ) | const |
Definition at line 719 of file SgVlbiBaselineInfo.cpp.
References SgObjectInfo::getKey().
Referenced by SgVlbiSession::calculateClockBreaksParameters(), and SgSolutionReporter::reportBaselineVariationsBlock_Output4Spoolfile().
|
inline |
Definition at line 127 of file SgVlbiBaselineInfo.h.
References strGrdAmbigsStat_.
Referenced by NsSessionEditDialog::tab4BandPlots().
|
inline |
Definition at line 129 of file SgVlbiBaselineInfo.h.
References strPhdAmbigsStat_.
Referenced by NsSessionEditDialog::tab4BandPlots().
|
private |
Definition at line 234 of file SgVlbiBaselineInfo.h.
Referenced by SgVlbiBaselineInfo(), getAuxSign(), and setAuxSign().
|
private |
Definition at line 225 of file SgVlbiBaselineInfo.h.
Referenced by SgVlbiBaselineInfo(), calculateClockF1(), evaluateCBIndicator(), getCbdTotalWrms(), and resetAllEditings().
|
private |
Definition at line 226 of file SgVlbiBaselineInfo.h.
Referenced by SgVlbiBaselineInfo(), ~SgVlbiBaselineInfo(), cbIndicator(), and evaluateCBIndicator().
|
private |
Definition at line 248 of file SgVlbiBaselineInfo.h.
Referenced by SgVlbiBaselineInfo(), createParameters(), dClock(), loadIntermediateResults(), releaseParameters(), resetAllEditings(), and saveIntermediateResults().
|
private |
Definition at line 249 of file SgVlbiBaselineInfo.h.
Referenced by SgVlbiBaselineInfo(), createParameters(), dClockSigma(), loadIntermediateResults(), releaseParameters(), resetAllEditings(), and saveIntermediateResults().
|
private |
Definition at line 254 of file SgVlbiBaselineInfo.h.
Referenced by selfCheck().
|
private |
Definition at line 250 of file SgVlbiBaselineInfo.h.
Referenced by SgVlbiBaselineInfo(), getLength(), and setLength().
|
private |
Definition at line 232 of file SgVlbiBaselineInfo.h.
Referenced by SgVlbiBaselineInfo(), evaluateMeanGrDelResiduals(), and getMeanGrDelResiduals().
|
private |
Definition at line 233 of file SgVlbiBaselineInfo.h.
Referenced by SgVlbiBaselineInfo(), evaluateMeanGrDelResiduals(), and getMeanGrDelResidualsSigma().
|
private |
Definition at line 237 of file SgVlbiBaselineInfo.h.
Referenced by ~SgVlbiBaselineInfo(), numOfChanByCount(), and selfCheck().
|
private |
Definition at line 223 of file SgVlbiBaselineInfo.h.
Referenced by ~SgVlbiBaselineInfo(), calculateClockF1(), evaluateCBIndicator(), evaluateMeanGrDelResiduals(), observables(), scan4Ambiguities_m1(), scan4Ambiguities_m2(), selfCheck(), setGrdAmbiguities2min(), and shiftAmbiguities().
|
private |
Definition at line 229 of file SgVlbiBaselineInfo.h.
Referenced by SgVlbiBaselineInfo(), and pAux().
|
private |
Definition at line 245 of file SgVlbiBaselineInfo.h.
Referenced by SgVlbiBaselineInfo(), createParameters(), pBx(), and releaseParameters().
|
private |
Definition at line 246 of file SgVlbiBaselineInfo.h.
Referenced by SgVlbiBaselineInfo(), createParameters(), pBy(), and releaseParameters().
|
private |
Definition at line 247 of file SgVlbiBaselineInfo.h.
Referenced by SgVlbiBaselineInfo(), createParameters(), pBz(), and releaseParameters().
|
private |
Definition at line 244 of file SgVlbiBaselineInfo.h.
Referenced by SgVlbiBaselineInfo(), createParameters(), pClock(), and releaseParameters().
|
private |
Definition at line 258 of file SgVlbiBaselineInfo.h.
Referenced by selfCheck().
|
private |
Definition at line 256 of file SgVlbiBaselineInfo.h.
Referenced by selfCheck(), and strGrdAmbigsStat().
|
private |
Definition at line 260 of file SgVlbiBaselineInfo.h.
Referenced by selfCheck(), and strPhdAmbigsStat().
|
private |
Definition at line 255 of file SgVlbiBaselineInfo.h.
Referenced by SgVlbiBaselineInfo(), getTypicalAmbigSpacing(), getTypicalGrdAmbigSpacing(), selfCheck(), and shiftAmbiguities().
|
private |
Definition at line 238 of file SgVlbiBaselineInfo.h.
Referenced by SgVlbiBaselineInfo(), getTypicalNumOfChannels(), and selfCheck().
|
private |
Definition at line 259 of file SgVlbiBaselineInfo.h.
Referenced by SgVlbiBaselineInfo(), getTypicalAmbigSpacing(), getTypicalPhdAmbigSpacing(), selfCheck(), and shiftAmbiguities().