General Purpose Geodetic Library
SgVgosDbLoadSession.cpp File Reference
#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
 

Variable Documentation

◆ fcAntennaName

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"   
)

◆ fcAplength_v1002

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"   
)

◆ fcAplength_v1004

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"   
)

◆ fcATIControl

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().

◆ fcATIMessage

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().

◆ fcATMControl

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().

◆ fcATMMessage

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().

◆ fcAxisOffset

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"   
)

◆ fcAxisOffsetControl

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().

◆ fcAxisOffsetMessage

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().

◆ fcAxisTilt

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"   
)

◆ fcAxisType

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)"   
)

◆ fcBracket

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"   
)

◆ fcCableSign

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().

◆ fcCableStnName

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().

◆ fcCalcControlNames

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().

◆ fcCalcControlValues

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().

◆ fcCalcUt1Module

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().

◆ fcCalcVersion

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().

◆ fcCalcWobModule

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().

◆ fcClockAprioriOffset

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)"   
)

◆ fcClockAprioriRate

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)"   
)

◆ fcClockAprioriSite

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"   
)

◆ fcCorrelator

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)."   
)

◆ fcCorrelatorType

SgVgosDb::FmtChkVar fcCorrelatorType("CorrelatorType", NC_CHAR, true, QList< int >()<< SD_Any) ( "CorrelatorType"  ,
NC_CHAR  ,
true  ,
QList< int >()<<  SD_Any 
)

◆ fcCorrPostProcSoftware

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"  ,
""   
)

◆ fcCTIControl

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().

◆ fcCTIMessage

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().

◆ fcEarthTideControl

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().

◆ fcEarthTideData

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().

◆ fcEarthTideMessage

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().

◆ fcExpDescription

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."   
)

◆ fcExpName

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."   
)

◆ fcExpSerialNumber

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."   
)

◆ fcfAntennaApriori

QList<SgVgosDb::FmtChkVar*> fcfAntennaApriori
Initial value:
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 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")

Definition at line 1963 of file SgVgosDbLoadSession.cpp.

Referenced by SgVgosDb::loadAntennaApriories().

◆ fcfBracket

Definition at line 2016 of file SgVgosDbLoadSession.cpp.

◆ fcfCalcEop

QList<SgVgosDb::FmtChkVar*> fcfCalcEop
Initial value:
SgVgosDb::FmtChkVar fcWobValues("WobValues", NC_DOUBLE, true, QList< int >()<< SD_Any<< 2, "FWOBX&YT", "Final wobble X Y component value")
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 fcUT1Origin("UT1Origin", NC_CHAR, true, QList< int >()<< SD_Any, "FUT1TEXT", "Final Value TAI-UT1 origin text.")
SgVgosDb::FmtChkVar fcUT1Values("UT1Values", NC_DOUBLE, true, QList< int >()<< SD_Any, "FUT1 PTS", "Final Value TAI-UT1 data points.")
SgVgosDb::FmtChkVar fcWobArrayInfo("WobArrayInfo", NC_DOUBLE, true, QList< int >()<< 3, "FWOB INF", "Array: (FJD of start, spacing in days, number points)")
SgVgosDb::FmtChkVar fcCalcUt1Module("CalcUt1Module", NC_CHAR, true, QList< int >()<< SD_Any, "UT1 MESS", "UT1 Module message definition")
SgVgosDb::FmtChkVar fcWobIntrpMode("WobIntrpMode", NC_CHAR, true, QList< int >()<< SD_Any, "WOBINTRP", "Interp. scheme for polar motion.")
SgVgosDb::FmtChkVar fcUT1IntrpMode("UT1IntrpMode", NC_CHAR, true, QList< int >()<< SD_Any, "UT1INTRP", "Message for UT1 interp. scheme")
SgVgosDb::FmtChkVar fcWobbleOrigin("WobbleOrigin", NC_CHAR, true, QList< int >()<< SD_Any, "FWOBTEXT", "Final Value wobble origin text.")
SgVgosDb::FmtChkVar fcCalcWobModule("CalcWobModule", NC_CHAR, true, QList< int >()<< SD_Any, "WOB MESS", "Wobble message definition.")

