casa
5.7.0-16
|
The CalPointingModelRow class is a row of a CalPointingModelTable. More...
#include <CalPointingModelRow.h>
Public Member Functions | |
virtual | ~CalPointingModelRow () |
friend class asdm::TableStreamReader<CalPointingModelTable, CalPointingModelRow>; More... | |
CalPointingModelTable & | getTable () const |
Return the table to which this row belongs. More... | |
bool | isAdded () const |
Has this row been added to its table ? More... | |
void | setAntennaName (std::string antennaName) |
Set antennaName with the specified std::string. More... | |
ReceiverBandMod::ReceiverBand | getReceiverBand () const |
===> Attribute receiverBand More... | |
void | setReceiverBand (ReceiverBandMod::ReceiverBand receiverBand) |
Set receiverBand with the specified ReceiverBandMod::ReceiverBand. More... | |
ArrayTime | getStartValidTime () const |
===> Attribute startValidTime More... | |
void | setStartValidTime (ArrayTime startValidTime) |
Set startValidTime with the specified ArrayTime. More... | |
ArrayTime | getEndValidTime () const |
===> Attribute endValidTime More... | |
void | setEndValidTime (ArrayTime endValidTime) |
Set endValidTime with the specified ArrayTime. More... | |
AntennaMakeMod::AntennaMake | getAntennaMake () const |
===> Attribute antennaMake More... | |
void | setAntennaMake (AntennaMakeMod::AntennaMake antennaMake) |
Set antennaMake with the specified AntennaMakeMod::AntennaMake. More... | |
PointingModelModeMod::PointingModelMode | getPointingModelMode () const |
===> Attribute pointingModelMode More... | |
void | setPointingModelMode (PointingModelModeMod::PointingModelMode pointingModelMode) |
Set pointingModelMode with the specified PointingModelModeMod::PointingModelMode. More... | |
PolarizationTypeMod::PolarizationType | getPolarizationType () const |
===> Attribute polarizationType More... | |
void | setPolarizationType (PolarizationTypeMod::PolarizationType polarizationType) |
Set polarizationType with the specified PolarizationTypeMod::PolarizationType. More... | |
int | getNumCoeff () const |
===> Attribute numCoeff More... | |
void | setNumCoeff (int numCoeff) |
Set numCoeff with the specified int. More... | |
std::vector< std::string > | getCoeffName () const |
===> Attribute coeffName More... | |
void | setCoeffName (std::vector< std::string > coeffName) |
Set coeffName with the specified std::vector<std::string >. More... | |
std::vector< float > | getCoeffVal () const |
===> Attribute coeffVal More... | |
void | setCoeffVal (std::vector< float > coeffVal) |
Set coeffVal with the specified std::vector<float >. More... | |
std::vector< float > | getCoeffError () const |
===> Attribute coeffError More... | |
void | setCoeffError (std::vector< float > coeffError) |
Set coeffError with the specified std::vector<float >. More... | |
std::vector< bool > | getCoeffFixed () const |
===> Attribute coeffFixed More... | |
void | setCoeffFixed (std::vector< bool > coeffFixed) |
Set coeffFixed with the specified std::vector<bool >. More... | |
Angle | getAzimuthRMS () const |
===> Attribute azimuthRMS More... | |
void | setAzimuthRMS (Angle azimuthRMS) |
Set azimuthRMS with the specified Angle. More... | |
Angle | getElevationRms () const |
===> Attribute elevationRms More... | |
void | setElevationRms (Angle elevationRms) |
Set elevationRms with the specified Angle. More... | |
Angle | getSkyRMS () const |
===> Attribute skyRMS More... | |
void | setSkyRMS (Angle skyRMS) |
Set skyRMS with the specified Angle. More... | |
double | getReducedChiSquared () const |
===> Attribute reducedChiSquared More... | |
void | setReducedChiSquared (double reducedChiSquared) |
Set reducedChiSquared with the specified double. More... | |
bool | isNumObsExists () const |
===> Attribute numObs, which is optional More... | |
int | getNumObs () const |
Get numObs, which is optional. More... | |
void | setNumObs (int numObs) |
Set numObs with the specified int. More... | |
void | clearNumObs () |
Mark numObs, which is an optional field, as non-existent. More... | |
bool | isCoeffFormulaExists () const |
===> Attribute coeffFormula, which is optional More... | |
std::vector< std::string > | getCoeffFormula () const |
Get coeffFormula, which is optional. More... | |
void | setCoeffFormula (std::vector< std::string > coeffFormula) |
Set coeffFormula with the specified std::vector<std::string >. More... | |
void | clearCoeffFormula () |
Mark coeffFormula, which is an optional field, as non-existent. More... | |
void | setCalDataId (Tag calDataId) |
Set calDataId with the specified Tag. More... | |
Tag | getCalReductionId () const |
===> Attribute calReductionId More... | |
void | setCalReductionId (Tag calReductionId) |
Set calReductionId with the specified Tag. More... | |
Links *CalDataRow * | getCalDataUsingCalDataId () |
calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId More... | |
CalReductionRow * | getCalReductionUsingCalReductionId () |
calReductionId pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId More... | |
bool | compareNoAutoInc (std::string antennaName, ReceiverBandMod::ReceiverBand receiverBand, Tag calDataId, Tag calReductionId, ArrayTime startValidTime, ArrayTime endValidTime, AntennaMakeMod::AntennaMake antennaMake, PointingModelModeMod::PointingModelMode pointingModelMode, PolarizationTypeMod::PolarizationType polarizationType, int numCoeff, std::vector< std::string > coeffName, std::vector< float > coeffVal, std::vector< float > coeffError, std::vector< bool > coeffFixed, Angle azimuthRMS, Angle elevationRms, Angle skyRMS, double reducedChiSquared) |
Compare each mandatory attribute except the autoincrementable one of this CalPointingModelRow with the corresponding parameters and return true if there is a match and false otherwise. More... | |
bool | compareRequiredValue (ArrayTime startValidTime, ArrayTime endValidTime, AntennaMakeMod::AntennaMake antennaMake, PointingModelModeMod::PointingModelMode pointingModelMode, PolarizationTypeMod::PolarizationType polarizationType, int numCoeff, std::vector< std::string > coeffName, std::vector< float > coeffVal, std::vector< float > coeffError, std::vector< bool > coeffFixed, Angle azimuthRMS, Angle elevationRms, Angle skyRMS, double reducedChiSquared) |
Compare each mandatory value (i.e. More... | |
bool | equalByRequiredValue (CalPointingModelRow *x) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. More... | |
asdmIDL::CalPointingModelRowIDL * | toIDL () const |
Return this row in the form of an IDL struct. More... | |
void | toIDL (asdmIDL::CalPointingModelRowIDL &x) const |
Define the content of a CalPointingModelRowIDL struct from the values found in this row. More... | |
void | setFromIDL (asdmIDL::CalPointingModelRowIDL x) |
Fill the values of this row from the IDL struct CalPointingModelRowIDL. More... | |
std::string | toXML () const |
Return this row in the form of an XML string. More... | |
void | setFromXML (std::string rowDoc) |
Fill the values of this row from an XML string that was produced by the toXML() method. More... | |
Public Attributes | |
Intrinsic Table | Attributes |
Extrinsic Table | Attributes |
Private Attributes | |
CalPointingModelTable & | table |
The table to which this row belongs. More... | |
bool | hasBeenAdded |
Whether this row has been added to the table or not. More... | |
ReceiverBandMod::ReceiverBand | receiverBand |
===> Attribute receiverBand More... | |
ArrayTime | startValidTime |
===> Attribute startValidTime More... | |
ArrayTime | endValidTime |
===> Attribute endValidTime More... | |
AntennaMakeMod::AntennaMake | antennaMake |
===> Attribute antennaMake More... | |
PointingModelModeMod::PointingModelMode | pointingModelMode |
===> Attribute pointingModelMode More... | |
PolarizationTypeMod::PolarizationType | polarizationType |
===> Attribute polarizationType More... | |
int | numCoeff |
===> Attribute numCoeff More... | |
std::vector< std::string > | coeffName |
===> Attribute coeffName More... | |
std::vector< float > | coeffVal |
===> Attribute coeffVal More... | |
std::vector< float > | coeffError |
===> Attribute coeffError More... | |
std::vector< bool > | coeffFixed |
===> Attribute coeffFixed More... | |
Angle | azimuthRMS |
===> Attribute azimuthRMS More... | |
Angle | elevationRms |
===> Attribute elevationRms More... | |
Angle | skyRMS |
===> Attribute skyRMS More... | |
double | reducedChiSquared |
===> Attribute reducedChiSquared More... | |
bool | numObsExists |
===> Attribute numObs, which is optional More... | |
int | numObs |
bool | coeffFormulaExists |
===> Attribute coeffFormula, which is optional More... | |
std::vector< std::string > | coeffFormula |
Tag | calReductionId |
===> Attribute calReductionId More... | |
Links *binary deserialization material from an EndianIStream std::map< std::string, CalPointingModelAttributeFromBin > | fromBinMethods |
*text deserialization material std::map< std::string, CalPointingModelAttributeFromText > | fromTextMethods |
Friends | |
class | asdm::CalPointingModelTable |
class | asdm::RowTransformer< CalPointingModelRow > |
The CalPointingModelRow class is a row of a CalPointingModelTable.
Generated from model's revision "-1", branch ""
Definition at line 144 of file CalPointingModelRow.h.
|
virtual |
friend class asdm::TableStreamReader<CalPointingModelTable, CalPointingModelRow>;
|
private |
Create a CalPointingModelRow.
This constructor is private because only the table can create rows. All rows know the table to which they belong.
table | The table to which this row belongs. |
|
private |
Create a CalPointingModelRow using a copy constructor mechanism.
Given a CalPointingModelRow row and a CalPointingModelTable table, the method creates a new CalPointingModelRow owned by table. Each attribute of the created row is a copy (deep) of the corresponding attribute of row. The method does not add the created row to its table, its simply parents it to table, a call to the add method has to be done in order to get the row added (very likely after having modified some of its attributes). If row is null then the method returns a row with default values for its attributes.
This constructor is private because only the table can create rows. All rows know the table to which they belong.
table | The table to which this row belongs. |
row | The row which is to be copied. |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
void asdm::CalPointingModelRow::clearCoeffFormula | ( | ) |
Mark coeffFormula, which is an optional field, as non-existent.
void asdm::CalPointingModelRow::clearNumObs | ( | ) |
Mark numObs, which is an optional field, as non-existent.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
bool asdm::CalPointingModelRow::compareNoAutoInc | ( | std::string | antennaName, |
ReceiverBandMod::ReceiverBand | receiverBand, | ||
Tag | calDataId, | ||
Tag | calReductionId, | ||
ArrayTime | startValidTime, | ||
ArrayTime | endValidTime, | ||
AntennaMakeMod::AntennaMake | antennaMake, | ||
PointingModelModeMod::PointingModelMode | pointingModelMode, | ||
PolarizationTypeMod::PolarizationType | polarizationType, | ||
int | numCoeff, | ||
std::vector< std::string > | coeffName, | ||
std::vector< float > | coeffVal, | ||
std::vector< float > | coeffError, | ||
std::vector< bool > | coeffFixed, | ||
Angle | azimuthRMS, | ||
Angle | elevationRms, | ||
Angle | skyRMS, | ||
double | reducedChiSquared | ||
) |
Compare each mandatory attribute except the autoincrementable one of this CalPointingModelRow with the corresponding parameters and return true if there is a match and false otherwise.
antennaName | |
receiverBand | |
calDataId | |
calReductionId | |
startValidTime | |
endValidTime | |
antennaMake | |
pointingModelMode | |
polarizationType | |
numCoeff | |
coeffName | |
coeffVal | |
coeffError | |
coeffFixed | |
azimuthRMS | |
elevationRms | |
skyRMS | |
reducedChiSquared |
bool asdm::CalPointingModelRow::compareRequiredValue | ( | ArrayTime | startValidTime, |
ArrayTime | endValidTime, | ||
AntennaMakeMod::AntennaMake | antennaMake, | ||
PointingModelModeMod::PointingModelMode | pointingModelMode, | ||
PolarizationTypeMod::PolarizationType | polarizationType, | ||
int | numCoeff, | ||
std::vector< std::string > | coeffName, | ||
std::vector< float > | coeffVal, | ||
std::vector< float > | coeffError, | ||
std::vector< bool > | coeffFixed, | ||
Angle | azimuthRMS, | ||
Angle | elevationRms, | ||
Angle | skyRMS, | ||
double | reducedChiSquared | ||
) |
Compare each mandatory value (i.e.
not in the key) attribute with the corresponding parameters and return true if there is a match and false otherwise.
startValidTime | |
endValidTime | |
antennaMake | |
pointingModelMode | |
polarizationType | |
numCoeff | |
coeffName | |
coeffVal | |
coeffError | |
coeffFixed | |
azimuthRMS | |
elevationRms | |
skyRMS | |
reducedChiSquared |
|
private |
|
private |
|
private |
|
private |
bool asdm::CalPointingModelRow::equalByRequiredValue | ( | CalPointingModelRow * | x | ) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.
x | a pointer on the CalPointingModelRow whose required attributes of the value part will be compared with those of this. |
AntennaMakeMod::AntennaMake asdm::CalPointingModelRow::getAntennaMake | ( | ) | const |
===> Attribute antennaMake
Get antennaMake.
Angle asdm::CalPointingModelRow::getAzimuthRMS | ( | ) | const |
Links* CalDataRow* asdm::CalPointingModelRow::getCalDataUsingCalDataId | ( | ) |
calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId
Tag asdm::CalPointingModelRow::getCalReductionId | ( | ) | const |
CalReductionRow* asdm::CalPointingModelRow::getCalReductionUsingCalReductionId | ( | ) |
calReductionId pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId
std::vector<float > asdm::CalPointingModelRow::getCoeffError | ( | ) | const |
===> Attribute coeffError
Get coeffError.
std::vector<bool > asdm::CalPointingModelRow::getCoeffFixed | ( | ) | const |
===> Attribute coeffFixed
Get coeffFixed.
std::vector<std::string > asdm::CalPointingModelRow::getCoeffFormula | ( | ) | const |
Get coeffFormula, which is optional.
IllegalAccessException | If coeffFormula does not exist. |
std::vector<std::string > asdm::CalPointingModelRow::getCoeffName | ( | ) | const |
===> Attribute coeffName
Get coeffName.
std::vector<float > asdm::CalPointingModelRow::getCoeffVal | ( | ) | const |
===> Attribute coeffVal
Get coeffVal.
Angle asdm::CalPointingModelRow::getElevationRms | ( | ) | const |
ArrayTime asdm::CalPointingModelRow::getEndValidTime | ( | ) | const |
int asdm::CalPointingModelRow::getNumCoeff | ( | ) | const |
===> Attribute numCoeff
Get numCoeff.
int asdm::CalPointingModelRow::getNumObs | ( | ) | const |
Get numObs, which is optional.
IllegalAccessException | If numObs does not exist. |
PointingModelModeMod::PointingModelMode asdm::CalPointingModelRow::getPointingModelMode | ( | ) | const |
===> Attribute pointingModelMode
Get pointingModelMode.
PolarizationTypeMod::PolarizationType asdm::CalPointingModelRow::getPolarizationType | ( | ) | const |
===> Attribute polarizationType
Get polarizationType.
ReceiverBandMod::ReceiverBand asdm::CalPointingModelRow::getReceiverBand | ( | ) | const |
===> Attribute receiverBand
Get receiverBand.
double asdm::CalPointingModelRow::getReducedChiSquared | ( | ) | const |
===> Attribute reducedChiSquared
Get reducedChiSquared.
Angle asdm::CalPointingModelRow::getSkyRMS | ( | ) | const |
ArrayTime asdm::CalPointingModelRow::getStartValidTime | ( | ) | const |
CalPointingModelTable& asdm::CalPointingModelRow::getTable | ( | ) | const |
Return the table to which this row belongs.
bool asdm::CalPointingModelRow::isAdded | ( | ) | const |
Has this row been added to its table ?
|
private |
This method is used by the Table class when this row is added to the table.
bool asdm::CalPointingModelRow::isCoeffFormulaExists | ( | ) | const |
===> Attribute coeffFormula, which is optional
The attribute coeffFormula is optional. Return true if this attribute exists.
bool asdm::CalPointingModelRow::isNumObsExists | ( | ) | const |
===> Attribute numObs, which is optional
The attribute numObs is optional. Return true if this attribute exists.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
void asdm::CalPointingModelRow::setAntennaMake | ( | AntennaMakeMod::AntennaMake | antennaMake | ) |
Set antennaMake with the specified AntennaMakeMod::AntennaMake.
antennaMake | The AntennaMakeMod::AntennaMake value to which antennaMake is to be set. |
void asdm::CalPointingModelRow::setAntennaName | ( | std::string | antennaName | ) |
Set antennaName with the specified std::string.
antennaName | The std::string value to which antennaName is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
void asdm::CalPointingModelRow::setAzimuthRMS | ( | Angle | azimuthRMS | ) |
void asdm::CalPointingModelRow::setCalDataId | ( | Tag | calDataId | ) |
Set calDataId with the specified Tag.
calDataId | The Tag value to which calDataId is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
void asdm::CalPointingModelRow::setCalReductionId | ( | Tag | calReductionId | ) |
Set calReductionId with the specified Tag.
calReductionId | The Tag value to which calReductionId is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
void asdm::CalPointingModelRow::setCoeffError | ( | std::vector< float > | coeffError | ) |
Set coeffError with the specified std::vector<float >.
coeffError | The std::vector<float > value to which coeffError is to be set. |
void asdm::CalPointingModelRow::setCoeffFixed | ( | std::vector< bool > | coeffFixed | ) |
Set coeffFixed with the specified std::vector<bool >.
coeffFixed | The std::vector<bool > value to which coeffFixed is to be set. |
void asdm::CalPointingModelRow::setCoeffFormula | ( | std::vector< std::string > | coeffFormula | ) |
Set coeffFormula with the specified std::vector<std::string >.
coeffFormula | The std::vector<std::string > value to which coeffFormula is to be set. |
void asdm::CalPointingModelRow::setCoeffName | ( | std::vector< std::string > | coeffName | ) |
Set coeffName with the specified std::vector<std::string >.
coeffName | The std::vector<std::string > value to which coeffName is to be set. |
void asdm::CalPointingModelRow::setCoeffVal | ( | std::vector< float > | coeffVal | ) |
Set coeffVal with the specified std::vector<float >.
coeffVal | The std::vector<float > value to which coeffVal is to be set. |
void asdm::CalPointingModelRow::setElevationRms | ( | Angle | elevationRms | ) |
void asdm::CalPointingModelRow::setEndValidTime | ( | ArrayTime | endValidTime | ) |
void asdm::CalPointingModelRow::setFromIDL | ( | asdmIDL::CalPointingModelRowIDL | x | ) |
Fill the values of this row from the IDL struct CalPointingModelRowIDL.
x | The IDL struct containing the values used to fill this row. |
ConversionException |
void asdm::CalPointingModelRow::setFromXML | ( | std::string | rowDoc | ) |
Fill the values of this row from an XML string that was produced by the toXML() method.
rowDoc | the XML string being used to set the values of this row. |
ConversionException |
void asdm::CalPointingModelRow::setNumCoeff | ( | int | numCoeff | ) |
Set numCoeff with the specified int.
numCoeff | The int value to which numCoeff is to be set. |
void asdm::CalPointingModelRow::setNumObs | ( | int | numObs | ) |
Set numObs with the specified int.
numObs | The int value to which numObs is to be set. |
void asdm::CalPointingModelRow::setPointingModelMode | ( | PointingModelModeMod::PointingModelMode | pointingModelMode | ) |
Set pointingModelMode with the specified PointingModelModeMod::PointingModelMode.
pointingModelMode | The PointingModelModeMod::PointingModelMode value to which pointingModelMode is to be set. |
void asdm::CalPointingModelRow::setPolarizationType | ( | PolarizationTypeMod::PolarizationType | polarizationType | ) |
Set polarizationType with the specified PolarizationTypeMod::PolarizationType.
polarizationType | The PolarizationTypeMod::PolarizationType value to which polarizationType is to be set. |
void asdm::CalPointingModelRow::setReceiverBand | ( | ReceiverBandMod::ReceiverBand | receiverBand | ) |
Set receiverBand with the specified ReceiverBandMod::ReceiverBand.
receiverBand | The ReceiverBandMod::ReceiverBand value to which receiverBand is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
void asdm::CalPointingModelRow::setReducedChiSquared | ( | double | reducedChiSquared | ) |
Set reducedChiSquared with the specified double.
reducedChiSquared | The double value to which reducedChiSquared is to be set. |
void asdm::CalPointingModelRow::setSkyRMS | ( | Angle | skyRMS | ) |
void asdm::CalPointingModelRow::setStartValidTime | ( | ArrayTime | startValidTime | ) |
|
private |
|
private |
|
private |
|
private |
|
private |
Serialize this into a stream of bytes written to an EndianOSStream.
eoss | the EndianOSStream to be written to |
asdmIDL::CalPointingModelRowIDL* asdm::CalPointingModelRow::toIDL | ( | ) | const |
Return this row in the form of an IDL struct.
void asdm::CalPointingModelRow::toIDL | ( | asdmIDL::CalPointingModelRowIDL & | x | ) | const |
Define the content of a CalPointingModelRowIDL struct from the values found in this row.
x | a reference to the CalPointingModelRowIDL struct to be set. |
std::string asdm::CalPointingModelRow::toXML | ( | ) | const |
Return this row in the form of an XML string.
|
friend |
Definition at line 145 of file CalPointingModelRow.h.
|
friend |
Definition at line 146 of file CalPointingModelRow.h.
|
private |
===> Attribute antennaMake
Definition at line 1114 of file CalPointingModelRow.h.
Extrinsic Table asdm::CalPointingModelRow::Attributes |
Definition at line 169 of file CalPointingModelRow.h.
Extrinsic Table asdm::CalPointingModelRow::Attributes |
Definition at line 739 of file CalPointingModelRow.h.
|
private |
===> Attribute azimuthRMS
Definition at line 1202 of file CalPointingModelRow.h.
|
private |
===> Attribute calReductionId
Definition at line 1287 of file CalPointingModelRow.h.
|
private |
===> Attribute coeffError
Definition at line 1180 of file CalPointingModelRow.h.
|
private |
===> Attribute coeffFixed
Definition at line 1191 of file CalPointingModelRow.h.
|
private |
Definition at line 1261 of file CalPointingModelRow.h.
|
private |
===> Attribute coeffFormula, which is optional
Definition at line 1258 of file CalPointingModelRow.h.
|
private |
===> Attribute coeffName
Definition at line 1158 of file CalPointingModelRow.h.
|
private |
===> Attribute coeffVal
Definition at line 1169 of file CalPointingModelRow.h.
|
private |
===> Attribute elevationRms
Definition at line 1213 of file CalPointingModelRow.h.
|
private |
===> Attribute endValidTime
Definition at line 1103 of file CalPointingModelRow.h.
|
private |
Definition at line 1316 of file CalPointingModelRow.h.
|
private |
Definition at line 1344 of file CalPointingModelRow.h.
|
private |
Whether this row has been added to the table or not.
Definition at line 1026 of file CalPointingModelRow.h.
|
private |
===> Attribute numCoeff
Definition at line 1147 of file CalPointingModelRow.h.
|
private |
Definition at line 1248 of file CalPointingModelRow.h.
|
private |
===> Attribute numObs, which is optional
Definition at line 1245 of file CalPointingModelRow.h.
|
private |
===> Attribute pointingModelMode
Definition at line 1125 of file CalPointingModelRow.h.
|
private |
===> Attribute polarizationType
Definition at line 1136 of file CalPointingModelRow.h.
|
private |
===> Attribute receiverBand
Definition at line 1081 of file CalPointingModelRow.h.
|
private |
===> Attribute reducedChiSquared
Definition at line 1235 of file CalPointingModelRow.h.
|
private |
===> Attribute skyRMS
Definition at line 1224 of file CalPointingModelRow.h.
|
private |
===> Attribute startValidTime
Definition at line 1092 of file CalPointingModelRow.h.
|
private |
The table to which this row belongs.
Definition at line 1022 of file CalPointingModelRow.h.