General Purpose Geodetic Library
SgSolutionReporter.cpp File Reference
#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)
 

Function Documentation

◆ calcLhv() [1/2]

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 
)

◆ calcLhv() [2/2]

void calcLhv ( const Sg3dVector r1,
const Sg3dVector r2,
const Sg3dVector db,
const SgMatrix r,
Sg3dVector lhv,
Sg3dVector lhvSigma,
double &  length,
double &  lengthSigma 
)

◆ rightAscensionSortingOrderLessThan()

Variable Documentation

◆ numOfSrcChars

const int numOfSrcChars = sizeof(srcChars)/sizeof(QString)
static

◆ srcChars

const QString srcChars[]
static
Initial value:
= {"A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L",
"M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z"}

Definition at line 67 of file SgSolutionReporter.cpp.

Referenced by SgSolutionReporter::reportEstimationBlock_Output4Spoolfile(), and SgSolutionReporter::reportSourceStatsBlock_Output4Spoolfile().