Definition at line 1966 of file SgVgosDbLoadSession.cpp.

Referenced by SgVgosDb::loadCalcEop().

◆ fcfCalcInfo

QList<SgVgosDb::FmtChkVar*> fcfCalcInfo
Initial value:
SgVgosDb::FmtChkVar fcCalcControlNames("CalcControlNames", NC_CHAR, true, QList< int >()<< SD_Any<< SD_Any, "CALCFLGN", "CALC flow control flags name def")
SgVgosDb::FmtChkVar fcTheoryMessage("TheoryMessage", NC_CHAR, true, QList< int >()<< SD_Any, "THE MESS", "Theory module identification")
SgVgosDb::FmtChkVar fcWobbleControl("WobbleControl", NC_CHAR, true, QList< int >()<< SD_Any, "WOB CFLG", "Wobble flow control mess def.")
SgVgosDb::FmtChkVar fcATIMessage("ATIMessage", NC_CHAR, true, QList< int >()<< SD_Any, "ATI MESS", "ATIME Message Definition")
SgVgosDb::FmtChkVar fcPepMessage("PepMessage", NC_CHAR, true, QList< int >()<< SD_Any, "PEP MESS", "PEP Utility Message Definition")
SgVgosDb::FmtChkVar fcParallaxControl("ParallaxControl", NC_CHAR, true, QList< int >()<< SD_Any, "PLX CFLG", "Parallax flow control mess def")
SgVgosDb::FmtChkVar fcFeedhornMessage("FeedhornMessage", NC_CHAR, true, QList< int >()<< SD_Any, "PAN MESS", "Feedhorn rot. angle mod. ident.")
SgVgosDb::FmtChkVar fcTidalUt1Control("TidalUT1Control", NC_SHORT, true, QList< int >()<< 1, "TIDALUT1", "Flag for tidal terms in UT1 sers")
SgVgosDb::FmtChkVar fcOceanHorizontalPhase("OceanHorizontalPhase", NC_DOUBLE, true, QList< int >()<< SD_NumStn<< 2<< 11, "SITHOCPH", "Horz ocean loading phases (rad).", "radians")
SgVgosDb::FmtChkVar fcPoleTideControl("PoleTideControl", NC_CHAR, true, QList< int >()<< SD_Any, "PTD CFLG", "Pole tide flow control mess def")
SgVgosDb::FmtChkVar fcEarthTideData("EarthTideData", NC_DOUBLE, true, QList< int >()<< 3, "ETD DATA", "Earth tide module data (la. h l)")
SgVgosDb::FmtChkVar fcWOBEPOCH("WOBEPOCH", NC_DOUBLE, true, QList< int >()<< 2<< SD_Any, "WOBEPOCH", "Interpolated wobble array def")
SgVgosDb::FmtChkVar fcOceanStationsFlag("OceanStationsFlag", NC_CHAR, true, QList< int >()<< SD_NumStn<< 4, "OCE STAT", "Ocean loading station status.")
SgVgosDb::FmtChkVar fcPrecessionData("PrecessionData", NC_DOUBLE, true, QList< int >()<< 1, "PRE DATA", "Precession constant (asec/cent).")
SgVgosDb::FmtChkVar fcSiteMessage("SiteMessage", NC_CHAR, true, QList< int >()<< SD_Any, "SIT MESS", "Site Module Message Definition")
SgVgosDb::FmtChkVar fcRelativityControl("RelativityControl", NC_CHAR, true, QList< int >()<< SD_Any, "REL CFLG", "Relativisitc bending use status")
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 fcCTIMessage("CTIMessage", NC_CHAR, true, QList< int >()<< SD_Any, "CTI MESS", "CTIMG Message Definition")
SgVgosDb::FmtChkVar fcUT1Control("UT1Control", NC_CHAR, true, QList< int >()<< SD_Any, "UT1 CFLG", "UT1 control flag message def.")
SgVgosDb::FmtChkVar fcATMControl("ATMControl", NC_CHAR, true, QList< int >()<< SD_Any, "ATM CFLG", "Atmosphere control flag mess def")
SgVgosDb::FmtChkVar fcOceanUpPhase("OceanUpPhase", NC_DOUBLE, true, QList< int >()<< SD_NumStn<< 11, "SITOCPHS", "Vert ocean loading phases (rad).", "radians")
SgVgosDb::FmtChkVar fcOceanHorizontalAmp("OceanHorizontalAmp", NC_DOUBLE, true, QList< int >()<< SD_NumStn<< 2<< 11, "SITHOCAM", "Horz ocean loading ampltudes (m)", "meter")
SgVgosDb::FmtChkVar fcCalcControlValues("CalcControlValues", NC_SHORT, true, QList< int >()<< SD_Any, "CALCFLGV", "CALC flow control flags valu def")
SgVgosDb::FmtChkVar fcNutationMessage("NutationMessage", NC_CHAR, true, QList< int >()<< SD_Any, "NUT MESS", "Nutation message definition")
SgVgosDb::FmtChkVar fcAxisOffsetMessage("AxisOffsetMessage", NC_CHAR, true, QList< int >()<< SD_Any, "AXO MESS", "Axis Offset Message Definition")
SgVgosDb::FmtChkVar fcParallaxMessage("ParallaxMessage", NC_CHAR, true, QList< int >()<< SD_Any, "PLX MESS", "Parallax message definition")
SgVgosDb::FmtChkVar fcRelativityData("RelativityMessage", NC_DOUBLE, true, QList< int >()<< 1, "REL DATA", "Relativity mod data (gamma).")
SgVgosDb::FmtChkVar fcPoleTideMessage("PoleTideMessage", NC_CHAR, true, QList< int >()<< SD_Any, "PTD MESS", "Pole tide message definition")
SgVgosDb::FmtChkVar fcEarthTideMessage("EarthTideMessage", NC_CHAR, true, QList< int >()<< SD_Any, "ETD MESS", "Earth Tide message definition")
SgVgosDb::FmtChkVar fcATMMessage("ATMMessage", NC_CHAR, true, QList< int >()<< SD_Any, "ATM MESS", "Atmosphere message definition")
SgVgosDb::FmtChkVar fcOceanUpAmp("OceanUpAmp", NC_DOUBLE, true, QList< int >()<< SD_NumStn<< 11, "SITOCAMP", "Vert ocean loading ampltudes (m)", "meter")
SgVgosDb::FmtChkVar fcATIControl("ATIControl", NC_CHAR, true, QList< int >()<< SD_Any, "ATI CFLG", "ATIME Flow Control Message Def.")
SgVgosDb::FmtChkVar fcCalcVersion("CalcVersion", NC_DOUBLE, true, QList< int >()<< 1, "CALC VER", "CALC version number")
SgVgosDb::FmtChkVar fcOceanControl("OceanControl", NC_CHAR, true, QList< int >()<< SD_Any, "OCE CFLG", "Ocean load flow control mess def")
SgVgosDb::FmtChkVar fcStarMessage("StarMessage", NC_CHAR, true, QList< int >()<< SD_Any, "STR MESS", "Star module message definition")
SgVgosDb::FmtChkVar fcOceanMessage("OceanMessage", NC_CHAR, true, QList< int >()<< SD_Any, "OCE MESS", "Ocean loading message definition")
SgVgosDb::FmtChkVar fcNutationControl("NutationControl", NC_CHAR, true, QList< int >()<< SD_Any, "NUT CFLG", "Nutation flow control mess def.")
SgVgosDb::FmtChkVar fcUT1EPOCH("UT1EPOCH", NC_DOUBLE, true, QList< int >()<< 2<< SD_Any, "UT1EPOCH", "TAI - UT1 epoch value definition")
SgVgosDb::FmtChkVar fcEarthTideControl("EarthTideControl", NC_CHAR, true, QList< int >()<< SD_Any, "ETD CFLG", "Earth Tide flow control mess def")
SgVgosDb::FmtChkVar fcCTIControl("CTIControl", NC_CHAR, true, QList< int >()<< SD_Any, "CTI CFLG", "CTIMG Flow Control Message Def")
SgVgosDb::FmtChkVar fcAxisOffsetControl("AxisOffsetControl", NC_CHAR, true, QList< int >()<< SD_Any, "AXO CFLG", "Axis Offset Control flag mes def")
SgVgosDb::FmtChkVar fcStarControl("StarParallaxControl", NC_CHAR, true, QList< int >()<< SD_Any, "STR CFLG", "Parallax flow control mess def")

