General Purpose Geodetic Library
|
#include <iostream>
#include <stdlib.h>
#include <QtCore/QDateTime>
#include <QtCore/QDir>
#include <QtCore/QFile>
#include <QtCore/QList>
#include <QtCore/QMap>
#include <SgSolutionReporter.h>
#include <Sg3dMatrixR.h>
#include <SgArcStorage.h>
#include <SgConstants.h>
#include <SgEstimator.h>
#include <SgIdentities.h>
#include <SgLogger.h>
#include <SgMathSupport.h>
#include <SgPwlStorage.h>
#include <SgPwlStorageBSplineL.h>
#include <SgPwlStorageBSplineQ.h>
#include <SgPwlStorageIncRates.h>
#include <SgTaskManager.h>
#include <SgVersion.h>
#include <SgVlbiBand.h>
#include <SgVlbiNetworkId.h>
#include <SgVlbiObservation.h>
#include <SgVlbiSession.h>
Go to the source code of this file.
Functions | |
bool | rightAscensionSortingOrderLessThan (SgVlbiSourceInfo *, SgVlbiSourceInfo *) |
void | calcLhv (const Sg3dVector &r1, const Sg3dVector &dr1, const Sg3dVector &r2, const Sg3dVector &dr2, const SgMatrix &r, Sg3dVector &lhv, Sg3dVector &lhvSigma, double &length, double &lengthSigma) |
void | calcLhv (const Sg3dVector &r1, const Sg3dVector &r2, const Sg3dVector &db, const SgMatrix &r, Sg3dVector &lhv, Sg3dVector &lhvSigma, double &length, double &lengthSigma) |
Variables | |
static const QString | srcChars [] |
static const int | numOfSrcChars = sizeof(srcChars)/sizeof(QString) |
void calcLhv | ( | const Sg3dVector & | r1, |
const Sg3dVector & | dr1, | ||
const Sg3dVector & | r2, | ||
const Sg3dVector & | dr2, | ||
const SgMatrix & | r, | ||
Sg3dVector & | lhv, | ||
Sg3dVector & | lhvSigma, | ||
double & | length, | ||
double & | lengthSigma | ||
) |
Definition at line 4569 of file SgSolutionReporter.cpp.
References Sg3dVector::at(), SgMatrix::getElement(), SgLogger::INF, logger, Sg3dVector::module(), SgLogger::REPORT, SgMatrix::setElement(), Sg3dVector::unify(), SgLogger::write(), X_AXIS, Y_AXIS, and Z_AXIS.
Referenced by SgSolutionReporter::reportBaselineVariationsBlock_Output4Spoolfile().
void calcLhv | ( | const Sg3dVector & | r1, |
const Sg3dVector & | r2, | ||
const Sg3dVector & | db, | ||
const SgMatrix & | r, | ||
Sg3dVector & | lhv, | ||
Sg3dVector & | lhvSigma, | ||
double & | length, | ||
double & | lengthSigma | ||
) |
Definition at line 4647 of file SgSolutionReporter.cpp.
References Sg3dVector::at(), SgMatrix::getElement(), SgLogger::INF, logger, Sg3dVector::module(), SgLogger::REPORT, SgMatrix::setElement(), Sg3dVector::unify(), SgLogger::write(), X_AXIS, Y_AXIS, and Z_AXIS.
bool rightAscensionSortingOrderLessThan | ( | SgVlbiSourceInfo * | src1, |
SgVlbiSourceInfo * | src2 | ||
) |
Definition at line 4561 of file SgSolutionReporter.cpp.
References SgVlbiSourceInfo::getRA().
Referenced by SgSolutionReporter::reportSources_Output4AposterioriFiles(), and SgSolutionReporter::reportSourceStatsBlock_Output4Spoolfile().
|
static |
Definition at line 69 of file SgSolutionReporter.cpp.
Referenced by SgSolutionReporter::reportEstimationBlock_Output4Spoolfile(), and SgSolutionReporter::reportSourceStatsBlock_Output4Spoolfile().
|
static |
Definition at line 67 of file SgSolutionReporter.cpp.
Referenced by SgSolutionReporter::reportEstimationBlock_Output4Spoolfile(), and SgSolutionReporter::reportSourceStatsBlock_Output4Spoolfile().