General Purpose Geodetic Library
SgObservation.h File Reference
#include <math.h>
#include <QtCore/QString>
#include <SgMJD.h>
#include <SgAttribute.h>
#include <SgVector.h>

Go to the source code of this file.

Classes

class  SgObservation
 

Enumerations

enum  TechniqueID {
  TECH_VLBI , TECH_OA , TECH_LLR , TECH_GPS ,
  TECH_SLR , TECH_DORIS , TECH_COMBINED , TECH_CG ,
  TECH_AD , TECH_TIE , TECH_UNKN , TECH_ANY
}
 

Enumeration Type Documentation

◆ TechniqueID

Enumerator
TECH_VLBI 

R: Radio interferometry;.

TECH_OA 

A: optical astrometry;.

TECH_LLR 

M: Lunar laser ranging;.

TECH_GPS 

P: Global Positioning System;.

TECH_SLR 

L: satellite laser ranging;.

TECH_DORIS 

D: satellite Doppler tracking;.

TECH_COMBINED 

C: combined data;.

TECH_CG 

G: conventional geodesy (for SSC)

TECH_AD 

*: atmospheric data

TECH_TIE 

T: ties;.

TECH_UNKN 

?: uknown.

TECH_ANY 

_: any above

Definition at line 46 of file SgObservation.h.