Definition at line 1971 of file SgVgosDbLoadSession.cpp.

Referenced by SgVgosDb::loadCalcInfo().

◆ fcfClockApriori

QList<SgVgosDb::FmtChkVar*> fcfClockApriori
Initial value:
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 fcClockAprioriSite("AprioriClockStationList", NC_CHAR, true, QList< int >()<< SD_Any<< 8, "STAT_ACM", "Stations with a priori clock mod")

Definition at line 1958 of file SgVgosDbLoadSession.cpp.

Referenced by SgVgosDb::loadClockApriories().

◆ fcFeedhornMessage

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().

◆ fcfHead

Initial value:
SgVgosDb::FmtChkVar fcNumStation("NumStation", NC_SHORT, false, QList< int >()<< 1)
SgVgosDb::FmtChkVar fciUTCInterval("iUTCInterval", NC_SHORT, true, QList< int >()<< 2<< 5, "INTRVAL4", "First and last UTC time tag in input file.")
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 fcRecordingMode("RecordingMode", NC_CHAR, false, QList< int >()<< SD_Any, "RECMODE ", "Recoding mode")
SgVgosDb::FmtChkVar fcCorrPostProcSoftware("CorrPpSoftware", NC_INT, false, QList< int >()<< 1, "", "Correlator post processing software: 0 - HOPS, 1 - PIMA", "")
SgVgosDb::FmtChkVar fcExpDescription("ExpDescription", NC_CHAR, false, QList< int >()<< SD_Any, "EXPDESC ", "Experiment description.")
SgVgosDb::FmtChkVar fcExpName("ExpName", NC_CHAR, false, QList< int >()<< SD_Any, "EXPCODE ", "Experiment name.")
SgVgosDb::FmtChkVar fcCorrelator("Correlator", NC_CHAR, true, QList< int >()<< SD_Any, "CORPLACE", "Correlator name (from a master file).")
SgVgosDb::FmtChkVar fcPrincipalInvestigator("PrincipalInvestigator", NC_CHAR, false, QList< int >()<< SD_Any)
SgVgosDb::FmtChkVar fcNumSource("NumSource", NC_SHORT, false, QList< int >()<< 1)
SgVgosDb::FmtChkVar fcCorrelatorType("CorrelatorType", NC_CHAR, true, QList< int >()<< SD_Any)
SgVgosDb::FmtChkVar fcNumScan("NumScan", NC_INT, true, QList< int >()<< 1)
SgVgosDb::FmtChkVar fcExpSerialNumber("ExpSerialNumber", NC_SHORT, false, QList< int >()<< 1, "EXPSERNO", "Experiment Serial Number.")
SgVgosDb::FmtChkVar fcNumObs("NumObs", NC_INT, true, QList< int >()<< 1, "NUM4 OBS", "Number of observations (I*4)")

