General Purpose Geodetic Library
|
#include <math.h>
#include <QtCore/QFile>
#include <QtCore/QTextStream>
#include <SgIdentities.h>
#include <SgLogger.h>
#include <SgModelsInfo.h>
#include <SgNetCdf.h>
#include <SgVgosDb.h>
#include <SgVersion.h>
#include <SgVlbiHistory.h>
#include <SgVlbiStationInfo.h>
Go to the source code of this file.
Variables | |
SgVgosDb::FmtChkVar | fcSourceNameApriori ("AprioriSourceList", NC_CHAR, true, QList< int >()<< SD_NumSrc<< 8, "STRNAMES", "Source names in RA order.") |
SgVgosDb::FmtChkVar | fcSource2000RaDec ("AprioriSource2000RaDec", NC_DOUBLE, true, QList< int >()<< SD_NumSrc<< 2, "STAR2000", "J2000 Source RA and Dec") |
SgVgosDb::FmtChkVar | fcSourceReference ("AprioriSourceReference", NC_CHAR, false, QList< int >()<< SD_NumSrc<< SD_Any, "STAR REF", "Source of coordinate values.") |
SgVgosDb::FmtChkVar | fcClockAprioriSite ("AprioriClockStationList", NC_CHAR, true, QList< int >()<< SD_Any<< 8, "STAT_ACM", "Stations with a priori clock mod") |
SgVgosDb::FmtChkVar | fcClockAprioriOffset ("AprioriClockOffset", NC_DOUBLE, true, QList< int >()<< SD_Any, "CLOOFACM", "A priori clock offset (sec)") |
SgVgosDb::FmtChkVar | fcClockAprioriRate ("AprioriClockRate", NC_DOUBLE, true, QList< int >()<< SD_Any, "CLODRACM", "A priori clock drift (sec/sec)") |
SgVgosDb::FmtChkVar | fcStationNameApriori ("AprioriStationList", NC_CHAR, true, QList< int >()<< SD_NumStn<< 8, "SITNAMES", "Site names in alphabetical order") |
SgVgosDb::FmtChkVar | fcStationXYZ ("AprioriStationXYZ", NC_DOUBLE, true, QList< int >()<< SD_NumStn<< 3, "SITERECS", "Site cartesian coords (m).", "meter") |
SgVgosDb::FmtChkVar | fcStationPlateName ("AprioriStationTectonicPlate", NC_CHAR, true, QList< int >()<< SD_NumStn<< 4, "TECTPLNM", "4-char tectonic plate names.") |
SgVgosDb::FmtChkVar | fcAxisType ("AntennaAxisType", NC_SHORT, true, QList< int >()<< SD_NumStn, "AXISTYPS", "Axis type (1-eq 2-xy 3-azel 4 5)") |
SgVgosDb::FmtChkVar | fcAntennaName ("AntennaStationList", NC_CHAR, true, QList< int >()<< SD_NumStn<< 8, "", "List of Antennas") |
SgVgosDb::FmtChkVar | fcAxisOffset ("AntennaAxisOffset", NC_DOUBLE, true, QList< int >()<< SD_NumStn, "AXISOFFS", "Axis offsets (m).", "meter") |
SgVgosDb::FmtChkVar | fcAxisTilt ("AntennaAxisTilt", NC_DOUBLE, false, QList< int >()<< SD_NumStn<< 2, "AXISTILT", "Fixed axis tilt", "radian") |
SgVgosDb::FmtChkVar | fcUT1IntrpMode ("UT1IntrpMode", NC_CHAR, true, QList< int >()<< SD_Any, "UT1INTRP", "Message for UT1 interp. scheme") |
SgVgosDb::FmtChkVar | fcWobIntrpMode ("WobIntrpMode", NC_CHAR, true, QList< int >()<< SD_Any, "WOBINTRP", "Interp. scheme for polar motion.") |
SgVgosDb::FmtChkVar | fcCalcUt1Module ("CalcUt1Module", NC_CHAR, true, QList< int >()<< SD_Any, "UT1 MESS", "UT1 Module message definition") |
SgVgosDb::FmtChkVar | fcCalcWobModule ("CalcWobModule", NC_CHAR, true, QList< int >()<< SD_Any, "WOB MESS", "Wobble message definition.") |
SgVgosDb::FmtChkVar | fcUT1Origin ("UT1Origin", NC_CHAR, true, QList< int >()<< SD_Any, "FUT1TEXT", "Final Value TAI-UT1 origin text.") |
SgVgosDb::FmtChkVar | fcWobbleOrigin ("WobbleOrigin", NC_CHAR, true, QList< int >()<< SD_Any, "FWOBTEXT", "Final Value wobble origin text.") |
SgVgosDb::FmtChkVar | fcUT1ArrayInfo ("UT1ArrayInfo", NC_DOUBLE, true, QList< int >()<< 4, "FUT1 INF", "Array: (FJD of start, spacing in days, number points, Scaling (should be 1))") |
SgVgosDb::FmtChkVar | fcWobArrayInfo ("WobArrayInfo", NC_DOUBLE, true, QList< int >()<< 3, "FWOB INF", "Array: (FJD of start, spacing in days, number points)") |
SgVgosDb::FmtChkVar | fcUT1Values ("UT1Values", NC_DOUBLE, true, QList< int >()<< SD_Any, "FUT1 PTS", "Final Value TAI-UT1 data points.") |
SgVgosDb::FmtChkVar | fcWobValues ("WobValues", NC_DOUBLE, true, QList< int >()<< SD_Any<< 2, "FWOBX&YT", "Final wobble X Y component value") |
SgVgosDb::FmtChkVar | fcTidalUt1Control ("TidalUT1Control", NC_SHORT, true, QList< int >()<< 1, "TIDALUT1", "Flag for tidal terms in UT1 sers") |
SgVgosDb::FmtChkVar | fcCalcVersion ("CalcVersion", NC_DOUBLE, true, QList< int >()<< 1, "CALC VER", "CALC version number") |
SgVgosDb::FmtChkVar | fcCalcControlNames ("CalcControlNames", NC_CHAR, true, QList< int >()<< SD_Any<< SD_Any, "CALCFLGN", "CALC flow control flags name def") |
SgVgosDb::FmtChkVar | fcCalcControlValues ("CalcControlValues", NC_SHORT, true, QList< int >()<< SD_Any, "CALCFLGV", "CALC flow control flags valu def") |
SgVgosDb::FmtChkVar | fcATMMessage ("ATMMessage", NC_CHAR, true, QList< int >()<< SD_Any, "ATM MESS", "Atmosphere message definition") |
SgVgosDb::FmtChkVar | fcATMControl ("ATMControl", NC_CHAR, true, QList< int >()<< SD_Any, "ATM CFLG", "Atmosphere control flag mess def") |
SgVgosDb::FmtChkVar | fcAxisOffsetMessage ("AxisOffsetMessage", NC_CHAR, true, QList< int >()<< SD_Any, "AXO MESS", "Axis Offset Message Definition") |
SgVgosDb::FmtChkVar | fcAxisOffsetControl ("AxisOffsetControl", NC_CHAR, true, QList< int >()<< SD_Any, "AXO CFLG", "Axis Offset Control flag mes def") |
SgVgosDb::FmtChkVar | fcEarthTideMessage ("EarthTideMessage", NC_CHAR, true, QList< int >()<< SD_Any, "ETD MESS", "Earth Tide message definition") |
SgVgosDb::FmtChkVar | fcEarthTideControl ("EarthTideControl", NC_CHAR, true, QList< int >()<< SD_Any, "ETD CFLG", "Earth Tide flow control mess def") |
SgVgosDb::FmtChkVar | fcPoleTideMessage ("PoleTideMessage", NC_CHAR, true, QList< int >()<< SD_Any, "PTD MESS", "Pole tide message definition") |
SgVgosDb::FmtChkVar | fcPoleTideControl ("PoleTideControl", NC_CHAR, true, QList< int >()<< SD_Any, "PTD CFLG", "Pole tide flow control mess def") |
SgVgosDb::FmtChkVar | fcNutationMessage ("NutationMessage", NC_CHAR, true, QList< int >()<< SD_Any, "NUT MESS", "Nutation message definition") |
SgVgosDb::FmtChkVar | fcNutationControl ("NutationControl", NC_CHAR, true, QList< int >()<< SD_Any, "NUT CFLG", "Nutation flow control mess def.") |
SgVgosDb::FmtChkVar | fcOceanMessage ("OceanMessage", NC_CHAR, true, QList< int >()<< SD_Any, "OCE MESS", "Ocean loading message definition") |
SgVgosDb::FmtChkVar | fcOceanControl ("OceanControl", NC_CHAR, true, QList< int >()<< SD_Any, "OCE CFLG", "Ocean load flow control mess def") |
SgVgosDb::FmtChkVar | fcATIMessage ("ATIMessage", NC_CHAR, true, QList< int >()<< SD_Any, "ATI MESS", "ATIME Message Definition") |
SgVgosDb::FmtChkVar | fcATIControl ("ATIControl", NC_CHAR, true, QList< int >()<< SD_Any, "ATI CFLG", "ATIME Flow Control Message Def.") |
SgVgosDb::FmtChkVar | fcCTIMessage ("CTIMessage", NC_CHAR, true, QList< int >()<< SD_Any, "CTI MESS", "CTIMG Message Definition") |
SgVgosDb::FmtChkVar | fcCTIControl ("CTIControl", NC_CHAR, true, QList< int >()<< SD_Any, "CTI CFLG", "CTIMG Flow Control Message Def") |
SgVgosDb::FmtChkVar | fcParallaxMessage ("ParallaxMessage", NC_CHAR, true, QList< int >()<< SD_Any, "PLX MESS", "Parallax message definition") |
SgVgosDb::FmtChkVar | fcParallaxControl ("ParallaxControl", NC_CHAR, true, QList< int >()<< SD_Any, "PLX CFLG", "Parallax flow control mess def") |
SgVgosDb::FmtChkVar | fcStarMessage ("StarMessage", NC_CHAR, true, QList< int >()<< SD_Any, "STR MESS", "Star module message definition") |
SgVgosDb::FmtChkVar | fcStarControl ("StarParallaxControl", NC_CHAR, true, QList< int >()<< SD_Any, "STR CFLG", "Parallax flow control mess def") |
SgVgosDb::FmtChkVar | fcTheoryMessage ("TheoryMessage", NC_CHAR, true, QList< int >()<< SD_Any, "THE MESS", "Theory module identification") |
SgVgosDb::FmtChkVar | fcRelativityControl ("RelativityControl", NC_CHAR, true, QList< int >()<< SD_Any, "REL CFLG", "Relativisitc bending use status") |
SgVgosDb::FmtChkVar | fcSiteMessage ("SiteMessage", NC_CHAR, true, QList< int >()<< SD_Any, "SIT MESS", "Site Module Message Definition") |
SgVgosDb::FmtChkVar | fcFeedhornMessage ("FeedhornMessage", NC_CHAR, true, QList< int >()<< SD_Any, "PAN MESS", "Feedhorn rot. angle mod. ident.") |
SgVgosDb::FmtChkVar | fcPepMessage ("PepMessage", NC_CHAR, true, QList< int >()<< SD_Any, "PEP MESS", "PEP Utility Message Definition") |
SgVgosDb::FmtChkVar | fcWobbleControl ("WobbleControl", NC_CHAR, true, QList< int >()<< SD_Any, "WOB CFLG", "Wobble flow control mess def.") |
SgVgosDb::FmtChkVar | fcUT1Control ("UT1Control", NC_CHAR, true, QList< int >()<< SD_Any, "UT1 CFLG", "UT1 control flag message def.") |
SgVgosDb::FmtChkVar | fcOceanStationsFlag ("OceanStationsFlag", NC_CHAR, true, QList< int >()<< SD_NumStn<< 4, "OCE STAT", "Ocean loading station status.") |
SgVgosDb::FmtChkVar | fcRelativityData ("RelativityMessage", NC_DOUBLE, true, QList< int >()<< 1, "REL DATA", "Relativity mod data (gamma).") |
SgVgosDb::FmtChkVar | fcPrecessionData ("PrecessionData", NC_DOUBLE, true, QList< int >()<< 1, "PRE DATA", "Precession constant (asec/cent).") |
SgVgosDb::FmtChkVar | fcEarthTideData ("EarthTideData", NC_DOUBLE, true, QList< int >()<< 3, "ETD DATA", "Earth tide module data (la. h l)") |
SgVgosDb::FmtChkVar | fcUT1EPOCH ("UT1EPOCH", NC_DOUBLE, true, QList< int >()<< 2<< SD_Any, "UT1EPOCH", "TAI - UT1 epoch value definition") |
SgVgosDb::FmtChkVar | fcWOBEPOCH ("WOBEPOCH", NC_DOUBLE, true, QList< int >()<< 2<< SD_Any, "WOBEPOCH", "Interpolated wobble array def") |
SgVgosDb::FmtChkVar | fcSiteZenithDelay ("SiteZenithDelay", NC_DOUBLE, true, QList< int >()<< SD_NumStn, "SITEZENS", "Site zenith path delays (nsec).") |
SgVgosDb::FmtChkVar | fcOceanPoleTideCoef ("OceanPoleTideCoef", NC_DOUBLE, false, QList< int >()<< SD_NumStn<< 6, "OPTLCOEF", "Ocean Pole Tide loading Coefficients") |
SgVgosDb::FmtChkVar | fcOceanUpPhase ("OceanUpPhase", NC_DOUBLE, true, QList< int >()<< SD_NumStn<< 11, "SITOCPHS", "Vert ocean loading phases (rad).", "radians") |
SgVgosDb::FmtChkVar | fcOceanHorizontalPhase ("OceanHorizontalPhase", NC_DOUBLE, true, QList< int >()<< SD_NumStn<< 2<< 11, "SITHOCPH", "Horz ocean loading phases (rad).", "radians") |
SgVgosDb::FmtChkVar | fcOceanUpAmp ("OceanUpAmp", NC_DOUBLE, true, QList< int >()<< SD_NumStn<< 11, "SITOCAMP", "Vert ocean loading ampltudes (m)", "meter") |
SgVgosDb::FmtChkVar | fcOceanHorizontalAmp ("OceanHorizontalAmp", NC_DOUBLE, true, QList< int >()<< SD_NumStn<< 2<< 11, "SITHOCAM", "Horz ocean loading ampltudes (m)", "meter") |
SgVgosDb::FmtChkVar | fcLeapSecond ("LeapSecond", NC_SHORT, false, QList< int >()<< 1, "LeapSeco", "Leap seconds", "second") |
SgVgosDb::FmtChkVar | fcTai_Utc ("TAI- UTC", NC_DOUBLE, false, QList< int >()<< 3) |
SgVgosDb::FmtChkVar | fcCorrelatorType ("CorrelatorType", NC_CHAR, true, QList< int >()<< SD_Any) |
SgVgosDb::FmtChkVar | fcCorrelator ("Correlator", NC_CHAR, true, QList< int >()<< SD_Any, "CORPLACE", "Correlator name (from a master file).") |
SgVgosDb::FmtChkVar | fcNumObs ("NumObs", NC_INT, true, QList< int >()<< 1, "NUM4 OBS", "Number of observations (I*4)") |
SgVgosDb::FmtChkVar | fcNumScan ("NumScan", NC_INT, true, QList< int >()<< 1) |
SgVgosDb::FmtChkVar | fcNumSource ("NumSource", NC_SHORT, false, QList< int >()<< 1) |
SgVgosDb::FmtChkVar | fcNumStation ("NumStation", NC_SHORT, false, QList< int >()<< 1) |
SgVgosDb::FmtChkVar | fcPrincipalInvestigator ("PrincipalInvestigator", NC_CHAR, false, QList< int >()<< SD_Any) |
SgVgosDb::FmtChkVar | fcExpName ("ExpName", NC_CHAR, false, QList< int >()<< SD_Any, "EXPCODE ", "Experiment name.") |
SgVgosDb::FmtChkVar | fcExpSerialNumber ("ExpSerialNumber", NC_SHORT, false, QList< int >()<< 1, "EXPSERNO", "Experiment Serial Number.") |
SgVgosDb::FmtChkVar | fcExpDescription ("ExpDescription", NC_CHAR, false, QList< int >()<< SD_Any, "EXPDESC ", "Experiment description.") |
SgVgosDb::FmtChkVar | fcRecordingMode ("RecordingMode", NC_CHAR, false, QList< int >()<< SD_Any, "RECMODE ", "Recoding mode") |
SgVgosDb::FmtChkVar | fcStationList ("StationList", NC_CHAR, true, QList< int >()<< SD_NumStn<< 8) |
SgVgosDb::FmtChkVar | fcSourceList ("SourceList", NC_CHAR, true, QList< int >()<< SD_NumSrc<< 8) |
SgVgosDb::FmtChkVar | fciUTCInterval ("iUTCInterval", NC_SHORT, true, QList< int >()<< 2<< 5, "INTRVAL4", "First and last UTC time tag in input file.") |
SgVgosDb::FmtChkVar | fcCableSign ("CableSign", NC_CHAR, false, QList< int >()<< SD_Any, "CBL SIGN", "Sign applied to cable calibration") |
SgVgosDb::FmtChkVar | fcCableStnName ("CableStationList", NC_CHAR, true, QList< int >()<< SD_Any<< 8, "CBL STAT", "Stations for cable sign") |
SgVgosDb::FmtChkVar | fcFourFitCmdCString_v1002 ("FourFitCmdCString", NC_CHAR, false, QList< int >()<< SD_NumObs<< SD_Any, "FOURF CS", "Command string used for fourfit.") |
SgVgosDb::FmtChkVar | fcNumLagsUsed_v1002 ("NumLagsUsed", NC_SHORT, false, QList< int >()<< SD_NumObs, "NLAGS ", "Num of lags used for correlation") |
SgVgosDb::FmtChkVar | fcFourfitControlFile_v1002 ("FourfitControlFile", NC_CHAR, false, QList< int >()<< SD_NumObs<< SD_Any, "FOURF CF", "Control file name for fourfit.") |
SgVgosDb::FmtChkVar | fcAplength_v1002 ("Aplength", NC_DOUBLE, false, QList< int >()<< SD_NumObs, "APLENGTH", "Length of accumul. period in sec", "second") |
SgVgosDb::FmtChkVar | fcFourFitCmdCString_v1004 ("FourFitCmdCString", NC_CHAR, false, QList< int >()<< SD_Any, "FOURF CS", "Command string used for fourfit.") |
SgVgosDb::FmtChkVar | fcNumLagsUsed_v1004 ("NumLagsUsed", NC_SHORT, false, QList< int >()<< 1, "NLAGS ", "Num of lags used for correlation") |
SgVgosDb::FmtChkVar | fcFourfitControlFile_v1004 ("FourfitControlFile", NC_CHAR, false, QList< int >()<< SD_Any, "FOURF CF", "Control file name for fourfit.") |
SgVgosDb::FmtChkVar | fcAplength_v1004 ("Aplength", NC_DOUBLE, false, QList< int >()<< 1, "APLENGTH", "Length of accumul. period in sec", "second") |
SgVgosDb::FmtChkVar | fcCorrPostProcSoftware ("CorrPpSoftware", NC_INT, false, QList< int >()<< 1, "", "Correlator post processing software: 0 - HOPS, 1 - PIMA", "") |
SgVgosDb::FmtChkVar | fcBracket ("N/A", NC_SHORT, false, QList< int >()<< 1, "N/A", "N/A") |
QList< SgVgosDb::FmtChkVar * > | fcfSourceApriori |
QList< SgVgosDb::FmtChkVar * > | fcfClockApriori |
QList< SgVgosDb::FmtChkVar * > | fcfStationApriori |
QList< SgVgosDb::FmtChkVar * > | fcfAntennaApriori |
QList< SgVgosDb::FmtChkVar * > | fcfCalcEop |
QList< SgVgosDb::FmtChkVar * > | fcfCalcInfo |
QList< SgVgosDb::FmtChkVar * > | fcfLeapSecond = QList<SgVgosDb::FmtChkVar*>() << &fcLeapSecond |
QList< SgVgosDb::FmtChkVar * > | fcfLeapSecondIn = QList<SgVgosDb::FmtChkVar*>() << &fcTai_Utc << &fcLeapSecond |
QList< SgVgosDb::FmtChkVar * > | fcfHead |
QList< SgVgosDb::FmtChkVar * > | fcfMiscCable = QList<SgVgosDb::FmtChkVar*>() << &fcCableSign << &fcCableStnName |
QList< SgVgosDb::FmtChkVar * > | fcfMiscFourFit_v1002 |
QList< SgVgosDb::FmtChkVar * > | fcfMiscFourFit_v1004 |
QList< SgVgosDb::FmtChkVar * > | fcfBracket = QList<SgVgosDb::FmtChkVar*>() << &fcBracket |
SgVgosDb::FmtChkVar fcAntennaName("AntennaStationList", NC_CHAR, true, QList< int >()<< SD_NumStn<< 8, "", "List of Antennas") | ( | "AntennaStationList" | , |
NC_CHAR | , | ||
true | , | ||
QList< int >()<< SD_NumStn<< | 8, | ||
"" | , | ||
"List of Antennas" | |||
) |
Referenced by SgVgosDb::loadAntennaApriories().
SgVgosDb::FmtChkVar fcAplength_v1002("Aplength", NC_DOUBLE, false, QList< int >()<< SD_NumObs, "APLENGTH", "Length of accumul. period in sec", "second") | ( | "Aplength" | , |
NC_DOUBLE | , | ||
false | , | ||
QList< int >()<< | SD_NumObs, | ||
"APLENGTH" | , | ||
"Length of accumul. period in sec" | , | ||
"second" | |||
) |
Referenced by SgVgosDb::loadMiscFourFit().
SgVgosDb::FmtChkVar fcAplength_v1004("Aplength", NC_DOUBLE, false, QList< int >()<< 1, "APLENGTH", "Length of accumul. period in sec", "second") | ( | "Aplength" | , |
NC_DOUBLE | , | ||
false | , | ||
QList< int >()<< | 1, | ||
"APLENGTH" | , | ||
"Length of accumul. period in sec" | , | ||
"second" | |||
) |
Referenced by SgVgosDb::loadMiscFourFit().
SgVgosDb::FmtChkVar fcATIControl("ATIControl", NC_CHAR, true, QList< int >()<< SD_Any, "ATI CFLG", "ATIME Flow Control Message Def.") | ( | "ATIControl" | , |
NC_CHAR | , | ||
true | , | ||
QList< int >()<< | SD_Any, | ||
"ATI CFLG" | , | ||
"ATIME Flow Control Message Def." | |||
) |
Referenced by SgVgosDb::loadCalcInfo().
SgVgosDb::FmtChkVar fcATIMessage("ATIMessage", NC_CHAR, true, QList< int >()<< SD_Any, "ATI MESS", "ATIME Message Definition") | ( | "ATIMessage" | , |
NC_CHAR | , | ||
true | , | ||
QList< int >()<< | SD_Any, | ||
"ATI MESS" | , | ||
"ATIME Message Definition" | |||
) |
Referenced by SgVgosDb::loadCalcInfo().
SgVgosDb::FmtChkVar fcATMControl("ATMControl", NC_CHAR, true, QList< int >()<< SD_Any, "ATM CFLG", "Atmosphere control flag mess def") | ( | "ATMControl" | , |
NC_CHAR | , | ||
true | , | ||
QList< int >()<< | SD_Any, | ||
"ATM CFLG" | , | ||
"Atmosphere control flag mess def" | |||
) |
Referenced by SgVgosDb::loadCalcInfo().
SgVgosDb::FmtChkVar fcATMMessage("ATMMessage", NC_CHAR, true, QList< int >()<< SD_Any, "ATM MESS", "Atmosphere message definition") | ( | "ATMMessage" | , |
NC_CHAR | , | ||
true | , | ||
QList< int >()<< | SD_Any, | ||
"ATM MESS" | , | ||
"Atmosphere message definition" | |||
) |
Referenced by SgVgosDb::loadCalcInfo().
SgVgosDb::FmtChkVar fcAxisOffset("AntennaAxisOffset", NC_DOUBLE, true, QList< int >()<< SD_NumStn, "AXISOFFS", "Axis offsets (m).", "meter") | ( | "AntennaAxisOffset" | , |
NC_DOUBLE | , | ||
true | , | ||
QList< int >()<< | SD_NumStn, | ||
"AXISOFFS" | , | ||
"Axis offsets (m)." | , | ||
"meter" | |||
) |
Referenced by SgVgosDb::loadAntennaApriories().
SgVgosDb::FmtChkVar fcAxisOffsetControl("AxisOffsetControl", NC_CHAR, true, QList< int >()<< SD_Any, "AXO CFLG", "Axis Offset Control flag mes def") | ( | "AxisOffsetControl" | , |
NC_CHAR | , | ||
true | , | ||
QList< int >()<< | SD_Any, | ||
"AXO CFLG" | , | ||
"Axis Offset Control flag mes def" | |||
) |
Referenced by SgVgosDb::loadCalcInfo().
SgVgosDb::FmtChkVar fcAxisOffsetMessage("AxisOffsetMessage", NC_CHAR, true, QList< int >()<< SD_Any, "AXO MESS", "Axis Offset Message Definition") | ( | "AxisOffsetMessage" | , |
NC_CHAR | , | ||
true | , | ||
QList< int >()<< | SD_Any, | ||
"AXO MESS" | , | ||
"Axis Offset Message Definition" | |||
) |
Referenced by SgVgosDb::loadCalcInfo().
SgVgosDb::FmtChkVar fcAxisTilt("AntennaAxisTilt", NC_DOUBLE, false, QList< int >()<< SD_NumStn<< 2, "AXISTILT", "Fixed axis tilt", "radian") | ( | "AntennaAxisTilt" | , |
NC_DOUBLE | , | ||
false | , | ||
QList< int >()<< SD_NumStn<< | 2, | ||
"AXISTILT" | , | ||
"Fixed axis tilt" | , | ||
"radian" | |||
) |
Referenced by SgVgosDb::loadAntennaApriories().
SgVgosDb::FmtChkVar fcAxisType("AntennaAxisType", NC_SHORT, true, QList< int >()<< SD_NumStn, "AXISTYPS", "Axis type (1-eq 2-xy 3-azel 4 5)") | ( | "AntennaAxisType" | , |
NC_SHORT | , | ||
true | , | ||
QList< int >()<< | SD_NumStn, | ||
"AXISTYPS" | , | ||
"Axis type (1-eq 2-xy 3-azel 4 5)" | |||
) |
Referenced by SgVgosDb::loadAntennaApriories().
SgVgosDb::FmtChkVar fcBracket("N/A", NC_SHORT, false, QList< int >()<< 1, "N/A", "N/A") | ( | "N/A" | , |
NC_SHORT | , | ||
false | , | ||
QList< int >()<< | 1, | ||
"N/A" | , | ||
"N/A" | |||
) |
SgVgosDb::FmtChkVar fcCableSign("CableSign", NC_CHAR, false, QList< int >()<< SD_Any, "CBL SIGN", "Sign applied to cable calibration") | ( | "CableSign" | , |
NC_CHAR | , | ||
false | , | ||
QList< int >()<< | SD_Any, | ||
"CBL SIGN" | , | ||
"Sign applied to cable calibration" | |||
) |
Referenced by SgVgosDb::loadMiscCable().
SgVgosDb::FmtChkVar fcCableStnName("CableStationList", NC_CHAR, true, QList< int >()<< SD_Any<< 8, "CBL STAT", "Stations for cable sign") | ( | "CableStationList" | , |
NC_CHAR | , | ||
true | , | ||
QList< int >()<< SD_Any<< | 8, | ||
"CBL STAT" | , | ||
"Stations for cable sign" | |||
) |
Referenced by SgVgosDb::loadMiscCable().
SgVgosDb::FmtChkVar fcCalcControlNames("CalcControlNames", NC_CHAR, true, QList< int >()<< SD_Any<< SD_Any, "CALCFLGN", "CALC flow control flags name def") | ( | "CalcControlNames" | , |
NC_CHAR | , | ||
true | , | ||
QList< int >()<< SD_Any<< | SD_Any, | ||
"CALCFLGN" | , | ||
"CALC flow control flags name def" | |||
) |
Referenced by SgVgosDb::loadCalcInfo().
SgVgosDb::FmtChkVar fcCalcControlValues("CalcControlValues", NC_SHORT, true, QList< int >()<< SD_Any, "CALCFLGV", "CALC flow control flags valu def") | ( | "CalcControlValues" | , |
NC_SHORT | , | ||
true | , | ||
QList< int >()<< | SD_Any, | ||
"CALCFLGV" | , | ||
"CALC flow control flags valu def" | |||
) |
Referenced by SgVgosDb::loadCalcInfo().
SgVgosDb::FmtChkVar fcCalcUt1Module("CalcUt1Module", NC_CHAR, true, QList< int >()<< SD_Any, "UT1 MESS", "UT1 Module message definition") | ( | "CalcUt1Module" | , |
NC_CHAR | , | ||
true | , | ||
QList< int >()<< | SD_Any, | ||
"UT1 MESS" | , | ||
"UT1 Module message definition" | |||
) |
Referenced by SgVgosDb::loadCalcEop().
SgVgosDb::FmtChkVar fcCalcVersion("CalcVersion", NC_DOUBLE, true, QList< int >()<< 1, "CALC VER", "CALC version number") | ( | "CalcVersion" | , |
NC_DOUBLE | , | ||
true | , | ||
QList< int >()<< | 1, | ||
"CALC VER" | , | ||
"CALC version number" | |||
) |
Referenced by SgVgosDb::loadCalcInfo().
SgVgosDb::FmtChkVar fcCalcWobModule("CalcWobModule", NC_CHAR, true, QList< int >()<< SD_Any, "WOB MESS", "Wobble message definition.") | ( | "CalcWobModule" | , |
NC_CHAR | , | ||
true | , | ||
QList< int >()<< | SD_Any, | ||
"WOB MESS" | , | ||
"Wobble message definition." | |||
) |
Referenced by SgVgosDb::loadCalcEop().
SgVgosDb::FmtChkVar fcClockAprioriOffset("AprioriClockOffset", NC_DOUBLE, true, QList< int >()<< SD_Any, "CLOOFACM", "A priori clock offset (sec)") | ( | "AprioriClockOffset" | , |
NC_DOUBLE | , | ||
true | , | ||
QList< int >()<< | SD_Any, | ||
"CLOOFACM" | , | ||
"A priori clock offset (sec)" | |||
) |
Referenced by SgVgosDb::loadClockApriories().
SgVgosDb::FmtChkVar fcClockAprioriRate("AprioriClockRate", NC_DOUBLE, true, QList< int >()<< SD_Any, "CLODRACM", "A priori clock drift (sec/sec)") | ( | "AprioriClockRate" | , |
NC_DOUBLE | , | ||
true | , | ||
QList< int >()<< | SD_Any, | ||
"CLODRACM" | , | ||
"A priori clock drift (sec/sec)" | |||
) |
Referenced by SgVgosDb::loadClockApriories().
SgVgosDb::FmtChkVar fcClockAprioriSite("AprioriClockStationList", NC_CHAR, true, QList< int >()<< SD_Any<< 8, "STAT_ACM", "Stations with a priori clock mod") | ( | "AprioriClockStationList" | , |
NC_CHAR | , | ||
true | , | ||
QList< int >()<< SD_Any<< | 8, | ||
"STAT_ACM" | , | ||
"Stations with a priori clock mod" | |||
) |
Referenced by SgVgosDb::loadClockApriories().
SgVgosDb::FmtChkVar fcCorrelator("Correlator", NC_CHAR, true, QList< int >()<< SD_Any, "CORPLACE", "Correlator name (from a master file).") | ( | "Correlator" | , |
NC_CHAR | , | ||
true | , | ||
QList< int >()<< | SD_Any, | ||
"CORPLACE" | , | ||
"Correlator name (from a master file)." | |||
) |
Referenced by SgVgosDb::loadSessionHead().
SgVgosDb::FmtChkVar fcCorrelatorType("CorrelatorType", NC_CHAR, true, QList< int >()<< SD_Any) | ( | "CorrelatorType" | , |
NC_CHAR | , | ||
true | , | ||
QList< int >()<< | SD_Any | ||
) |
Referenced by SgVgosDb::loadSessionHead().
SgVgosDb::FmtChkVar fcCorrPostProcSoftware("CorrPpSoftware", NC_INT, false, QList< int >()<< 1, "", "Correlator post processing software: 0 - HOPS, 1 - PIMA", "") | ( | "CorrPpSoftware" | , |
NC_INT | , | ||
false | , | ||
QList< int >()<< | 1, | ||
"" | , | ||
"Correlator post processing software: 0 - | HOPS, | ||
1 - PIMA" | , | ||
"" | |||
) |
Referenced by SgVgosDb::loadSessionHead().
SgVgosDb::FmtChkVar fcCTIControl("CTIControl", NC_CHAR, true, QList< int >()<< SD_Any, "CTI CFLG", "CTIMG Flow Control Message Def") | ( | "CTIControl" | , |
NC_CHAR | , | ||
true | , | ||
QList< int >()<< | SD_Any, | ||
"CTI CFLG" | , | ||
"CTIMG Flow Control Message Def" | |||
) |
Referenced by SgVgosDb::loadCalcInfo().
SgVgosDb::FmtChkVar fcCTIMessage("CTIMessage", NC_CHAR, true, QList< int >()<< SD_Any, "CTI MESS", "CTIMG Message Definition") | ( | "CTIMessage" | , |
NC_CHAR | , | ||
true | , | ||
QList< int >()<< | SD_Any, | ||
"CTI MESS" | , | ||
"CTIMG Message Definition" | |||
) |
Referenced by SgVgosDb::loadCalcInfo().
SgVgosDb::FmtChkVar fcEarthTideControl("EarthTideControl", NC_CHAR, true, QList< int >()<< SD_Any, "ETD CFLG", "Earth Tide flow control mess def") | ( | "EarthTideControl" | , |
NC_CHAR | , | ||
true | , | ||
QList< int >()<< | SD_Any, | ||
"ETD CFLG" | , | ||
"Earth Tide flow control mess def" | |||
) |
Referenced by SgVgosDb::loadCalcInfo().
SgVgosDb::FmtChkVar fcEarthTideData("EarthTideData", NC_DOUBLE, true, QList< int >()<< 3, "ETD DATA", "Earth tide module data (la. h l)") | ( | "EarthTideData" | , |
NC_DOUBLE | , | ||
true | , | ||
QList< int >()<< | 3, | ||
"ETD DATA" | , | ||
"Earth tide module data (la. h l)" | |||
) |
Referenced by SgVgosDb::loadCalcInfo().
SgVgosDb::FmtChkVar fcEarthTideMessage("EarthTideMessage", NC_CHAR, true, QList< int >()<< SD_Any, "ETD MESS", "Earth Tide message definition") | ( | "EarthTideMessage" | , |
NC_CHAR | , | ||
true | , | ||
QList< int >()<< | SD_Any, | ||
"ETD MESS" | , | ||
"Earth Tide message definition" | |||
) |
Referenced by SgVgosDb::loadCalcInfo().
SgVgosDb::FmtChkVar fcExpDescription("ExpDescription", NC_CHAR, false, QList< int >()<< SD_Any, "EXPDESC ", "Experiment description.") | ( | "ExpDescription" | , |
NC_CHAR | , | ||
false | , | ||
QList< int >()<< | SD_Any, | ||
"EXPDESC " | , | ||
"Experiment description." | |||
) |
Referenced by SgVgosDb::loadSessionHead().
SgVgosDb::FmtChkVar fcExpName("ExpName", NC_CHAR, false, QList< int >()<< SD_Any, "EXPCODE ", "Experiment name.") | ( | "ExpName" | , |
NC_CHAR | , | ||
false | , | ||
QList< int >()<< | SD_Any, | ||
"EXPCODE " | , | ||
"Experiment name." | |||
) |
Referenced by SgVgosDb::loadSessionHead().
SgVgosDb::FmtChkVar fcExpSerialNumber("ExpSerialNumber", NC_SHORT, false, QList< int >()<< 1, "EXPSERNO", "Experiment Serial Number.") | ( | "ExpSerialNumber" | , |
NC_SHORT | , | ||
false | , | ||
QList< int >()<< | 1, | ||
"EXPSERNO" | , | ||
"Experiment Serial Number." | |||
) |
Referenced by SgVgosDb::loadSessionHead().
QList<SgVgosDb::FmtChkVar*> fcfAntennaApriori |
Definition at line 1960 of file SgVgosDbLoadSession.cpp.
Referenced by SgVgosDb::loadAntennaApriories().
QList<SgVgosDb::FmtChkVar*> fcfBracket = QList<SgVgosDb::FmtChkVar*>() << &fcBracket |
Definition at line 2013 of file SgVgosDbLoadSession.cpp.
QList<SgVgosDb::FmtChkVar*> fcfCalcEop |
Definition at line 1963 of file SgVgosDbLoadSession.cpp.
Referenced by SgVgosDb::loadCalcEop().
QList<SgVgosDb::FmtChkVar*> fcfCalcInfo |
Definition at line 1968 of file SgVgosDbLoadSession.cpp.
Referenced by SgVgosDb::loadCalcInfo().
QList<SgVgosDb::FmtChkVar*> fcfClockApriori |
Definition at line 1955 of file SgVgosDbLoadSession.cpp.
Referenced by SgVgosDb::loadClockApriories().
SgVgosDb::FmtChkVar fcFeedhornMessage("FeedhornMessage", NC_CHAR, true, QList< int >()<< SD_Any, "PAN MESS", "Feedhorn rot. angle mod. ident.") | ( | "FeedhornMessage" | , |
NC_CHAR | , | ||
true | , | ||
QList< int >()<< | SD_Any, | ||
"PAN MESS" | , | ||
"Feedhorn rot. angle mod. ident." | |||
) |
Referenced by SgVgosDb::loadCalcInfo().
QList<SgVgosDb::FmtChkVar*> fcfHead |
Definition at line 1994 of file SgVgosDbLoadSession.cpp.
Referenced by SgVgosDb::loadSessionHead(), and SgVgosDb::storeSessionHead().
QList<SgVgosDb::FmtChkVar*> fcfLeapSecond = QList<SgVgosDb::FmtChkVar*>() << &fcLeapSecond |
Definition at line 1992 of file SgVgosDbLoadSession.cpp.
QList<SgVgosDb::FmtChkVar*> fcfLeapSecondIn = QList<SgVgosDb::FmtChkVar*>() << &fcTai_Utc << &fcLeapSecond |
Definition at line 1993 of file SgVgosDbLoadSession.cpp.
Referenced by SgVgosDb::loadLeapSecond().
QList<SgVgosDb::FmtChkVar*> fcfMiscCable = QList<SgVgosDb::FmtChkVar*>() << &fcCableSign << &fcCableStnName |
Definition at line 2001 of file SgVgosDbLoadSession.cpp.
Referenced by SgVgosDb::loadMiscCable().
QList<SgVgosDb::FmtChkVar*> fcfMiscFourFit_v1002 |
Definition at line 2002 of file SgVgosDbLoadSession.cpp.
Referenced by SgVgosDb::loadMiscFourFit().
QList<SgVgosDb::FmtChkVar*> fcfMiscFourFit_v1004 |
Definition at line 2006 of file SgVgosDbLoadSession.cpp.
Referenced by SgVgosDb::loadMiscFourFit().
SgVgosDb::FmtChkVar fcFourFitCmdCString_v1002("FourFitCmdCString", NC_CHAR, false, QList< int >()<< SD_NumObs<< SD_Any, "FOURF CS", "Command string used for fourfit.") | ( | "FourFitCmdCString" | , |
NC_CHAR | , | ||
false | , | ||
QList< int >()<< SD_NumObs<< | SD_Any, | ||
"FOURF CS" | , | ||
"Command string used for fourfit." | |||
) |
Referenced by SgVgosDb::loadMiscFourFit().
SgVgosDb::FmtChkVar fcFourFitCmdCString_v1004("FourFitCmdCString", NC_CHAR, false, QList< int >()<< SD_Any, "FOURF CS", "Command string used for fourfit.") | ( | "FourFitCmdCString" | , |
NC_CHAR | , | ||
false | , | ||
QList< int >()<< | SD_Any, | ||
"FOURF CS" | , | ||
"Command string used for fourfit." | |||
) |
Referenced by SgVgosDb::loadMiscFourFit().
SgVgosDb::FmtChkVar fcFourfitControlFile_v1002("FourfitControlFile", NC_CHAR, false, QList< int >()<< SD_NumObs<< SD_Any, "FOURF CF", "Control file name for fourfit.") | ( | "FourfitControlFile" | , |
NC_CHAR | , | ||
false | , | ||
QList< int >()<< SD_NumObs<< | SD_Any, | ||
"FOURF CF" | , | ||
"Control file name for fourfit." | |||
) |
Referenced by SgVgosDb::loadMiscFourFit().
SgVgosDb::FmtChkVar fcFourfitControlFile_v1004("FourfitControlFile", NC_CHAR, false, QList< int >()<< SD_Any, "FOURF CF", "Control file name for fourfit.") | ( | "FourfitControlFile" | , |
NC_CHAR | , | ||
false | , | ||
QList< int >()<< | SD_Any, | ||
"FOURF CF" | , | ||
"Control file name for fourfit." | |||
) |
Referenced by SgVgosDb::loadMiscFourFit().
QList<SgVgosDb::FmtChkVar*> fcfSourceApriori |
Definition at line 1953 of file SgVgosDbLoadSession.cpp.
Referenced by SgVgosDb::loadSourcesApriories().
QList<SgVgosDb::FmtChkVar*> fcfStationApriori |
Definition at line 1957 of file SgVgosDbLoadSession.cpp.
Referenced by SgVgosDb::loadStationsApriories().
SgVgosDb::FmtChkVar fciUTCInterval("iUTCInterval", NC_SHORT, true, QList< int >()<< 2<< 5, "INTRVAL4", "First and last UTC time tag in input file.") | ( | "iUTCInterval" | , |
NC_SHORT | , | ||
true | , | ||
QList< int >()<< 2<< | 5, | ||
"INTRVAL4" | , | ||
"First and last UTC time tag in input file." | |||
) |
Referenced by SgVgosDb::loadSessionHead().
SgVgosDb::FmtChkVar fcLeapSecond("LeapSecond", NC_SHORT, false, QList< int >()<< 1, "LeapSeco", "Leap seconds", "second") | ( | "LeapSecond" | , |
NC_SHORT | , | ||
false | , | ||
QList< int >()<< | 1, | ||
"LeapSeco" | , | ||
"Leap seconds" | , | ||
"second" | |||
) |
Referenced by SgVgosDb::loadLeapSecond().
SgVgosDb::FmtChkVar fcNumLagsUsed_v1002("NumLagsUsed", NC_SHORT, false, QList< int >()<< SD_NumObs, "NLAGS ", "Num of lags used for correlation") | ( | "NumLagsUsed" | , |
NC_SHORT | , | ||
false | , | ||
QList< int >()<< | SD_NumObs, | ||
"NLAGS " | , | ||
"Num of lags used for correlation" | |||
) |
Referenced by SgVgosDb::loadMiscFourFit().
SgVgosDb::FmtChkVar fcNumLagsUsed_v1004("NumLagsUsed", NC_SHORT, false, QList< int >()<< 1, "NLAGS ", "Num of lags used for correlation") | ( | "NumLagsUsed" | , |
NC_SHORT | , | ||
false | , | ||
QList< int >()<< | 1, | ||
"NLAGS " | , | ||
"Num of lags used for correlation" | |||
) |
Referenced by SgVgosDb::loadMiscFourFit().
SgVgosDb::FmtChkVar fcNumObs("NumObs", NC_INT, true, QList< int >()<< 1, "NUM4 OBS", "Number of observations (I*4)") | ( | "NumObs" | , |
NC_INT | , | ||
true | , | ||
QList< int >()<< | 1, | ||
"NUM4 OBS" | , | ||
"Number of observations (I*4)" | |||
) |
Referenced by SgVgosDb::loadSessionHead().
SgVgosDb::FmtChkVar fcNumScan("NumScan", NC_INT, true, QList< int >()<< 1) | ( | "NumScan" | , |
NC_INT | , | ||
true | , | ||
QList< int >()<< | 1 | ||
) |
Referenced by SgVgosDb::loadSessionHead().
SgVgosDb::FmtChkVar fcNumSource("NumSource", NC_SHORT, false, QList< int >()<< 1) | ( | "NumSource" | , |
NC_SHORT | , | ||
false | , | ||
QList< int >()<< | 1 | ||
) |
SgVgosDb::FmtChkVar fcNumStation("NumStation", NC_SHORT, false, QList< int >()<< 1) | ( | "NumStation" | , |
NC_SHORT | , | ||
false | , | ||
QList< int >()<< | 1 | ||
) |
SgVgosDb::FmtChkVar fcNutationControl("NutationControl", NC_CHAR, true, QList< int >()<< SD_Any, "NUT CFLG", "Nutation flow control mess def.") | ( | "NutationControl" | , |
NC_CHAR | , | ||
true | , | ||
QList< int >()<< | SD_Any, | ||
"NUT CFLG" | , | ||
"Nutation flow control mess def." | |||
) |
Referenced by SgVgosDb::loadCalcInfo().
SgVgosDb::FmtChkVar fcNutationMessage("NutationMessage", NC_CHAR, true, QList< int >()<< SD_Any, "NUT MESS", "Nutation message definition") | ( | "NutationMessage" | , |
NC_CHAR | , | ||
true | , | ||
QList< int >()<< | SD_Any, | ||
"NUT MESS" | , | ||
"Nutation message definition" | |||
) |
Referenced by SgVgosDb::loadCalcInfo().
SgVgosDb::FmtChkVar fcOceanControl("OceanControl", NC_CHAR, true, QList< int >()<< SD_Any, "OCE CFLG", "Ocean load flow control mess def") | ( | "OceanControl" | , |
NC_CHAR | , | ||
true | , | ||
QList< int >()<< | SD_Any, | ||
"OCE CFLG" | , | ||
"Ocean load flow control mess def" | |||
) |
Referenced by SgVgosDb::loadCalcInfo().
SgVgosDb::FmtChkVar fcOceanHorizontalAmp("OceanHorizontalAmp", NC_DOUBLE, true, QList< int >()<< SD_NumStn<< 2<< 11, "SITHOCAM", "Horz ocean loading ampltudes (m)", "meter") | ( | "OceanHorizontalAmp" | , |
NC_DOUBLE | , | ||
true | , | ||
QList< int >()<< SD_NumStn<< 2<< | 11, | ||
"SITHOCAM" | , | ||
"Horz ocean loading ampltudes (m)" | , | ||
"meter" | |||
) |
Referenced by SgVgosDb::loadCalcInfo().
SgVgosDb::FmtChkVar fcOceanHorizontalPhase("OceanHorizontalPhase", NC_DOUBLE, true, QList< int >()<< SD_NumStn<< 2<< 11, "SITHOCPH", "Horz ocean loading phases (rad).", "radians") | ( | "OceanHorizontalPhase" | , |
NC_DOUBLE | , | ||
true | , | ||
QList< int >()<< SD_NumStn<< 2<< | 11, | ||
"SITHOCPH" | , | ||
"Horz ocean loading phases (rad)." | , | ||
"radians" | |||
) |
Referenced by SgVgosDb::loadCalcInfo().
SgVgosDb::FmtChkVar fcOceanMessage("OceanMessage", NC_CHAR, true, QList< int >()<< SD_Any, "OCE MESS", "Ocean loading message definition") | ( | "OceanMessage" | , |
NC_CHAR | , | ||
true | , | ||
QList< int >()<< | SD_Any, | ||
"OCE MESS" | , | ||
"Ocean loading message definition" | |||
) |
Referenced by SgVgosDb::loadCalcInfo().
SgVgosDb::FmtChkVar fcOceanPoleTideCoef("OceanPoleTideCoef", NC_DOUBLE, false, QList< int >()<< SD_NumStn<< 6, "OPTLCOEF", "Ocean Pole Tide loading Coefficients") | ( | "OceanPoleTideCoef" | , |
NC_DOUBLE | , | ||
false | , | ||
QList< int >()<< SD_NumStn<< | 6, | ||
"OPTLCOEF" | , | ||
"Ocean Pole Tide loading Coefficients" | |||
) |
Referenced by SgVgosDb::loadCalcInfo().
SgVgosDb::FmtChkVar fcOceanStationsFlag("OceanStationsFlag", NC_CHAR, true, QList< int >()<< SD_NumStn<< 4, "OCE STAT", "Ocean loading station status.") | ( | "OceanStationsFlag" | , |
NC_CHAR | , | ||
true | , | ||
QList< int >()<< SD_NumStn<< | 4, | ||
"OCE STAT" | , | ||
"Ocean loading station status." | |||
) |
Referenced by SgVgosDb::loadCalcInfo().
SgVgosDb::FmtChkVar fcOceanUpAmp("OceanUpAmp", NC_DOUBLE, true, QList< int >()<< SD_NumStn<< 11, "SITOCAMP", "Vert ocean loading ampltudes (m)", "meter") | ( | "OceanUpAmp" | , |
NC_DOUBLE | , | ||
true | , | ||
QList< int >()<< SD_NumStn<< | 11, | ||
"SITOCAMP" | , | ||
"Vert ocean loading ampltudes (m)" | , | ||
"meter" | |||
) |
Referenced by SgVgosDb::loadCalcInfo().
SgVgosDb::FmtChkVar fcOceanUpPhase("OceanUpPhase", NC_DOUBLE, true, QList< int >()<< SD_NumStn<< 11, "SITOCPHS", "Vert ocean loading phases (rad).", "radians") | ( | "OceanUpPhase" | , |
NC_DOUBLE | , | ||
true | , | ||
QList< int >()<< SD_NumStn<< | 11, | ||
"SITOCPHS" | , | ||
"Vert ocean loading phases (rad)." | , | ||
"radians" | |||
) |
Referenced by SgVgosDb::loadCalcInfo().
SgVgosDb::FmtChkVar fcParallaxControl("ParallaxControl", NC_CHAR, true, QList< int >()<< SD_Any, "PLX CFLG", "Parallax flow control mess def") | ( | "ParallaxControl" | , |
NC_CHAR | , | ||
true | , | ||
QList< int >()<< | SD_Any, | ||
"PLX CFLG" | , | ||
"Parallax flow control mess def" | |||
) |
Referenced by SgVgosDb::loadCalcInfo().
SgVgosDb::FmtChkVar fcParallaxMessage("ParallaxMessage", NC_CHAR, true, QList< int >()<< SD_Any, "PLX MESS", "Parallax message definition") | ( | "ParallaxMessage" | , |
NC_CHAR | , | ||
true | , | ||
QList< int >()<< | SD_Any, | ||
"PLX MESS" | , | ||
"Parallax message definition" | |||
) |
Referenced by SgVgosDb::loadCalcInfo().
SgVgosDb::FmtChkVar fcPepMessage("PepMessage", NC_CHAR, true, QList< int >()<< SD_Any, "PEP MESS", "PEP Utility Message Definition") | ( | "PepMessage" | , |
NC_CHAR | , | ||
true | , | ||
QList< int >()<< | SD_Any, | ||
"PEP MESS" | , | ||
"PEP Utility Message Definition" | |||
) |
Referenced by SgVgosDb::loadCalcInfo().
SgVgosDb::FmtChkVar fcPoleTideControl("PoleTideControl", NC_CHAR, true, QList< int >()<< SD_Any, "PTD CFLG", "Pole tide flow control mess def") | ( | "PoleTideControl" | , |
NC_CHAR | , | ||
true | , | ||
QList< int >()<< | SD_Any, | ||
"PTD CFLG" | , | ||
"Pole tide flow control mess def" | |||
) |
Referenced by SgVgosDb::loadCalcInfo().
SgVgosDb::FmtChkVar fcPoleTideMessage("PoleTideMessage", NC_CHAR, true, QList< int >()<< SD_Any, "PTD MESS", "Pole tide message definition") | ( | "PoleTideMessage" | , |
NC_CHAR | , | ||
true | , | ||
QList< int >()<< | SD_Any, | ||
"PTD MESS" | , | ||
"Pole tide message definition" | |||
) |
Referenced by SgVgosDb::loadCalcInfo().
SgVgosDb::FmtChkVar fcPrecessionData("PrecessionData", NC_DOUBLE, true, QList< int >()<< 1, "PRE DATA", "Precession constant (asec/cent).") | ( | "PrecessionData" | , |
NC_DOUBLE | , | ||
true | , | ||
QList< int >()<< | 1, | ||
"PRE DATA" | , | ||
"Precession constant (asec/cent)." | |||
) |
Referenced by SgVgosDb::loadCalcInfo().
SgVgosDb::FmtChkVar fcPrincipalInvestigator("PrincipalInvestigator", NC_CHAR, false, QList< int >()<< SD_Any) | ( | "PrincipalInvestigator" | , |
NC_CHAR | , | ||
false | , | ||
QList< int >()<< | SD_Any | ||
) |
Referenced by SgVgosDb::loadSessionHead().
SgVgosDb::FmtChkVar fcRecordingMode("RecordingMode", NC_CHAR, false, QList< int >()<< SD_Any, "RECMODE ", "Recoding mode") | ( | "RecordingMode" | , |
NC_CHAR | , | ||
false | , | ||
QList< int >()<< | SD_Any, | ||
"RECMODE " | , | ||
"Recoding mode" | |||
) |
Referenced by SgVgosDb::loadSessionHead().
SgVgosDb::FmtChkVar fcRelativityControl("RelativityControl", NC_CHAR, true, QList< int >()<< SD_Any, "REL CFLG", "Relativisitc bending use status") | ( | "RelativityControl" | , |
NC_CHAR | , | ||
true | , | ||
QList< int >()<< | SD_Any, | ||
"REL CFLG" | , | ||
"Relativisitc bending use status" | |||
) |
Referenced by SgVgosDb::loadCalcInfo().
SgVgosDb::FmtChkVar fcRelativityData("RelativityMessage", NC_DOUBLE, true, QList< int >()<< 1, "REL DATA", "Relativity mod data (gamma).") | ( | "RelativityMessage" | , |
NC_DOUBLE | , | ||
true | , | ||
QList< int >()<< | 1, | ||
"REL DATA" | , | ||
"Relativity mod data (gamma)." | |||
) |
Referenced by SgVgosDb::loadCalcInfo().
SgVgosDb::FmtChkVar fcSiteMessage("SiteMessage", NC_CHAR, true, QList< int >()<< SD_Any, "SIT MESS", "Site Module Message Definition") | ( | "SiteMessage" | , |
NC_CHAR | , | ||
true | , | ||
QList< int >()<< | SD_Any, | ||
"SIT MESS" | , | ||
"Site Module Message Definition" | |||
) |
Referenced by SgVgosDb::loadCalcInfo().
SgVgosDb::FmtChkVar fcSiteZenithDelay("SiteZenithDelay", NC_DOUBLE, true, QList< int >()<< SD_NumStn, "SITEZENS", "Site zenith path delays (nsec).") | ( | "SiteZenithDelay" | , |
NC_DOUBLE | , | ||
true | , | ||
QList< int >()<< | SD_NumStn, | ||
"SITEZENS" | , | ||
"Site zenith path delays (nsec)." | |||
) |
Referenced by SgVgosDb::loadCalcInfo().
SgVgosDb::FmtChkVar fcSource2000RaDec("AprioriSource2000RaDec", NC_DOUBLE, true, QList< int >()<< SD_NumSrc<< 2, "STAR2000", "J2000 Source RA and Dec") | ( | "AprioriSource2000RaDec" | , |
NC_DOUBLE | , | ||
true | , | ||
QList< int >()<< SD_NumSrc<< | 2, | ||
"STAR2000" | , | ||
"J2000 Source RA and Dec" | |||
) |
Referenced by SgVgosDb::loadSourcesApriories().
SgVgosDb::FmtChkVar fcSourceList("SourceList", NC_CHAR, true, QList< int >()<< SD_NumSrc<< 8) | ( | "SourceList" | , |
NC_CHAR | , | ||
true | , | ||
QList< int >()<< SD_NumSrc<< | 8 | ||
) |
Referenced by SgVgosDb::loadSessionHead().
SgVgosDb::FmtChkVar fcSourceNameApriori("AprioriSourceList", NC_CHAR, true, QList< int >()<< SD_NumSrc<< 8, "STRNAMES", "Source names in RA order.") | ( | "AprioriSourceList" | , |
NC_CHAR | , | ||
true | , | ||
QList< int >()<< SD_NumSrc<< | 8, | ||
"STRNAMES" | , | ||
"Source names in RA order." | |||
) |
Referenced by SgVgosDb::loadSourcesApriories().
SgVgosDb::FmtChkVar fcSourceReference("AprioriSourceReference", NC_CHAR, false, QList< int >()<< SD_NumSrc<< SD_Any, "STAR REF", "Source of coordinate values.") | ( | "AprioriSourceReference" | , |
NC_CHAR | , | ||
false | , | ||
QList< int >()<< SD_NumSrc<< | SD_Any, | ||
"STAR REF" | , | ||
"Source of coordinate values." | |||
) |
Referenced by SgVgosDb::loadSourcesApriories().
SgVgosDb::FmtChkVar fcStarControl("StarParallaxControl", NC_CHAR, true, QList< int >()<< SD_Any, "STR CFLG", "Parallax flow control mess def") | ( | "StarParallaxControl" | , |
NC_CHAR | , | ||
true | , | ||
QList< int >()<< | SD_Any, | ||
"STR CFLG" | , | ||
"Parallax flow control mess def" | |||
) |
Referenced by SgVgosDb::loadCalcInfo().
SgVgosDb::FmtChkVar fcStarMessage("StarMessage", NC_CHAR, true, QList< int >()<< SD_Any, "STR MESS", "Star module message definition") | ( | "StarMessage" | , |
NC_CHAR | , | ||
true | , | ||
QList< int >()<< | SD_Any, | ||
"STR MESS" | , | ||
"Star module message definition" | |||
) |
Referenced by SgVgosDb::loadCalcInfo().
SgVgosDb::FmtChkVar fcStationList("StationList", NC_CHAR, true, QList< int >()<< SD_NumStn<< 8) | ( | "StationList" | , |
NC_CHAR | , | ||
true | , | ||
QList< int >()<< SD_NumStn<< | 8 | ||
) |
Referenced by SgVgosDb::loadSessionHead().
SgVgosDb::FmtChkVar fcStationNameApriori("AprioriStationList", NC_CHAR, true, QList< int >()<< SD_NumStn<< 8, "SITNAMES", "Site names in alphabetical order") | ( | "AprioriStationList" | , |
NC_CHAR | , | ||
true | , | ||
QList< int >()<< SD_NumStn<< | 8, | ||
"SITNAMES" | , | ||
"Site names in alphabetical order" | |||
) |
Referenced by SgVgosDb::loadStationsApriories().
SgVgosDb::FmtChkVar fcStationPlateName("AprioriStationTectonicPlate", NC_CHAR, true, QList< int >()<< SD_NumStn<< 4, "TECTPLNM", "4-char tectonic plate names.") | ( | "AprioriStationTectonicPlate" | , |
NC_CHAR | , | ||
true | , | ||
QList< int >()<< SD_NumStn<< | 4, | ||
"TECTPLNM" | , | ||
"4-char tectonic plate names." | |||
) |
Referenced by SgVgosDb::loadStationsApriories().
SgVgosDb::FmtChkVar fcStationXYZ("AprioriStationXYZ", NC_DOUBLE, true, QList< int >()<< SD_NumStn<< 3, "SITERECS", "Site cartesian coords (m).", "meter") | ( | "AprioriStationXYZ" | , |
NC_DOUBLE | , | ||
true | , | ||
QList< int >()<< SD_NumStn<< | 3, | ||
"SITERECS" | , | ||
"Site cartesian coords (m)." | , | ||
"meter" | |||
) |
Referenced by SgVgosDb::loadStationsApriories().
SgVgosDb::FmtChkVar fcTai_Utc("TAI- UTC", NC_DOUBLE, false, QList< int >()<< 3) | ( | "TAI- UTC" | , |
NC_DOUBLE | , | ||
false | , | ||
QList< int >()<< | 3 | ||
) |
Referenced by SgVgosDb::loadLeapSecond().
SgVgosDb::FmtChkVar fcTheoryMessage("TheoryMessage", NC_CHAR, true, QList< int >()<< SD_Any, "THE MESS", "Theory module identification") | ( | "TheoryMessage" | , |
NC_CHAR | , | ||
true | , | ||
QList< int >()<< | SD_Any, | ||
"THE MESS" | , | ||
"Theory module identification" | |||
) |
Referenced by SgVgosDb::loadCalcInfo().
SgVgosDb::FmtChkVar fcTidalUt1Control("TidalUT1Control", NC_SHORT, true, QList< int >()<< 1, "TIDALUT1", "Flag for tidal terms in UT1 sers") | ( | "TidalUT1Control" | , |
NC_SHORT | , | ||
true | , | ||
QList< int >()<< | 1, | ||
"TIDALUT1" | , | ||
"Flag for tidal terms in UT1 sers" | |||
) |
Referenced by SgVgosDb::loadCalcInfo().
SgVgosDb::FmtChkVar fcUT1ArrayInfo("UT1ArrayInfo", NC_DOUBLE, true, QList< int >()<< 4, "FUT1 INF", "Array: (FJD of start, spacing in days, number points, Scaling (should be 1))") | ( | "UT1ArrayInfo" | , |
NC_DOUBLE | , | ||
true | , | ||
QList< int >()<< | 4, | ||
"FUT1 INF" | , | ||
"Array: (FJD of start, spacing in days, number points, Scaling (should be 1))" | |||
) |
Referenced by SgVgosDb::loadCalcEop().
SgVgosDb::FmtChkVar fcUT1Control("UT1Control", NC_CHAR, true, QList< int >()<< SD_Any, "UT1 CFLG", "UT1 control flag message def.") | ( | "UT1Control" | , |
NC_CHAR | , | ||
true | , | ||
QList< int >()<< | SD_Any, | ||
"UT1 CFLG" | , | ||
"UT1 control flag message def." | |||
) |
Referenced by SgVgosDb::loadCalcInfo().
SgVgosDb::FmtChkVar fcUT1EPOCH("UT1EPOCH", NC_DOUBLE, true, QList< int >()<< 2<< SD_Any, "UT1EPOCH", "TAI - UT1 epoch value definition") | ( | "UT1EPOCH" | , |
NC_DOUBLE | , | ||
true | , | ||
QList< int >()<< 2<< | SD_Any, | ||
"UT1EPOCH" | , | ||
"TAI - UT1 epoch value definition" | |||
) |
Referenced by SgVgosDb::loadCalcInfo().
SgVgosDb::FmtChkVar fcUT1IntrpMode("UT1IntrpMode", NC_CHAR, true, QList< int >()<< SD_Any, "UT1INTRP", "Message for UT1 interp. scheme") | ( | "UT1IntrpMode" | , |
NC_CHAR | , | ||
true | , | ||
QList< int >()<< | SD_Any, | ||
"UT1INTRP" | , | ||
"Message for UT1 interp. scheme" | |||
) |
Referenced by SgVgosDb::loadCalcEop().
SgVgosDb::FmtChkVar fcUT1Origin("UT1Origin", NC_CHAR, true, QList< int >()<< SD_Any, "FUT1TEXT", "Final Value TAI-UT1 origin text.") | ( | "UT1Origin" | , |
NC_CHAR | , | ||
true | , | ||
QList< int >()<< | SD_Any, | ||
"FUT1TEXT" | , | ||
"Final Value TAI-UT1 origin text." | |||
) |
Referenced by SgVgosDb::loadCalcEop().
SgVgosDb::FmtChkVar fcUT1Values("UT1Values", NC_DOUBLE, true, QList< int >()<< SD_Any, "FUT1 PTS", "Final Value TAI-UT1 data points.") | ( | "UT1Values" | , |
NC_DOUBLE | , | ||
true | , | ||
QList< int >()<< | SD_Any, | ||
"FUT1 PTS" | , | ||
"Final Value TAI-UT1 data points." | |||
) |
Referenced by SgVgosDb::loadCalcEop().
SgVgosDb::FmtChkVar fcWobArrayInfo("WobArrayInfo", NC_DOUBLE, true, QList< int >()<< 3, "FWOB INF", "Array: (FJD of start, spacing in days, number points)") | ( | "WobArrayInfo" | , |
NC_DOUBLE | , | ||
true | , | ||
QList< int >()<< | 3, | ||
"FWOB INF" | , | ||
"Array: (FJD of start, spacing in days, number points)" | |||
) |
Referenced by SgVgosDb::loadCalcEop().
SgVgosDb::FmtChkVar fcWobbleControl("WobbleControl", NC_CHAR, true, QList< int >()<< SD_Any, "WOB CFLG", "Wobble flow control mess def.") | ( | "WobbleControl" | , |
NC_CHAR | , | ||
true | , | ||
QList< int >()<< | SD_Any, | ||
"WOB CFLG" | , | ||
"Wobble flow control mess def." | |||
) |
Referenced by SgVgosDb::loadCalcInfo().
SgVgosDb::FmtChkVar fcWobbleOrigin("WobbleOrigin", NC_CHAR, true, QList< int >()<< SD_Any, "FWOBTEXT", "Final Value wobble origin text.") | ( | "WobbleOrigin" | , |
NC_CHAR | , | ||
true | , | ||
QList< int >()<< | SD_Any, | ||
"FWOBTEXT" | , | ||
"Final Value wobble origin text." | |||
) |
Referenced by SgVgosDb::loadCalcEop().
SgVgosDb::FmtChkVar fcWOBEPOCH("WOBEPOCH", NC_DOUBLE, true, QList< int >()<< 2<< SD_Any, "WOBEPOCH", "Interpolated wobble array def") | ( | "WOBEPOCH" | , |
NC_DOUBLE | , | ||
true | , | ||
QList< int >()<< 2<< | SD_Any, | ||
"WOBEPOCH" | , | ||
"Interpolated wobble array def" | |||
) |
Referenced by SgVgosDb::loadCalcInfo().
SgVgosDb::FmtChkVar fcWobIntrpMode("WobIntrpMode", NC_CHAR, true, QList< int >()<< SD_Any, "WOBINTRP", "Interp. scheme for polar motion.") | ( | "WobIntrpMode" | , |
NC_CHAR | , | ||
true | , | ||
QList< int >()<< | SD_Any, | ||
"WOBINTRP" | , | ||
"Interp. scheme for polar motion." | |||
) |
Referenced by SgVgosDb::loadCalcEop().
SgVgosDb::FmtChkVar fcWobValues("WobValues", NC_DOUBLE, true, QList< int >()<< SD_Any<< 2, "FWOBX&YT", "Final wobble X Y component value") | ( | "WobValues" | , |
NC_DOUBLE | , | ||
true | , | ||
QList< int >()<< SD_Any<< | 2, | ||
"FWOBX&YT" | , | ||
"Final wobble X Y component value" | |||
) |
Referenced by SgVgosDb::loadCalcEop().