General Purpose Geodetic Library
SgVlbiObservable.cpp File Reference
#include <iostream>
#include <stdlib.h>
#include <QtCore/QDataStream>
#include <QtCore/QVector>
#include <SgLogger.h>
#include <SgMathSupport.h>
#include <SgTaskConfig.h>
#include <SgVector.h>
#include <SgVlbiBand.h>
#include <SgVlbiObservable.h>
#include <SgVlbiObservation.h>
#include <SgVlbiSession.h>

Go to the source code of this file.

Functions

void findPeak (const std::complex< double > *cA, int n, double &dD, double &dP)
 
bool evaluatePhaseCals (const SgVector &pcPhases, const SgVector &pcAmplitudes, const SgVector &pcFreqByChan, double refFreq, double &phaseCalGrd, double &phaseCalGrdAmbig, double &phaseCalPhd, double &phaseCalPhdAmbig, const QString &oId)
 

Function Documentation

◆ evaluatePhaseCals()

bool evaluatePhaseCals ( const SgVector pcPhases,
const SgVector pcAmplitudes,
const SgVector pcFreqByChan,
double  refFreq,
double &  phaseCalGrd,
double &  phaseCalGrdAmbig,
double &  phaseCalPhd,
double &  phaseCalPhdAmbig,
const QString &  oId 
)

◆ findPeak()

void findPeak ( const std::complex< double > *  cA,
int  n,
double &  dD,
double &  dP 
)

Definition at line 1191 of file SgVlbiObservable.cpp.

Referenced by evaluatePhaseCals().