Definition at line 1997 of file SgVgosDbLoadSession.cpp.

Referenced by SgVgosDb::loadSessionHead(), and SgVgosDb::storeSessionHead().

◆ fcfLeapSecond

Definition at line 1995 of file SgVgosDbLoadSession.cpp.

◆ fcfLeapSecondIn

Definition at line 1996 of file SgVgosDbLoadSession.cpp.

Referenced by SgVgosDb::loadLeapSecond().

◆ fcfMiscCable

◆ fcfMiscFourFit_v1002

QList<SgVgosDb::FmtChkVar*> fcfMiscFourFit_v1002
Initial value:
SgVgosDb::FmtChkVar fcNumLagsUsed_v1002("NumLagsUsed", NC_SHORT, false, QList< int >()<< SD_NumObs, "NLAGS ", "Num of lags used for correlation")
SgVgosDb::FmtChkVar fcFourFitCmdCString_v1002("FourFitCmdCString", NC_CHAR, false, QList< int >()<< SD_NumObs<< SD_Any, "FOURF CS", "Command string used for fourfit.")
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")

Definition at line 2005 of file SgVgosDbLoadSession.cpp.

Referenced by SgVgosDb::loadMiscFourFit().

◆ fcfMiscFourFit_v1004

QList<SgVgosDb::FmtChkVar*> fcfMiscFourFit_v1004
Initial value:
SgVgosDb::FmtChkVar fcFourfitControlFile_v1004("FourfitControlFile", NC_CHAR, false, QList< int >()<< SD_Any, "FOURF CF", "Control file name for fourfit.")
SgVgosDb::FmtChkVar fcNumLagsUsed_v1004("NumLagsUsed", NC_SHORT, false, QList< int >()<< 1, "NLAGS ", "Num of lags used for correlation")
SgVgosDb::FmtChkVar fcFourFitCmdCString_v1004("FourFitCmdCString", NC_CHAR, false, QList< int >()<< SD_Any, "FOURF CS", "Command string used for fourfit.")
SgVgosDb::FmtChkVar fcAplength_v1004("Aplength", NC_DOUBLE, false, QList< int >()<< 1, "APLENGTH", "Length of accumul. period in sec", "second")

