General Purpose Geodetic Library
|
#include <iostream>
#include <stdlib.h>
#include <QtCore/QDir>
#include <QtCore/QFile>
#include <QtCore/QTextStream>
#include <SgVlbiSession.h>
#include <SgLogger.h>
Go to the source code of this file.
Enumerations | |
enum | ObsCal_v10_index { O10_POLE_TIDE = 0 , O10_WOBBLE_X = 1 , O10_WOBBLE_Y = 2 , O10_EARTH_TIDE = 3 , O10_OCEAN_TIDE = 4 , O10_POLE_TIDE_OLD = 5 , O10_UT1_ORTHO = 6 , O10_WOB_ORTHO = 7 , O10_WOB_NUTAT = 8 , O10_FEED_ROT = 9 , O10_WAHR_NUTAT = 10 , O10_TILT_RMVR = 11 } |
enum | ObsCal_v11_index { O11_POLE_TIDE = 0 , O11_WOBBLE_X = 1 , O11_WOBBLE_Y = 2 , O11_EARTH_TIDE = 3 , O11_OCEAN_TIDE = 4 , O11_UT1_ORTHO = 5 , O11_WOB_ORTHO = 6 , O11_WOB_LIBRA = 7 , O11_UT1_LIBRA = 8 , O11_OCN_POLE_TIDE = 9 , O11_FEED_ROT = 10 , O11_OCEAN_TIDE_OLD = 11 , O11_TILT_RMVR = 12 , O11_POLE_TIDE_OLD = 13 } |
Variables | |
const QString | sStationCalibrationList [] |
const QString | sFlybyCalibrationList [] |
const QString | sObsCalibrationList_v10 [] |
const QString | sObsCalibrationList_v11 [] |
const QString | sAntennaMountTypes [] |
enum ObsCal_v10_index |
Enumerator | |
---|---|
O10_POLE_TIDE | |
O10_WOBBLE_X | |
O10_WOBBLE_Y | |
O10_EARTH_TIDE | |
O10_OCEAN_TIDE | |
O10_POLE_TIDE_OLD | |
O10_UT1_ORTHO | |
O10_WOB_ORTHO | |
O10_WOB_NUTAT | |
O10_FEED_ROT | |
O10_WAHR_NUTAT | |
O10_TILT_RMVR |
Definition at line 61 of file SgVlbiSessionIoSupport.cpp.
enum ObsCal_v11_index |
Definition at line 76 of file SgVlbiSessionIoSupport.cpp.
|
extern |
|
extern |
|
extern |
Referenced by SgVlbiSession::formObsCalibrationSetup().
|
extern |
Referenced by SgVlbiSession::formObsCalibrationSetup().
|
extern |