General Purpose Geodetic Library
|
#include <math.h>
#include <netcdf.h>
#include <QtCore/QDateTime>
#include <QtCore/QDir>
#include <QtCore/QFile>
#include <QtCore/QFileInfo>
#include <QtCore/QRegExp>
#include <QtCore/QTextStream>
#include <SgIdentities.h>
#include <SgLogger.h>
#include <SgVgosDb.h>
#include <SgVlbiObservation.h>
#include <SgVlbiSession.h>
#include <SgVlbiStationInfo.h>
Go to the source code of this file.
Variables | |
SgVgosDb::FmtChkVar | fcSecond ("Second", NC_DOUBLE, true, QList< int >()<< SD_Any, "SEC TAG ", "Seconds part of UTC TAG.........", "second") |
SgVgosDb::FmtChkVar | fcYmdhm ("YMDHM", NC_SHORT, true, QList< int >()<< SD_Any<< 5, "UTC TAG ", "Epoch UTC YMDHM.................") |
SgVgosDb::FmtChkVar | fcCalIonoGroup ("Cal-SlantPathIonoGroup", NC_DOUBLE, true, QList< int >()<< SD_NumObs<< 2, "ION CORR", "Ion correction. Add to theo. sec", "second", "?") |
SgVgosDb::FmtChkVar | fcCalIonoGroupSigma ("Cal-SlantPathIonoGroupSigma", NC_DOUBLE, true, QList< int >()<< SD_NumObs<< 2, "IONRMS ", "Ion correction to sigma. sec", "second", "?") |
SgVgosDb::FmtChkVar | fcCalIonoGroupDataFlag ("Cal-SlantPathIonoGroupDataFlag", NC_SHORT, false, QList< int >()<< SD_NumObs, "", "0=OK, -1=Missing, -2=bad", "", "?") |
SgVgosDb::FmtChkVar | fcIonoBits ("IonoBits", NC_SHORT, true, QList< int >()<< SD_NumObs, "ION_BITS", "ICORR for full ion tracking.") |
SgVgosDb::FmtChkVar | fcDelayFlag ("DelayFlag", NC_SHORT, true, QList< int >()<< SD_NumObs, "DELUFLAG", "Delay unweight flag") |
SgVgosDb::FmtChkVar | fcRateFlag ("RateFlag", NC_SHORT, true, QList< int >()<< SD_NumObs, "RATUFLAG", "Delay rate unweight flag........") |
SgVgosDb::FmtChkVar | fcPhaseFlag ("PhaseFlag", NC_SHORT, false, QList< int >()<< SD_NumObs, "PHSUFLAG", "") |
SgVgosDb::FmtChkVar | fcUserSup ("UserSup", NC_SHORT, false, QList< int >()<< SD_NumObs, "UACSUP ", "User action for suppression") |
SgVgosDb::FmtChkVar | fcNumGroupAmbig ("NumGroupAmbig", NC_SHORT, true, QList< int >()<< SD_NumObs, "# AMBIG ", "Number of group delay ambiguities", "", "?") |
SgVgosDb::FmtChkVar | fcNumGroupSubAmbig ("NumGroupSubAmbig", NC_SHORT, false, QList< int >()<< SD_NumObs, "N/A ", "Number of group delay subambiguities (test purposes)", "", "?") |
SgVgosDb::FmtChkVar | fcNumPhaseAmbig ("NumPhaseAmbig", NC_INT, true, QList< int >()<< SD_NumObs, "#PAMBIG ", "Number of phase delay ambiguities", "", "?") |
SgVgosDb::FmtChkVar | fcAtmInterval ("AtmInterval", NC_DOUBLE, false, QList< int >()<< SD_Any, "ATM_INTV", "Batchmode atmos interval - hours") |
SgVgosDb::FmtChkVar | fcAtmRateConstraint ("AtmRateConstraint", NC_DOUBLE, true, QList< int >()<< SD_Any, "ATM_CNST", "Atmosphere constraint. ps/hr") |
SgVgosDb::FmtChkVar | fcAtmRateSite ("AtmRateStationList", NC_CHAR, false, QList< int >()<< SD_Any<< 8, "AC_SITES", "Site list for atmos constraints") |
SgVgosDb::FmtChkVar | fcClockInterval ("ClockInterval", NC_DOUBLE, false, QList< int >()<< SD_Any, "CLK_INTV", "Batchmode clock interval - hours") |
SgVgosDb::FmtChkVar | fcClockRateConstraint ("ClockRateConstraint", NC_DOUBLE, true, QList< int >()<< SD_Any, "CLK_CNST", "Clock constraint-Parts in 1.e14") |
SgVgosDb::FmtChkVar | fcClockRateName ("ClockRateConstraintStationList", NC_CHAR, false, QList< int >()<< SD_Any<< 8, "CC_SITES", "Site list for clocks constraints") |
SgVgosDb::FmtChkVar | fcPmOffsetConstraint ("WobOffsetConstraint", NC_DOUBLE, true, QList< int >()<< 1, "", "Polar Motion Offset Constraint") |
SgVgosDb::FmtChkVar | fcUtOffsetConstraint ("UT1OffsetConstraint", NC_DOUBLE, true, QList< int >()<< 1, "", "UT1 Offset Constraint") |
SgVgosDb::FmtChkVar | fcIonoSolveFlag ("IonoSolveFlag", NC_SHORT, true, QList< int >()<< SD_NumStn, "", "Bit flag indicating station has iono correction") |
SgVgosDb::FmtChkVar | fcIonoStationList ("IonoStationList", NC_CHAR, true, QList< int >()<< SD_NumStn<< 8, "", "Stations with ionocorrection") |
SgVgosDb::FmtChkVar | fcGroupBLWeights ("GroupBLWeights", NC_DOUBLE, true, QList< int >()<< 2<< SD_Any, "ERROR K ", "Group delay and rate re-weighting constants.") |
SgVgosDb::FmtChkVar | fcGroupBLWeightName ("GroupBLWeightStationList", NC_CHAR, true, QList< int >()<< SD_Any<< 2<< 8, "ERROR BL", "B.L.names for formal errors") |
SgVgosDb::FmtChkVar | fcSrcSelectionFlag ("SourceSelectionFlag", NC_SHORT, true, QList< int >()<< SD_NumSrc, "SOURSTAT", "Source selection status bit-mapped array.") |
SgVgosDb::FmtChkVar | fcBlnSelectionFlag ("BaselineSelectionFlag", NC_SHORT, true, QList< int >()<< SD_NumStn<< SD_NumStn, "BASLSTAT", "Baseline selection bit maped array. 1=some obs, etc.") |
SgVgosDb::FmtChkVar | fcSrcSelectionName ("SourceSelectionName", NC_CHAR, false, QList< int >()<< SD_NumSrc<< 8, "--NEW-- ", "Source names for Source selection array") |
SgVgosDb::FmtChkVar | fcBlnSelectionName ("BaselineSelectionName", NC_CHAR, false, QList< int >()<< SD_NumStn<< 8, "--NEW-- ", "Station names for Baseline selection array") |
SgVgosDb::FmtChkVar | fcBaselineClock ("BaselineClock", NC_CHAR, true, QList< int >()<< SD_Any<< 2<< 8, "BLDEPCKS", "Bl-dependent clock list") |
SgVgosDb::FmtChkVar | fcEccentricityType ("EccentricityType", NC_CHAR, false, QList< int >()<< SD_NumStn<< 2, "ECCTYPES", "Eccentricity type: XY or NE") |
SgVgosDb::FmtChkVar | fcEccentricityName ("EccentricityStationList", NC_CHAR, true, QList< int >()<< SD_NumStn<< 8, "--NEW-- ", "Station name of the corresponding eccentricity") |
SgVgosDb::FmtChkVar | fcEccentricityMonument ("EccentricityMonument", NC_CHAR, false, QList< int >()<< SD_NumStn<< 10, "ECCNAMES", "Eccentricity monument name") |
SgVgosDb::FmtChkVar | fcEccentricityVector ("EccentricityVector", NC_DOUBLE, false, QList< int >()<< SD_NumStn<< 3, "ECCCOORD", "Eccentricity taken from eccentricity file.", "Meter") |
SgVgosDb::FmtChkVar | fcObsCalFlag ("ObsCalFlag", NC_SHORT, false, QList< int >()<< 1, "OBCLFLGS", "Bit set indicate that calibration is recommended.") |
SgVgosDb::FmtChkVar | fcStatCalFlag ("StatCalFlag", NC_SHORT, true, QList< int >()<< SD_NumStn, "CAL FLGS", "Bit set indicate that calibration is recommended.") |
SgVgosDb::FmtChkVar | fcFlybyFlag ("FlybyFlag", NC_SHORT, false, QList< int >()<< SD_NumStn<< 7, "FCL FLGS", "Standard flcal configuration") |
SgVgosDb::FmtChkVar | fcStatCalName ("StatCalList", NC_CHAR, true, QList< int >()<< SD_Any<< 8, "CAL LIST", "Station depedendent calibrations (Cable, Phase, etc?)") |
SgVgosDb::FmtChkVar | fcFlybyName ("FlybyList", NC_CHAR, false, QList< int >()<< SD_Any<< 8, "FCL LIST", "Key to the standard flcal config") |
SgVgosDb::FmtChkVar | fcCalStationName ("StatCalStationList", NC_CHAR, true, QList< int >()<< SD_NumStn<< 8, "CALSITES", "List of sites for standard cal") |
SgVgosDb::FmtChkVar | fcObsCalName ("ObsCalList", NC_CHAR, false, QList< int >()<< SD_Any<< 8, "OBCLLIST", "Available obs dependent calibrations (poletide, earthdide, ?)") |
SgVgosDb::FmtChkVar | fcClockBreakFlag ("ClockBreakFlag", NC_SHORT, true, QList< int >()<< SD_Any, "BRK_FLAG", "Batchmode clock break flags") |
SgVgosDb::FmtChkVar | fcClockBreakStatus ("CLKBREAK", NC_CHAR, false, QList< int >()<< 2, "CLKBREAK", "Status of clock break existence") |
SgVgosDb::FmtChkVar | fcClockBreakNumber ("BRK_NUMB", NC_SHORT, false, QList< int >()<< 1, "BRK_NUMB", "Number of batchmode clock breaks") |
SgVgosDb::FmtChkVar | fcClockBreakSite ("ClockBreakStationList", NC_CHAR, true, QList< int >(), "BRK_SNAM", "Batchmode clock break stations") |
SgVgosDb::FmtChkVar | fcClockBreakEpoch ("ClockBreakEpoch", NC_DOUBLE, true, QList< int >()<< SD_Any, "BRK_EPOC", "Batchmode clock break epochs") |
QList< SgVgosDb::FmtChkVar * > | fcfTimeUTC = QList<SgVgosDb::FmtChkVar*>() << &fcSecond << &fcYmdhm |
QList< SgVgosDb::FmtChkVar * > | fcfCalSlantPathIonoGroup |
QList< SgVgosDb::FmtChkVar * > | fcfIonoBits = QList<SgVgosDb::FmtChkVar*>() << &fcIonoBits |
QList< SgVgosDb::FmtChkVar * > * | fcfEdit = NULL |
QList< SgVgosDb::FmtChkVar * > | fcfEdit_v1001 |
QList< SgVgosDb::FmtChkVar * > | fcfEdit_v1002 = QList<SgVgosDb::FmtChkVar*>() << &fcDelayFlag << &fcRateFlag << &fcPhaseFlag |
QList< SgVgosDb::FmtChkVar * > | fcfUserSup = QList<SgVgosDb::FmtChkVar*>() << &fcUserSup |
QList< SgVgosDb::FmtChkVar * > | fcfNumGroupAmbig = QList<SgVgosDb::FmtChkVar*>() << &fcNumGroupAmbig |
QList< SgVgosDb::FmtChkVar * > | fcfNumGroupAmbigE = QList<SgVgosDb::FmtChkVar*>() << &fcNumGroupAmbig << &fcNumGroupSubAmbig |
QList< SgVgosDb::FmtChkVar * > | fcfNumPhaseAmbig = QList<SgVgosDb::FmtChkVar*>() << &fcNumPhaseAmbig |
QList< SgVgosDb::FmtChkVar * > | fcfAtmSetup |
QList< SgVgosDb::FmtChkVar * > | fcfClockSetup |
QList< SgVgosDb::FmtChkVar * > | fcfErpSetup = QList<SgVgosDb::FmtChkVar*>() << &fcPmOffsetConstraint << &fcUtOffsetConstraint |
QList< SgVgosDb::FmtChkVar * > | fcfIonoSetup = QList<SgVgosDb::FmtChkVar*>() << &fcIonoSolveFlag << &fcIonoStationList |
QList< SgVgosDb::FmtChkVar * > | fcfGroupBLWeights = QList<SgVgosDb::FmtChkVar*>() << &fcGroupBLWeights << &fcGroupBLWeightName |
QList< SgVgosDb::FmtChkVar * > | fcfSelectionStatus = QList<SgVgosDb::FmtChkVar*>() << &fcSrcSelectionFlag << &fcBlnSelectionFlag |
QList< SgVgosDb::FmtChkVar * > | fcfBlnClockSetup = QList<SgVgosDb::FmtChkVar*>() << &fcBaselineClock |
QList< SgVgosDb::FmtChkVar * > | fcfEccentricity |
QList< SgVgosDb::FmtChkVar * > | fcfCalibrationSetup |
QList< SgVgosDb::FmtChkVar * > | fcfClockBreak |
SgVgosDb::FmtChkVar fcAtmInterval("AtmInterval", NC_DOUBLE, false, QList< int >()<< SD_Any, "ATM_INTV", "Batchmode atmos interval - hours") | ( | "AtmInterval" | , |
NC_DOUBLE | , | ||
false | , | ||
QList< int >()<< | SD_Any, | ||
"ATM_INTV" | , | ||
"Batchmode atmos interval - hours" | |||
) |
Referenced by SgVgosDb::loadAtmSetup(), and SgVgosDb::storeAtmSetup().
SgVgosDb::FmtChkVar fcAtmRateConstraint("AtmRateConstraint", NC_DOUBLE, true, QList< int >()<< SD_Any, "ATM_CNST", "Atmosphere constraint. ps/hr") | ( | "AtmRateConstraint" | , |
NC_DOUBLE | , | ||
true | , | ||
QList< int >()<< | SD_Any, | ||
"ATM_CNST" | , | ||
"Atmosphere constraint. ps/hr" | |||
) |
Referenced by SgVgosDb::loadAtmSetup(), and SgVgosDb::storeAtmSetup().
SgVgosDb::FmtChkVar fcAtmRateSite("AtmRateStationList", NC_CHAR, false, QList< int >()<< SD_Any<< 8, "AC_SITES", "Site list for atmos constraints") | ( | "AtmRateStationList" | , |
NC_CHAR | , | ||
false | , | ||
QList< int >()<< SD_Any<< | 8, | ||
"AC_SITES" | , | ||
"Site list for atmos constraints" | |||
) |
Referenced by SgVgosDb::loadAtmSetup(), and SgVgosDb::storeAtmSetup().
SgVgosDb::FmtChkVar fcBaselineClock("BaselineClock", NC_CHAR, true, QList< int >()<< SD_Any<< 2<< 8, "BLDEPCKS", "Bl-dependent clock list") | ( | "BaselineClock" | , |
NC_CHAR | , | ||
true | , | ||
QList< int >()<< SD_Any<< 2<< | 8, | ||
"BLDEPCKS" | , | ||
"Bl-dependent clock list" | |||
) |
Referenced by SgVgosDb::storeBaselineClockSetup().
SgVgosDb::FmtChkVar fcBlnSelectionFlag("BaselineSelectionFlag", NC_SHORT, true, QList< int >()<< SD_NumStn<< SD_NumStn, "BASLSTAT", "Baseline selection bit maped array. 1=some obs, etc.") | ( | "BaselineSelectionFlag" | , |
NC_SHORT | , | ||
true | , | ||
QList< int >()<< SD_NumStn<< | SD_NumStn, | ||
"BASLSTAT" | , | ||
"Baseline selection bit maped array. | 1 = some obs , |
||
etc." | |||
) |
Referenced by SgVgosDb::loadSelectionStatus(), and SgVgosDb::storeSelectionStatus().
SgVgosDb::FmtChkVar fcBlnSelectionName("BaselineSelectionName", NC_CHAR, false, QList< int >()<< SD_NumStn<< 8, "--NEW-- ", "Station names for Baseline selection array") | ( | "BaselineSelectionName" | , |
NC_CHAR | , | ||
false | , | ||
QList< int >()<< SD_NumStn<< | 8, | ||
"--NEW-- " | , | ||
"Station names for Baseline selection array" | |||
) |
SgVgosDb::FmtChkVar fcCalIonoGroup("Cal-SlantPathIonoGroup", NC_DOUBLE, true, QList< int >()<< SD_NumObs<< 2, "ION CORR", "Ion correction. Add to theo. sec", "second", "?") | ( | "Cal-SlantPathIonoGroup" | , |
NC_DOUBLE | , | ||
true | , | ||
QList< int >()<< SD_NumObs<< | 2, | ||
"ION CORR" | , | ||
"Ion correction. Add to theo. sec" | , | ||
"second" | , | ||
"?" | |||
) |
Referenced by SgVgosDb::loadObsCalIonGroup(), and SgVgosDb::storeObsCalIonGroup().
SgVgosDb::FmtChkVar fcCalIonoGroupDataFlag("Cal-SlantPathIonoGroupDataFlag", NC_SHORT, false, QList< int >()<< SD_NumObs, "", "0=OK, -1=Missing, -2=bad", "", "?") | ( | "Cal-SlantPathIonoGroupDataFlag" | , |
NC_SHORT | , | ||
false | , | ||
QList< int >()<< | SD_NumObs, | ||
"" | , | ||
" | 0 = OK , |
||
- | 1 = Missing |
||
) |
Referenced by SgVgosDb::loadObsCalIonGroup(), and SgVgosDb::storeObsCalIonGroup().
SgVgosDb::FmtChkVar fcCalIonoGroupSigma("Cal-SlantPathIonoGroupSigma", NC_DOUBLE, true, QList< int >()<< SD_NumObs<< 2, "IONRMS ", "Ion correction to sigma. sec", "second", "?") | ( | "Cal-SlantPathIonoGroupSigma" | , |
NC_DOUBLE | , | ||
true | , | ||
QList< int >()<< SD_NumObs<< | 2, | ||
"IONRMS " | , | ||
"Ion correction to sigma. sec" | , | ||
"second" | , | ||
"?" | |||
) |
Referenced by SgVgosDb::loadObsCalIonGroup(), and SgVgosDb::storeObsCalIonGroup().
SgVgosDb::FmtChkVar fcCalStationName("StatCalStationList", NC_CHAR, true, QList< int >()<< SD_NumStn<< 8, "CALSITES", "List of sites for standard cal") | ( | "StatCalStationList" | , |
NC_CHAR | , | ||
true | , | ||
QList< int >()<< SD_NumStn<< | 8, | ||
"CALSITES" | , | ||
"List of sites for standard cal" | |||
) |
Referenced by SgVgosDb::loadCalibrations(), and SgVgosDb::storeCalibrations().
SgVgosDb::FmtChkVar fcClockBreakEpoch("ClockBreakEpoch", NC_DOUBLE, true, QList< int >()<< SD_Any, "BRK_EPOC", "Batchmode clock break epochs") | ( | "ClockBreakEpoch" | , |
NC_DOUBLE | , | ||
true | , | ||
QList< int >()<< | SD_Any, | ||
"BRK_EPOC" | , | ||
"Batchmode clock break epochs" | |||
) |
Referenced by SgVgosDb::loadClockBreaks(), and SgVgosDb::storeClockBreaks().
SgVgosDb::FmtChkVar fcClockBreakFlag("ClockBreakFlag", NC_SHORT, true, QList< int >()<< SD_Any, "BRK_FLAG", "Batchmode clock break flags") | ( | "ClockBreakFlag" | , |
NC_SHORT | , | ||
true | , | ||
QList< int >()<< | SD_Any, | ||
"BRK_FLAG" | , | ||
"Batchmode clock break flags" | |||
) |
Referenced by SgVgosDb::loadClockBreaks(), and SgVgosDb::storeClockBreaks().
SgVgosDb::FmtChkVar fcClockBreakNumber("BRK_NUMB", NC_SHORT, false, QList< int >()<< 1, "BRK_NUMB", "Number of batchmode clock breaks") | ( | "BRK_NUMB" | , |
NC_SHORT | , | ||
false | , | ||
QList< int >()<< | 1, | ||
"BRK_NUMB" | , | ||
"Number of batchmode clock breaks" | |||
) |
Referenced by SgVgosDb::storeClockBreaks().
SgVgosDb::FmtChkVar fcClockBreakSite("ClockBreakStationList", NC_CHAR, true, QList< int >(), "BRK_SNAM", "Batchmode clock break stations") | ( | "ClockBreakStationList" | , |
NC_CHAR | , | ||
true | , | ||
QList< int > | (), | ||
"BRK_SNAM" | , | ||
"Batchmode clock break stations" | |||
) |
Referenced by SgVgosDb::loadClockBreaks(), and SgVgosDb::storeClockBreaks().
SgVgosDb::FmtChkVar fcClockBreakStatus("CLKBREAK", NC_CHAR, false, QList< int >()<< 2, "CLKBREAK", "Status of clock break existence") | ( | "CLKBREAK" | , |
NC_CHAR | , | ||
false | , | ||
QList< int >()<< | 2, | ||
"CLKBREAK" | , | ||
"Status of clock break existence" | |||
) |
Referenced by SgVgosDb::storeClockBreaks().
SgVgosDb::FmtChkVar fcClockInterval("ClockInterval", NC_DOUBLE, false, QList< int >()<< SD_Any, "CLK_INTV", "Batchmode clock interval - hours") | ( | "ClockInterval" | , |
NC_DOUBLE | , | ||
false | , | ||
QList< int >()<< | SD_Any, | ||
"CLK_INTV" | , | ||
"Batchmode clock interval - hours" | |||
) |
Referenced by SgVgosDb::loadClockSetup(), and SgVgosDb::storeClockSetup().
SgVgosDb::FmtChkVar fcClockRateConstraint("ClockRateConstraint", NC_DOUBLE, true, QList< int >()<< SD_Any, "CLK_CNST", "Clock constraint-Parts in 1.e14") | ( | "ClockRateConstraint" | , |
NC_DOUBLE | , | ||
true | , | ||
QList< int >()<< | SD_Any, | ||
"CLK_CNST" | , | ||
"Clock constraint-Parts in 1.e14" | |||
) |
Referenced by SgVgosDb::loadClockSetup(), and SgVgosDb::storeClockSetup().
SgVgosDb::FmtChkVar fcClockRateName("ClockRateConstraintStationList", NC_CHAR, false, QList< int >()<< SD_Any<< 8, "CC_SITES", "Site list for clocks constraints") | ( | "ClockRateConstraintStationList" | , |
NC_CHAR | , | ||
false | , | ||
QList< int >()<< SD_Any<< | 8, | ||
"CC_SITES" | , | ||
"Site list for clocks constraints" | |||
) |
Referenced by SgVgosDb::loadClockSetup(), and SgVgosDb::storeClockSetup().
SgVgosDb::FmtChkVar fcDelayFlag("DelayFlag", NC_SHORT, true, QList< int >()<< SD_NumObs, "DELUFLAG", "Delay unweight flag") | ( | "DelayFlag" | , |
NC_SHORT | , | ||
true | , | ||
QList< int >()<< | SD_NumObs, | ||
"DELUFLAG" | , | ||
"Delay unweight flag" | |||
) |
Referenced by SgVgosDb::loadObsEditData(), and SgVgosDb::storeObsEditData().
SgVgosDb::FmtChkVar fcEccentricityMonument("EccentricityMonument", NC_CHAR, false, QList< int >()<< SD_NumStn<< 10, "ECCNAMES", "Eccentricity monument name") | ( | "EccentricityMonument" | , |
NC_CHAR | , | ||
false | , | ||
QList< int >()<< SD_NumStn<< | 10, | ||
"ECCNAMES" | , | ||
"Eccentricity monument name" | |||
) |
Referenced by SgVgosDb::loadEccentricities(), and SgVgosDb::storeEccentricities().
SgVgosDb::FmtChkVar fcEccentricityName("EccentricityStationList", NC_CHAR, true, QList< int >()<< SD_NumStn<< 8, "--NEW-- ", "Station name of the corresponding eccentricity") | ( | "EccentricityStationList" | , |
NC_CHAR | , | ||
true | , | ||
QList< int >()<< SD_NumStn<< | 8, | ||
"--NEW-- " | , | ||
"Station name of the corresponding eccentricity" | |||
) |
Referenced by SgVgosDb::loadEccentricities(), and SgVgosDb::storeEccentricities().
SgVgosDb::FmtChkVar fcEccentricityType("EccentricityType", NC_CHAR, false, QList< int >()<< SD_NumStn<< 2, "ECCTYPES", "Eccentricity type: XY or NE") | ( | "EccentricityType" | , |
NC_CHAR | , | ||
false | , | ||
QList< int >()<< SD_NumStn<< | 2, | ||
"ECCTYPES" | , | ||
"Eccentricity type: XY or NE" | |||
) |
Referenced by SgVgosDb::loadEccentricities(), and SgVgosDb::storeEccentricities().
SgVgosDb::FmtChkVar fcEccentricityVector("EccentricityVector", NC_DOUBLE, false, QList< int >()<< SD_NumStn<< 3, "ECCCOORD", "Eccentricity taken from eccentricity file.", "Meter") | ( | "EccentricityVector" | , |
NC_DOUBLE | , | ||
false | , | ||
QList< int >()<< SD_NumStn<< | 3, | ||
"ECCCOORD" | , | ||
"Eccentricity taken from eccentricity file." | , | ||
"Meter" | |||
) |
Referenced by SgVgosDb::loadEccentricities(), and SgVgosDb::storeEccentricities().
QList<SgVgosDb::FmtChkVar*> fcfAtmSetup |
Definition at line 2672 of file SgVgosDb.cpp.
Referenced by SgVgosDb::loadAtmSetup(), and SgVgosDb::storeAtmSetup().
QList<SgVgosDb::FmtChkVar*> fcfBlnClockSetup = QList<SgVgosDb::FmtChkVar*>() << &fcBaselineClock |
Definition at line 2681 of file SgVgosDb.cpp.
Referenced by SgVgosDb::storeBaselineClockSetup().
QList<SgVgosDb::FmtChkVar*> fcfCalibrationSetup |
Definition at line 2685 of file SgVgosDb.cpp.
Referenced by SgVgosDb::loadCalibrations(), and SgVgosDb::storeCalibrations().
QList<SgVgosDb::FmtChkVar*> fcfCalSlantPathIonoGroup |
Definition at line 2656 of file SgVgosDb.cpp.
Referenced by SgVgosDb::loadObsCalIonGroup(), and SgVgosDb::storeObsCalIonGroup().
QList<SgVgosDb::FmtChkVar*> fcfClockBreak |
Definition at line 2689 of file SgVgosDb.cpp.
Referenced by SgVgosDb::loadClockBreaks(), and SgVgosDb::storeClockBreaks().
QList<SgVgosDb::FmtChkVar*> fcfClockSetup |
Definition at line 2674 of file SgVgosDb.cpp.
Referenced by SgVgosDb::loadClockSetup(), and SgVgosDb::storeClockSetup().
QList<SgVgosDb::FmtChkVar*> fcfEccentricity |
Definition at line 2682 of file SgVgosDb.cpp.
Referenced by SgVgosDb::loadEccentricities(), and SgVgosDb::storeEccentricities().
QList<SgVgosDb::FmtChkVar*> * fcfEdit = NULL |
Definition at line 2663 of file SgVgosDb.cpp.
Referenced by SgVgosDb::init(), and SgVgosDb::loadObsEditData().
QList<SgVgosDb::FmtChkVar*> fcfEdit_v1001 |
Definition at line 2664 of file SgVgosDb.cpp.
Referenced by SgVgosDb::init().
QList<SgVgosDb::FmtChkVar*> fcfEdit_v1002 = QList<SgVgosDb::FmtChkVar*>() << &fcDelayFlag << &fcRateFlag << &fcPhaseFlag |
Definition at line 2666 of file SgVgosDb.cpp.
Referenced by SgVgosDb::init(), and SgVgosDb::storeObsEditData().
QList<SgVgosDb::FmtChkVar*> fcfErpSetup = QList<SgVgosDb::FmtChkVar*>() << &fcPmOffsetConstraint << &fcUtOffsetConstraint |
Definition at line 2676 of file SgVgosDb.cpp.
Referenced by SgVgosDb::storeErpSetup().
QList<SgVgosDb::FmtChkVar*> fcfGroupBLWeights = QList<SgVgosDb::FmtChkVar*>() << &fcGroupBLWeights << &fcGroupBLWeightName |
Definition at line 2678 of file SgVgosDb.cpp.
Referenced by SgVgosDb::loadSolveWeights(), and SgVgosDb::storeSolveWeights().
QList<SgVgosDb::FmtChkVar*> fcfIonoBits = QList<SgVgosDb::FmtChkVar*>() << &fcIonoBits |
Definition at line 2659 of file SgVgosDb.cpp.
Referenced by SgVgosDb::storeIonoBits().
QList<SgVgosDb::FmtChkVar*> fcfIonoSetup = QList<SgVgosDb::FmtChkVar*>() << &fcIonoSolveFlag << &fcIonoStationList |
Definition at line 2677 of file SgVgosDb.cpp.
Referenced by SgVgosDb::storeIonoSetup().
SgVgosDb::FmtChkVar fcFlybyFlag("FlybyFlag", NC_SHORT, false, QList< int >()<< SD_NumStn<< 7, "FCL FLGS", "Standard flcal configuration") | ( | "FlybyFlag" | , |
NC_SHORT | , | ||
false | , | ||
QList< int >()<< SD_NumStn<< | 7, | ||
"FCL FLGS" | , | ||
"Standard flcal configuration" | |||
) |
Referenced by SgVgosDb::loadCalibrations(), and SgVgosDb::storeCalibrations().
SgVgosDb::FmtChkVar fcFlybyName("FlybyList", NC_CHAR, false, QList< int >()<< SD_Any<< 8, "FCL LIST", "Key to the standard flcal config") | ( | "FlybyList" | , |
NC_CHAR | , | ||
false | , | ||
QList< int >()<< SD_Any<< | 8, | ||
"FCL LIST" | , | ||
"Key to the standard flcal config" | |||
) |
Referenced by SgVgosDb::loadCalibrations(), and SgVgosDb::storeCalibrations().
QList<SgVgosDb::FmtChkVar*> fcfNumGroupAmbig = QList<SgVgosDb::FmtChkVar*>() << &fcNumGroupAmbig |
Definition at line 2669 of file SgVgosDb.cpp.
Referenced by SgVgosDb::loadObsNumGroupAmbigs(), and SgVgosDb::storeObsNumGroupAmbigs().
QList<SgVgosDb::FmtChkVar*> fcfNumGroupAmbigE = QList<SgVgosDb::FmtChkVar*>() << &fcNumGroupAmbig << &fcNumGroupSubAmbig |
Definition at line 2670 of file SgVgosDb.cpp.
Referenced by SgVgosDb::loadObsNumGroupAmbigs(), and SgVgosDb::storeObsNumGroupAmbigs().
QList<SgVgosDb::FmtChkVar*> fcfNumPhaseAmbig = QList<SgVgosDb::FmtChkVar*>() << &fcNumPhaseAmbig |
Definition at line 2671 of file SgVgosDb.cpp.
Referenced by SgVgosDb::loadObsNumPhaseAmbigs(), and SgVgosDb::storeObsNumPhaseAmbigs().
QList<SgVgosDb::FmtChkVar*> fcfSelectionStatus = QList<SgVgosDb::FmtChkVar*>() << &fcSrcSelectionFlag << &fcBlnSelectionFlag |
Definition at line 2679 of file SgVgosDb.cpp.
Referenced by SgVgosDb::loadSelectionStatus(), and SgVgosDb::storeSelectionStatus().
QList<SgVgosDb::FmtChkVar*> fcfTimeUTC = QList<SgVgosDb::FmtChkVar*>() << &fcSecond << &fcYmdhm |
Definition at line 2655 of file SgVgosDb.cpp.
Referenced by SgVgosDb::loadEpochs4Obs(), SgVgosDb::loadEpochs4Scans(), SgVgosDb::loadStationEpochs(), SgVgosDb::loadStationName(), SgVgosDb::storeEpochs4Obs(), SgVgosDb::storeEpochs4Scans(), and SgVgosDb::storeStationEpochs().
QList<SgVgosDb::FmtChkVar*> fcfUserSup = QList<SgVgosDb::FmtChkVar*>() << &fcUserSup |
Definition at line 2667 of file SgVgosDb.cpp.
Referenced by SgVgosDb::loadObsUserSup(), and SgVgosDb::storeObsUserSup().
SgVgosDb::FmtChkVar fcGroupBLWeightName("GroupBLWeightStationList", NC_CHAR, true, QList< int >()<< SD_Any<< 2<< 8, "ERROR BL", "B.L.names for formal errors") | ( | "GroupBLWeightStationList" | , |
NC_CHAR | , | ||
true | , | ||
QList< int >()<< SD_Any<< 2<< | 8, | ||
"ERROR BL" | , | ||
"B.L.names for formal errors" | |||
) |
Referenced by SgVgosDb::loadSolveWeights(), and SgVgosDb::storeSolveWeights().
SgVgosDb::FmtChkVar fcGroupBLWeights("GroupBLWeights", NC_DOUBLE, true, QList< int >()<< 2<< SD_Any, "ERROR K ", "Group delay and rate re-weighting constants.") | ( | "GroupBLWeights" | , |
NC_DOUBLE | , | ||
true | , | ||
QList< int >()<< 2<< | SD_Any, | ||
"ERROR K " | , | ||
"Group delay and rate re-weighting constants." | |||
) |
Referenced by SgVgosDb::loadSolveWeights(), and SgVgosDb::storeSolveWeights().
SgVgosDb::FmtChkVar fcIonoBits("IonoBits", NC_SHORT, true, QList< int >()<< SD_NumObs, "ION_BITS", "ICORR for full ion tracking.") | ( | "IonoBits" | , |
NC_SHORT | , | ||
true | , | ||
QList< int >()<< | SD_NumObs, | ||
"ION_BITS" | , | ||
"ICORR for full ion tracking." | |||
) |
Referenced by SgVgosDb::storeIonoBits().
SgVgosDb::FmtChkVar fcIonoSolveFlag("IonoSolveFlag", NC_SHORT, true, QList< int >()<< SD_NumStn, "", "Bit flag indicating station has iono correction") | ( | "IonoSolveFlag" | , |
NC_SHORT | , | ||
true | , | ||
QList< int >()<< | SD_NumStn, | ||
"" | , | ||
"Bit flag indicating station has iono correction" | |||
) |
Referenced by SgVgosDb::storeIonoSetup().
SgVgosDb::FmtChkVar fcIonoStationList("IonoStationList", NC_CHAR, true, QList< int >()<< SD_NumStn<< 8, "", "Stations with ionocorrection") | ( | "IonoStationList" | , |
NC_CHAR | , | ||
true | , | ||
QList< int >()<< SD_NumStn<< | 8, | ||
"" | , | ||
"Stations with ionocorrection" | |||
) |
Referenced by SgVgosDb::storeIonoSetup().
SgVgosDb::FmtChkVar fcNumGroupAmbig("NumGroupAmbig", NC_SHORT, true, QList< int >()<< SD_NumObs, "# AMBIG ", "Number of group delay ambiguities", "", "?") | ( | "NumGroupAmbig" | , |
NC_SHORT | , | ||
true | , | ||
QList< int >()<< | SD_NumObs, | ||
"# AMBIG " | , | ||
"Number of group delay ambiguities" | , | ||
"" | , | ||
"?" | |||
) |
Referenced by SgVgosDb::loadObsNumGroupAmbigs(), and SgVgosDb::storeObsNumGroupAmbigs().
SgVgosDb::FmtChkVar fcNumGroupSubAmbig("NumGroupSubAmbig", NC_SHORT, false, QList< int >()<< SD_NumObs, "N/A ", "Number of group delay subambiguities (test purposes)", "", "?") | ( | "NumGroupSubAmbig" | , |
NC_SHORT | , | ||
false | , | ||
QList< int >()<< | SD_NumObs, | ||
"N/A " | , | ||
"Number of group delay subambiguities (test purposes)" | , | ||
"" | , | ||
"?" | |||
) |
Referenced by SgVgosDb::loadObsNumGroupAmbigs(), and SgVgosDb::storeObsNumGroupAmbigs().
SgVgosDb::FmtChkVar fcNumPhaseAmbig("NumPhaseAmbig", NC_INT, true, QList< int >()<< SD_NumObs, "#PAMBIG ", "Number of phase delay ambiguities", "", "?") | ( | "NumPhaseAmbig" | , |
NC_INT | , | ||
true | , | ||
QList< int >()<< | SD_NumObs, | ||
"#PAMBIG " | , | ||
"Number of phase delay ambiguities" | , | ||
"" | , | ||
"?" | |||
) |
Referenced by SgVgosDb::loadObsNumPhaseAmbigs(), and SgVgosDb::storeObsNumPhaseAmbigs().
SgVgosDb::FmtChkVar fcObsCalFlag("ObsCalFlag", NC_SHORT, false, QList< int >()<< 1, "OBCLFLGS", "Bit set indicate that calibration is recommended.") | ( | "ObsCalFlag" | , |
NC_SHORT | , | ||
false | , | ||
QList< int >()<< | 1, | ||
"OBCLFLGS" | , | ||
"Bit set indicate that calibration is recommended." | |||
) |
Referenced by SgVgosDb::loadCalibrations(), and SgVgosDb::storeCalibrations().
SgVgosDb::FmtChkVar fcObsCalName("ObsCalList", NC_CHAR, false, QList< int >()<< SD_Any<< 8, "OBCLLIST", "Available obs dependent calibrations (poletide, earthdide, ?)") | ( | "ObsCalList" | , |
NC_CHAR | , | ||
false | , | ||
QList< int >()<< SD_Any<< | 8, | ||
"OBCLLIST" | , | ||
"Available obs dependent calibrations (poletide, earthdide, ?)" | |||
) |
Referenced by SgVgosDb::loadCalibrations(), and SgVgosDb::storeCalibrations().
SgVgosDb::FmtChkVar fcPhaseFlag("PhaseFlag", NC_SHORT, false, QList< int >()<< SD_NumObs, "PHSUFLAG", "") | ( | "PhaseFlag" | , |
NC_SHORT | , | ||
false | , | ||
QList< int >()<< | SD_NumObs, | ||
"PHSUFLAG" | , | ||
"" | |||
) |
Referenced by SgVgosDb::loadObsEditData(), and SgVgosDb::storeObsEditData().
SgVgosDb::FmtChkVar fcPmOffsetConstraint("WobOffsetConstraint", NC_DOUBLE, true, QList< int >()<< 1, "", "Polar Motion Offset Constraint") | ( | "WobOffsetConstraint" | , |
NC_DOUBLE | , | ||
true | , | ||
QList< int >()<< | 1, | ||
"" | , | ||
"Polar Motion Offset Constraint" | |||
) |
Referenced by SgVgosDb::storeErpSetup().
SgVgosDb::FmtChkVar fcRateFlag("RateFlag", NC_SHORT, true, QList< int >()<< SD_NumObs, "RATUFLAG", "Delay rate unweight flag........") | ( | "RateFlag" | , |
NC_SHORT | , | ||
true | , | ||
QList< int >()<< | SD_NumObs, | ||
"RATUFLAG" | , | ||
"Delay rate unweight flag........" | |||
) |
Referenced by SgVgosDb::loadObsEditData(), and SgVgosDb::storeObsEditData().
SgVgosDb::FmtChkVar fcSecond("Second", NC_DOUBLE, true, QList< int >()<< SD_Any, "SEC TAG ", "Seconds part of UTC TAG.........", "second") | ( | "Second" | , |
NC_DOUBLE | , | ||
true | , | ||
QList< int >()<< | SD_Any, | ||
"SEC TAG " | , | ||
"Seconds part of UTC TAG........." | , | ||
"second" | |||
) |
SgVgosDb::FmtChkVar fcSrcSelectionFlag("SourceSelectionFlag", NC_SHORT, true, QList< int >()<< SD_NumSrc, "SOURSTAT", "Source selection status bit-mapped array.") | ( | "SourceSelectionFlag" | , |
NC_SHORT | , | ||
true | , | ||
QList< int >()<< | SD_NumSrc, | ||
"SOURSTAT" | , | ||
"Source selection status bit-mapped array." | |||
) |
Referenced by SgVgosDb::loadSelectionStatus(), and SgVgosDb::storeSelectionStatus().
SgVgosDb::FmtChkVar fcSrcSelectionName("SourceSelectionName", NC_CHAR, false, QList< int >()<< SD_NumSrc<< 8, "--NEW-- ", "Source names for Source selection array") | ( | "SourceSelectionName" | , |
NC_CHAR | , | ||
false | , | ||
QList< int >()<< SD_NumSrc<< | 8, | ||
"--NEW-- " | , | ||
"Source names for Source selection array" | |||
) |
SgVgosDb::FmtChkVar fcStatCalFlag("StatCalFlag", NC_SHORT, true, QList< int >()<< SD_NumStn, "CAL FLGS", "Bit set indicate that calibration is recommended.") | ( | "StatCalFlag" | , |
NC_SHORT | , | ||
true | , | ||
QList< int >()<< | SD_NumStn, | ||
"CAL FLGS" | , | ||
"Bit set indicate that calibration is recommended." | |||
) |
Referenced by SgVgosDb::loadCalibrations(), and SgVgosDb::storeCalibrations().
SgVgosDb::FmtChkVar fcStatCalName("StatCalList", NC_CHAR, true, QList< int >()<< SD_Any<< 8, "CAL LIST", "Station depedendent calibrations (Cable, Phase, etc?)") | ( | "StatCalList" | , |
NC_CHAR | , | ||
true | , | ||
QList< int >()<< SD_Any<< | 8, | ||
"CAL LIST" | , | ||
"Station depedendent calibrations (Cable, Phase, etc?)" | |||
) |
Referenced by SgVgosDb::loadCalibrations(), and SgVgosDb::storeCalibrations().
SgVgosDb::FmtChkVar fcUserSup("UserSup", NC_SHORT, false, QList< int >()<< SD_NumObs, "UACSUP ", "User action for suppression") | ( | "UserSup" | , |
NC_SHORT | , | ||
false | , | ||
QList< int >()<< | SD_NumObs, | ||
"UACSUP " | , | ||
"User action for suppression" | |||
) |
Referenced by SgVgosDb::loadObsEditData(), SgVgosDb::loadObsUserSup(), and SgVgosDb::storeObsUserSup().
SgVgosDb::FmtChkVar fcUtOffsetConstraint("UT1OffsetConstraint", NC_DOUBLE, true, QList< int >()<< 1, "", "UT1 Offset Constraint") | ( | "UT1OffsetConstraint" | , |
NC_DOUBLE | , | ||
true | , | ||
QList< int >()<< | 1, | ||
"" | , | ||
"UT1 Offset Constraint" | |||
) |
Referenced by SgVgosDb::storeErpSetup().
SgVgosDb::FmtChkVar fcYmdhm("YMDHM", NC_SHORT, true, QList< int >()<< SD_Any<< 5, "UTC TAG ", "Epoch UTC YMDHM.................") | ( | "YMDHM" | , |
NC_SHORT | , | ||
true | , | ||
QList< int >()<< SD_Any<< | 5, | ||
"UTC TAG " | , | ||
"Epoch UTC YMDHM................." | |||
) |