Definition at line 2009 of file SgVgosDbLoadSession.cpp.

Referenced by SgVgosDb::loadMiscFourFit().

◆ fcFourFitCmdCString_v1002

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."   
)

◆ fcFourFitCmdCString_v1004

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."   
)

◆ fcFourfitControlFile_v1002

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."   
)

◆ fcFourfitControlFile_v1004

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."   
)

◆ fcfSourceApriori

QList<SgVgosDb::FmtChkVar*> fcfSourceApriori
Initial value:
SgVgosDb::FmtChkVar fcSourceNameApriori("AprioriSourceList", NC_CHAR, true, QList< int >()<< SD_NumSrc<< 8, "STRNAMES", "Source names in RA order.")
SgVgosDb::FmtChkVar fcSourceReference("AprioriSourceReference", NC_CHAR, false, QList< int >()<< SD_NumSrc<< SD_Any, "STAR REF", "Source of coordinate values.")
SgVgosDb::FmtChkVar fcSource2000RaDec("AprioriSource2000RaDec", NC_DOUBLE, true, QList< int >()<< SD_NumSrc<< 2, "STAR2000", "J2000 Source RA and Dec")

Definition at line 1956 of file SgVgosDbLoadSession.cpp.

Referenced by SgVgosDb::loadSourcesApriories().

◆ fcfStationApriori

QList<SgVgosDb::FmtChkVar*> fcfStationApriori
Initial value:
SgVgosDb::FmtChkVar fcStationPlateName("AprioriStationTectonicPlate", NC_CHAR, true, QList< int >()<< SD_NumStn<< 4, "TECTPLNM", "4-char tectonic plate names.")
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")

Definition at line 1960 of file SgVgosDbLoadSession.cpp.

Referenced by SgVgosDb::loadStationsApriories().

◆ fciUTCInterval

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."   
)

◆ fcLeapSecond

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"   
)

◆ fcNumLagsUsed_v1002

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"   
)

◆ fcNumLagsUsed_v1004

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"   
)

◆ fcNumObs

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)"   
)

◆ fcNumScan

SgVgosDb::FmtChkVar fcNumScan("NumScan", NC_INT, true, QList< int >()<< 1) ( "NumScan"  ,
NC_INT  ,
true  ,
QList< int >()<<  1 
)

◆ fcNumSource

SgVgosDb::FmtChkVar fcNumSource("NumSource", NC_SHORT, false, QList< int >()<< 1) ( "NumSource"  ,
NC_SHORT  ,
false  ,
QList< int >()<<  1 
)

◆ fcNumStation

SgVgosDb::FmtChkVar fcNumStation("NumStation", NC_SHORT, false, QList< int >()<< 1) ( "NumStation"  ,
NC_SHORT  ,
false  ,
QList< int >()<<  1 
)

◆ fcNutationControl

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().

◆ fcNutationMessage

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().

◆ fcOceanControl

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().

◆ fcOceanHorizontalAmp

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().

◆ fcOceanHorizontalPhase

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().

◆ fcOceanMessage

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().

◆ fcOceanPoleTideCoef

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().

◆ fcOceanStationsFlag

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().

◆ fcOceanUpAmp

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().

◆ fcOceanUpPhase

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().

◆ fcParallaxControl

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().

◆ fcParallaxMessage

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().

◆ fcPepMessage

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().

◆ fcPoleTideControl

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().

◆ fcPoleTideMessage

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().

◆ fcPrecessionData

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().

◆ fcPrincipalInvestigator

SgVgosDb::FmtChkVar fcPrincipalInvestigator("PrincipalInvestigator", NC_CHAR, false, QList< int >()<< SD_Any) ( "PrincipalInvestigator"  ,
NC_CHAR  ,
false  ,
QList< int >()<<  SD_Any 
)

◆ fcRecordingMode

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"   
)

◆ fcRelativityControl

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().

◆ fcRelativityData

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().

◆ fcSiteMessage

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().

◆ fcSiteZenithDelay

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().

◆ fcSource2000RaDec

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"   
)

◆ fcSourceList

SgVgosDb::FmtChkVar fcSourceList("SourceList", NC_CHAR, true, QList< int >()<< SD_NumSrc<< 8) ( "SourceList"  ,
NC_CHAR  ,
true  ,
QList< int >()<< SD_NumSrc<<  8 
)

◆ fcSourceNameApriori

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."   
)

◆ fcSourceReference

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."   
)

◆ fcStarControl

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().

◆ fcStarMessage

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().

◆ fcStationList

SgVgosDb::FmtChkVar fcStationList("StationList", NC_CHAR, true, QList< int >()<< SD_NumStn<< 8) ( "StationList"  ,
NC_CHAR  ,
true  ,
QList< int >()<< SD_NumStn<<  8 
)

◆ fcStationNameApriori

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"   
)

◆ fcStationPlateName

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."   
)

◆ fcStationXYZ

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"   
)

◆ fcTai_Utc

SgVgosDb::FmtChkVar fcTai_Utc("TAI- UTC", NC_DOUBLE, false, QList< int >()<< 3) ( "TAI- UTC"  ,
NC_DOUBLE  ,
false  ,
QList< int >()<<  3 
)

◆ fcTheoryMessage

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().

◆ fcTidalUt1Control

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().

◆ fcUT1ArrayInfo

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().

◆ fcUT1Control

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().

◆ fcUT1EPOCH

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().

◆ fcUT1IntrpMode

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().

◆ fcUT1Origin

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().

◆ fcUT1Values

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().

◆ fcWobArrayInfo

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().

◆ fcWobbleControl

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().

◆ fcWobbleOrigin

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().

◆ fcWOBEPOCH

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().

◆ fcWobIntrpMode

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().

◆ fcWobValues

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().