casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Public Attributes | Private Member Functions | Private Attributes | Friends
asdm::CalPointingModelRow Class Reference

The CalPointingModelRow class is a row of a CalPointingModelTable. More...

#include <CalPointingModelRow.h>

List of all members.

Public Member Functions

virtual ~CalPointingModelRow ()
 friend class asdm::TableStreamReader<CalPointingModelTable, CalPointingModelRow>;
CalPointingModelTablegetTable () const
 Return the table to which this row belongs.
bool isAdded () const
 Has this row been added to its table ?
void setAntennaName (string antennaName)
 Set antennaName with the specified string.
ReceiverBandMod::ReceiverBand getReceiverBand () const
 ===> Attribute receiverBand
void setReceiverBand (ReceiverBandMod::ReceiverBand receiverBand)
 Set receiverBand with the specified ReceiverBandMod::ReceiverBand.
ArrayTime getStartValidTime () const
 ===> Attribute startValidTime
void setStartValidTime (ArrayTime startValidTime)
 Set startValidTime with the specified ArrayTime.
ArrayTime getEndValidTime () const
 ===> Attribute endValidTime
void setEndValidTime (ArrayTime endValidTime)
 Set endValidTime with the specified ArrayTime.
AntennaMakeMod::AntennaMake getAntennaMake () const
 ===> Attribute antennaMake
void setAntennaMake (AntennaMakeMod::AntennaMake antennaMake)
 Set antennaMake with the specified AntennaMakeMod::AntennaMake.
PointingModelModeMod::PointingModelMode getPointingModelMode () const
 ===> Attribute pointingModelMode
void setPointingModelMode (PointingModelModeMod::PointingModelMode pointingModelMode)
 Set pointingModelMode with the specified PointingModelModeMod::PointingModelMode.
PolarizationTypeMod::PolarizationType getPolarizationType () const
 ===> Attribute polarizationType
void setPolarizationType (PolarizationTypeMod::PolarizationType polarizationType)
 Set polarizationType with the specified PolarizationTypeMod::PolarizationType.
int getNumCoeff () const
 ===> Attribute numCoeff
void setNumCoeff (int numCoeff)
 Set numCoeff with the specified int.
vector< string > getCoeffName () const
 ===> Attribute coeffName
void setCoeffName (vector< string > coeffName)
 Set coeffName with the specified vector<string >.
vector< float > getCoeffVal () const
 ===> Attribute coeffVal
void setCoeffVal (vector< float > coeffVal)
 Set coeffVal with the specified vector<float >.
vector< float > getCoeffError () const
 ===> Attribute coeffError
void setCoeffError (vector< float > coeffError)
 Set coeffError with the specified vector<float >.
vector< bool > getCoeffFixed () const
 ===> Attribute coeffFixed
void setCoeffFixed (vector< bool > coeffFixed)
 Set coeffFixed with the specified vector<bool >.
Angle getAzimuthRMS () const
 ===> Attribute azimuthRMS
void setAzimuthRMS (Angle azimuthRMS)
 Set azimuthRMS with the specified Angle.
Angle getElevationRms () const
 ===> Attribute elevationRms
void setElevationRms (Angle elevationRms)
 Set elevationRms with the specified Angle.
Angle getSkyRMS () const
 ===> Attribute skyRMS
void setSkyRMS (Angle skyRMS)
 Set skyRMS with the specified Angle.
double getReducedChiSquared () const
 ===> Attribute reducedChiSquared
void setReducedChiSquared (double reducedChiSquared)
 Set reducedChiSquared with the specified double.
bool isNumObsExists () const
 ===> Attribute numObs, which is optional
int getNumObs () const
 Get numObs, which is optional.
void setNumObs (int numObs)
 Set numObs with the specified int.
void clearNumObs ()
 Mark numObs, which is an optional field, as non-existent.
bool isCoeffFormulaExists () const
 ===> Attribute coeffFormula, which is optional
vector< string > getCoeffFormula () const
 Get coeffFormula, which is optional.
void setCoeffFormula (vector< string > coeffFormula)
 Set coeffFormula with the specified vector<string >.
void clearCoeffFormula ()
 Mark coeffFormula, which is an optional field, as non-existent.
void setCalDataId (Tag calDataId)
 Set calDataId with the specified Tag.
Tag getCalReductionId () const
 ===> Attribute calReductionId
void setCalReductionId (Tag calReductionId)
 Set calReductionId with the specified Tag.
Links *CalDataRowgetCalDataUsingCalDataId ()
 calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId
CalReductionRowgetCalReductionUsingCalReductionId ()
 calReductionId pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId
bool compareNoAutoInc (string antennaName, ReceiverBandMod::ReceiverBand receiverBand, Tag calDataId, Tag calReductionId, ArrayTime startValidTime, ArrayTime endValidTime, AntennaMakeMod::AntennaMake antennaMake, PointingModelModeMod::PointingModelMode pointingModelMode, PolarizationTypeMod::PolarizationType polarizationType, int numCoeff, vector< string > coeffName, vector< float > coeffVal, vector< float > coeffError, 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.
bool compareRequiredValue (ArrayTime startValidTime, ArrayTime endValidTime, AntennaMakeMod::AntennaMake antennaMake, PointingModelModeMod::PointingModelMode pointingModelMode, PolarizationTypeMod::PolarizationType polarizationType, int numCoeff, vector< string > coeffName, vector< float > coeffVal, vector< float > coeffError, vector< bool > coeffFixed, Angle azimuthRMS, Angle elevationRms, Angle skyRMS, double reducedChiSquared)
 Compare each mandatory value (i.e.
bool equalByRequiredValue (CalPointingModelRow *x)
 Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.
asdmIDL::CalPointingModelRowIDL * toIDL () const
 Return this row in the form of an IDL struct.
void toIDL (asdmIDL::CalPointingModelRowIDL &x) const
 Define the content of a CalPointingModelRowIDL struct from the values found in this row.
void setFromIDL (asdmIDL::CalPointingModelRowIDL x)
 Fill the values of this row from the IDL struct CalPointingModelRowIDL.
std::string toXML () const
 Return this row in the form of an XML string.
void setFromXML (std::string rowDoc)
 Fill the values of this row from an XML string that was produced by the toXML() method.
virtual ~CalPointingModelRow ()
 friend class asdm::TableStreamReader<CalPointingModelTable, CalPointingModelRow>;
CalPointingModelTablegetTable () const
 Return the table to which this row belongs.
bool isAdded () const
 Has this row been added to its table ?
void setAntennaName (string antennaName)
 Set antennaName with the specified string.
ReceiverBandMod::ReceiverBand getReceiverBand () const
 ===> Attribute receiverBand
void setReceiverBand (ReceiverBandMod::ReceiverBand receiverBand)
 Set receiverBand with the specified ReceiverBandMod::ReceiverBand.
ArrayTime getStartValidTime () const
 ===> Attribute startValidTime
void setStartValidTime (ArrayTime startValidTime)
 Set startValidTime with the specified ArrayTime.
ArrayTime getEndValidTime () const
 ===> Attribute endValidTime
void setEndValidTime (ArrayTime endValidTime)
 Set endValidTime with the specified ArrayTime.
AntennaMakeMod::AntennaMake getAntennaMake () const
 ===> Attribute antennaMake
void setAntennaMake (AntennaMakeMod::AntennaMake antennaMake)
 Set antennaMake with the specified AntennaMakeMod::AntennaMake.
PointingModelModeMod::PointingModelMode getPointingModelMode () const
 ===> Attribute pointingModelMode
void setPointingModelMode (PointingModelModeMod::PointingModelMode pointingModelMode)
 Set pointingModelMode with the specified PointingModelModeMod::PointingModelMode.
PolarizationTypeMod::PolarizationType getPolarizationType () const
 ===> Attribute polarizationType
void setPolarizationType (PolarizationTypeMod::PolarizationType polarizationType)
 Set polarizationType with the specified PolarizationTypeMod::PolarizationType.
int getNumCoeff () const
 ===> Attribute numCoeff
void setNumCoeff (int numCoeff)
 Set numCoeff with the specified int.
vector< string > getCoeffName () const
 ===> Attribute coeffName
void setCoeffName (vector< string > coeffName)
 Set coeffName with the specified vector<string >.
vector< float > getCoeffVal () const
 ===> Attribute coeffVal
void setCoeffVal (vector< float > coeffVal)
 Set coeffVal with the specified vector<float >.
vector< float > getCoeffError () const
 ===> Attribute coeffError
void setCoeffError (vector< float > coeffError)
 Set coeffError with the specified vector<float >.
vector< bool > getCoeffFixed () const
 ===> Attribute coeffFixed
void setCoeffFixed (vector< bool > coeffFixed)
 Set coeffFixed with the specified vector<bool >.
Angle getAzimuthRMS () const
 ===> Attribute azimuthRMS
void setAzimuthRMS (Angle azimuthRMS)
 Set azimuthRMS with the specified Angle.
Angle getElevationRms () const
 ===> Attribute elevationRms
void setElevationRms (Angle elevationRms)
 Set elevationRms with the specified Angle.
Angle getSkyRMS () const
 ===> Attribute skyRMS
void setSkyRMS (Angle skyRMS)
 Set skyRMS with the specified Angle.
double getReducedChiSquared () const
 ===> Attribute reducedChiSquared
void setReducedChiSquared (double reducedChiSquared)
 Set reducedChiSquared with the specified double.
bool isNumObsExists () const
 ===> Attribute numObs, which is optional
int getNumObs () const
 Get numObs, which is optional.
void setNumObs (int numObs)
 Set numObs with the specified int.
void clearNumObs ()
 Mark numObs, which is an optional field, as non-existent.
bool isCoeffFormulaExists () const
 ===> Attribute coeffFormula, which is optional
vector< string > getCoeffFormula () const
 Get coeffFormula, which is optional.
void setCoeffFormula (vector< string > coeffFormula)
 Set coeffFormula with the specified vector<string >.
void clearCoeffFormula ()
 Mark coeffFormula, which is an optional field, as non-existent.
void setCalDataId (Tag calDataId)
 Set calDataId with the specified Tag.
Tag getCalReductionId () const
 ===> Attribute calReductionId
void setCalReductionId (Tag calReductionId)
 Set calReductionId with the specified Tag.
Links *CalDataRowgetCalDataUsingCalDataId ()
 calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId
CalReductionRowgetCalReductionUsingCalReductionId ()
 calReductionId pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId
bool compareNoAutoInc (string antennaName, ReceiverBandMod::ReceiverBand receiverBand, Tag calDataId, Tag calReductionId, ArrayTime startValidTime, ArrayTime endValidTime, AntennaMakeMod::AntennaMake antennaMake, PointingModelModeMod::PointingModelMode pointingModelMode, PolarizationTypeMod::PolarizationType polarizationType, int numCoeff, vector< string > coeffName, vector< float > coeffVal, vector< float > coeffError, 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.
bool compareRequiredValue (ArrayTime startValidTime, ArrayTime endValidTime, AntennaMakeMod::AntennaMake antennaMake, PointingModelModeMod::PointingModelMode pointingModelMode, PolarizationTypeMod::PolarizationType polarizationType, int numCoeff, vector< string > coeffName, vector< float > coeffVal, vector< float > coeffError, vector< bool > coeffFixed, Angle azimuthRMS, Angle elevationRms, Angle skyRMS, double reducedChiSquared)
 Compare each mandatory value (i.e.
bool equalByRequiredValue (CalPointingModelRow *x)
 Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.
asdmIDL::CalPointingModelRowIDL * toIDL () const
 Return this row in the form of an IDL struct.
void setFromIDL (asdmIDL::CalPointingModelRowIDL x)
 Fill the values of this row from the IDL struct CalPointingModelRowIDL.
std::string toXML () const
 Return this row in the form of an XML string.
void setFromXML (std::string rowDoc)
 Fill the values of this row from an XML string that was produced by the toXML() method.

Public Attributes

Intrinsic Table Attributes
Extrinsic Table Attributes

Private Member Functions

void isAdded (bool added)
 This method is used by the Table class when this row is added to the table.
 CalPointingModelRow (CalPointingModelTable &table)
 Create a CalPointingModelRow.
 CalPointingModelRow (CalPointingModelTable &table, CalPointingModelRow &row)
 Create a CalPointingModelRow using a copy constructor mechanism.
void antennaNameFromBin (EndianIStream &eis)
void receiverBandFromBin (EndianIStream &eis)
void calDataIdFromBin (EndianIStream &eis)
void calReductionIdFromBin (EndianIStream &eis)
void startValidTimeFromBin (EndianIStream &eis)
void endValidTimeFromBin (EndianIStream &eis)
void antennaMakeFromBin (EndianIStream &eis)
void pointingModelModeFromBin (EndianIStream &eis)
void polarizationTypeFromBin (EndianIStream &eis)
void numCoeffFromBin (EndianIStream &eis)
void coeffNameFromBin (EndianIStream &eis)
void coeffValFromBin (EndianIStream &eis)
void coeffErrorFromBin (EndianIStream &eis)
void coeffFixedFromBin (EndianIStream &eis)
void azimuthRMSFromBin (EndianIStream &eis)
void elevationRmsFromBin (EndianIStream &eis)
void skyRMSFromBin (EndianIStream &eis)
void reducedChiSquaredFromBin (EndianIStream &eis)
void numObsFromBin (EndianIStream &eis)
void coeffFormulaFromBin (EndianIStream &eis)
void antennaNameFromText (const string &s)
void receiverBandFromText (const string &s)
void calDataIdFromText (const string &s)
void calReductionIdFromText (const string &s)
void startValidTimeFromText (const string &s)
void endValidTimeFromText (const string &s)
void antennaMakeFromText (const string &s)
void pointingModelModeFromText (const string &s)
void polarizationTypeFromText (const string &s)
void numCoeffFromText (const string &s)
void coeffNameFromText (const string &s)
void coeffValFromText (const string &s)
void coeffErrorFromText (const string &s)
void coeffFixedFromText (const string &s)
void azimuthRMSFromText (const string &s)
void elevationRmsFromText (const string &s)
void skyRMSFromText (const string &s)
void reducedChiSquaredFromText (const string &s)
void numObsFromText (const string &s)
void coeffFormulaFromText (const string &s)
void toBin (EndianOSStream &eoss)
 Serialize this into a stream of bytes written to an EndianOSStream.
void isAdded (bool added)
 This method is used by the Table class when this row is added to the table.
 CalPointingModelRow (CalPointingModelTable &table)
 Create a CalPointingModelRow.
 CalPointingModelRow (CalPointingModelTable &table, CalPointingModelRow &row)
 Create a CalPointingModelRow using a copy constructor mechanism.
void antennaNameFromBin (EndianIStream &eis)
void receiverBandFromBin (EndianIStream &eis)
void calDataIdFromBin (EndianIStream &eis)
void calReductionIdFromBin (EndianIStream &eis)
void startValidTimeFromBin (EndianIStream &eis)
void endValidTimeFromBin (EndianIStream &eis)
void antennaMakeFromBin (EndianIStream &eis)
void pointingModelModeFromBin (EndianIStream &eis)
void polarizationTypeFromBin (EndianIStream &eis)
void numCoeffFromBin (EndianIStream &eis)
void coeffNameFromBin (EndianIStream &eis)
void coeffValFromBin (EndianIStream &eis)
void coeffErrorFromBin (EndianIStream &eis)
void coeffFixedFromBin (EndianIStream &eis)
void azimuthRMSFromBin (EndianIStream &eis)
void elevationRmsFromBin (EndianIStream &eis)
void skyRMSFromBin (EndianIStream &eis)
void reducedChiSquaredFromBin (EndianIStream &eis)
void numObsFromBin (EndianIStream &eis)
void coeffFormulaFromBin (EndianIStream &eis)
void antennaNameFromText (const string &s)
void receiverBandFromText (const string &s)
void calDataIdFromText (const string &s)
void calReductionIdFromText (const string &s)
void startValidTimeFromText (const string &s)
void endValidTimeFromText (const string &s)
void antennaMakeFromText (const string &s)
void pointingModelModeFromText (const string &s)
void polarizationTypeFromText (const string &s)
void numCoeffFromText (const string &s)
void coeffNameFromText (const string &s)
void coeffValFromText (const string &s)
void coeffErrorFromText (const string &s)
void coeffFixedFromText (const string &s)
void azimuthRMSFromText (const string &s)
void elevationRmsFromText (const string &s)
void skyRMSFromText (const string &s)
void reducedChiSquaredFromText (const string &s)
void numObsFromText (const string &s)
void coeffFormulaFromText (const string &s)
void fromText (const std::string &attributeName, const std::string &t)
void toBin (EndianOSStream &eoss)
 Serialize this into a stream of bytes written to an EndianOSStream.

Private Attributes

CalPointingModelTabletable
 The table to which this row belongs.
bool hasBeenAdded
 Whether this row has been added to the table or not.
ReceiverBandMod::ReceiverBand receiverBand
 ===> Attribute receiverBand
ArrayTime startValidTime
 ===> Attribute startValidTime
ArrayTime endValidTime
 ===> Attribute endValidTime
AntennaMakeMod::AntennaMake antennaMake
 ===> Attribute antennaMake
PointingModelModeMod::PointingModelMode pointingModelMode
 ===> Attribute pointingModelMode
PolarizationTypeMod::PolarizationType polarizationType
 ===> Attribute polarizationType
int numCoeff
 ===> Attribute numCoeff
vector< string > coeffName
 ===> Attribute coeffName
vector< float > coeffVal
 ===> Attribute coeffVal
vector< float > coeffError
 ===> Attribute coeffError
vector< bool > coeffFixed
 ===> Attribute coeffFixed
Angle azimuthRMS
 ===> Attribute azimuthRMS
Angle elevationRms
 ===> Attribute elevationRms
Angle skyRMS
 ===> Attribute skyRMS
double reducedChiSquared
 ===> Attribute reducedChiSquared
bool numObsExists
 ===> Attribute numObs, which is optional
int numObs
bool coeffFormulaExists
 ===> Attribute coeffFormula, which is optional
vector< string > coeffFormula
Tag calReductionId
 ===> Attribute calReductionId
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 >

Detailed Description

The CalPointingModelRow class is a row of a CalPointingModelTable.

Generated from model's revision "1.64", branch "HEAD"

Generated from model's revision "1.61", branch "HEAD"

Definition at line 144 of file CalPointingModelRow.h.


Constructor & Destructor Documentation

friend class asdm::TableStreamReader<CalPointingModelTable, CalPointingModelRow>;

Create a CalPointingModelRow.

This constructor is private because only the table can create rows. All rows know the table to which they belong.

Parameters:
tableThe table to which this row belongs.

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.

Parameters:
tableThe table to which this row belongs.
rowThe row which is to be copied.

friend class asdm::TableStreamReader<CalPointingModelTable, CalPointingModelRow>;

Create a CalPointingModelRow.

This constructor is private because only the table can create rows. All rows know the table to which they belong.

Parameters:
tableThe table to which this row belongs.

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.

Parameters:
tableThe table to which this row belongs.
rowThe row which is to be copied.

Member Function Documentation

void asdm::CalPointingModelRow::antennaMakeFromText ( const string &  s) [private]
void asdm::CalPointingModelRow::antennaMakeFromText ( const string &  s) [private]
void asdm::CalPointingModelRow::antennaNameFromText ( const string &  s) [private]
void asdm::CalPointingModelRow::antennaNameFromText ( const string &  s) [private]
void asdm::CalPointingModelRow::azimuthRMSFromText ( const string &  s) [private]
void asdm::CalPointingModelRow::azimuthRMSFromText ( const string &  s) [private]
void asdm::CalPointingModelRow::calDataIdFromText ( const string &  s) [private]
void asdm::CalPointingModelRow::calDataIdFromText ( const string &  s) [private]
void asdm::CalPointingModelRow::calReductionIdFromText ( const string &  s) [private]
void asdm::CalPointingModelRow::calReductionIdFromText ( const string &  s) [private]

Mark coeffFormula, which is an optional field, as non-existent.

Mark coeffFormula, which is an optional field, as non-existent.

Mark numObs, which is an optional field, as non-existent.

Mark numObs, which is an optional field, as non-existent.

void asdm::CalPointingModelRow::coeffErrorFromText ( const string &  s) [private]
void asdm::CalPointingModelRow::coeffErrorFromText ( const string &  s) [private]
void asdm::CalPointingModelRow::coeffFixedFromText ( const string &  s) [private]
void asdm::CalPointingModelRow::coeffFixedFromText ( const string &  s) [private]
void asdm::CalPointingModelRow::coeffFormulaFromText ( const string &  s) [private]
void asdm::CalPointingModelRow::coeffFormulaFromText ( const string &  s) [private]
void asdm::CalPointingModelRow::coeffNameFromText ( const string &  s) [private]
void asdm::CalPointingModelRow::coeffNameFromText ( const string &  s) [private]
void asdm::CalPointingModelRow::coeffValFromText ( const string &  s) [private]
void asdm::CalPointingModelRow::coeffValFromText ( const string &  s) [private]
bool asdm::CalPointingModelRow::compareNoAutoInc ( string  antennaName,
ReceiverBandMod::ReceiverBand  receiverBand,
Tag  calDataId,
Tag  calReductionId,
ArrayTime  startValidTime,
ArrayTime  endValidTime,
AntennaMakeMod::AntennaMake  antennaMake,
PointingModelModeMod::PointingModelMode  pointingModelMode,
PolarizationTypeMod::PolarizationType  polarizationType,
int  numCoeff,
vector< string >  coeffName,
vector< float >  coeffVal,
vector< float >  coeffError,
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.

Parameters:
antennaName
receiverBand
calDataId
calReductionId
startValidTime
endValidTime
antennaMake
pointingModelMode
polarizationType
numCoeff
coeffName
coeffVal
coeffError
coeffFixed
azimuthRMS
elevationRms
skyRMS
reducedChiSquared
bool asdm::CalPointingModelRow::compareNoAutoInc ( string  antennaName,
ReceiverBandMod::ReceiverBand  receiverBand,
Tag  calDataId,
Tag  calReductionId,
ArrayTime  startValidTime,
ArrayTime  endValidTime,
AntennaMakeMod::AntennaMake  antennaMake,
PointingModelModeMod::PointingModelMode  pointingModelMode,
PolarizationTypeMod::PolarizationType  polarizationType,
int  numCoeff,
vector< string >  coeffName,
vector< float >  coeffVal,
vector< float >  coeffError,
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.

Parameters:
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,
vector< string >  coeffName,
vector< float >  coeffVal,
vector< float >  coeffError,
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.

Parameters:
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,
vector< string >  coeffName,
vector< float >  coeffVal,
vector< float >  coeffError,
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.

Parameters:
startValidTime
endValidTime
antennaMake
pointingModelMode
polarizationType
numCoeff
coeffName
coeffVal
coeffError
coeffFixed
azimuthRMS
elevationRms
skyRMS
reducedChiSquared
void asdm::CalPointingModelRow::elevationRmsFromText ( const string &  s) [private]
void asdm::CalPointingModelRow::elevationRmsFromText ( const string &  s) [private]
void asdm::CalPointingModelRow::endValidTimeFromText ( const string &  s) [private]
void asdm::CalPointingModelRow::endValidTimeFromText ( const string &  s) [private]

Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.

Parameters:
xa pointer on the CalPointingModelRow whose required attributes of the value part will be compared with those of this.
Returns:
a boolean.

Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.

Parameters:
xa pointer on the CalPointingModelRow whose required attributes of the value part will be compared with those of this.
Returns:
a boolean.
void asdm::CalPointingModelRow::fromText ( const std::string &  attributeName,
const std::string &  t 
) [private]
AntennaMakeMod::AntennaMake asdm::CalPointingModelRow::getAntennaMake ( ) const

===> Attribute antennaMake

         

Get antennaMake.

Returns:
antennaMake as AntennaMakeMod::AntennaMake
AntennaMakeMod::AntennaMake asdm::CalPointingModelRow::getAntennaMake ( ) const

===> Attribute antennaMake

         

Get antennaMake.

Returns:
antennaMake as AntennaMakeMod::AntennaMake

===> Attribute azimuthRMS

         

Get azimuthRMS.

Returns:
azimuthRMS as Angle

===> Attribute azimuthRMS

         

Get azimuthRMS.

Returns:
azimuthRMS as Angle

calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId

Returns:
a CalDataRow*

calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId

Returns:
a CalDataRow*

===> Attribute calReductionId

         

Get calReductionId.

Returns:
calReductionId as Tag

===> Attribute calReductionId

         

Get calReductionId.

Returns:
calReductionId as Tag

calReductionId pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId

Returns:
a CalReductionRow*

calReductionId pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId

Returns:
a CalReductionRow*
vector<float > asdm::CalPointingModelRow::getCoeffError ( ) const

===> Attribute coeffError

         

Get coeffError.

Returns:
coeffError as vector<float >
vector<float > asdm::CalPointingModelRow::getCoeffError ( ) const

===> Attribute coeffError

         

Get coeffError.

Returns:
coeffError as vector<float >

===> Attribute coeffFixed

         

Get coeffFixed.

Returns:
coeffFixed as vector<bool >

===> Attribute coeffFixed

         

Get coeffFixed.

Returns:
coeffFixed as vector<bool >
vector<string > asdm::CalPointingModelRow::getCoeffFormula ( ) const

Get coeffFormula, which is optional.

Returns:
coeffFormula as vector<string >
Exceptions:
IllegalAccessExceptionIf coeffFormula does not exist.
vector<string > asdm::CalPointingModelRow::getCoeffFormula ( ) const

Get coeffFormula, which is optional.

Returns:
coeffFormula as vector<string >
Exceptions:
IllegalAccessExceptionIf coeffFormula does not exist.
vector<string > asdm::CalPointingModelRow::getCoeffName ( ) const

===> Attribute coeffName

         

Get coeffName.

Returns:
coeffName as vector<string >
vector<string > asdm::CalPointingModelRow::getCoeffName ( ) const

===> Attribute coeffName

         

Get coeffName.

Returns:
coeffName as vector<string >
vector<float > asdm::CalPointingModelRow::getCoeffVal ( ) const

===> Attribute coeffVal

         

Get coeffVal.

Returns:
coeffVal as vector<float >
vector<float > asdm::CalPointingModelRow::getCoeffVal ( ) const

===> Attribute coeffVal

         

Get coeffVal.

Returns:
coeffVal as vector<float >

===> Attribute elevationRms

         

Get elevationRms.

Returns:
elevationRms as Angle

===> Attribute elevationRms

         

Get elevationRms.

Returns:
elevationRms as Angle

===> Attribute endValidTime

         

Get endValidTime.

Returns:
endValidTime as ArrayTime

===> Attribute endValidTime

         

Get endValidTime.

Returns:
endValidTime as ArrayTime

===> Attribute numCoeff

         

Get numCoeff.

Returns:
numCoeff as int

===> Attribute numCoeff

         

Get numCoeff.

Returns:
numCoeff as int

Get numObs, which is optional.

Returns:
numObs as int
Exceptions:
IllegalAccessExceptionIf numObs does not exist.

Get numObs, which is optional.

Returns:
numObs as int
Exceptions:
IllegalAccessExceptionIf numObs does not exist.
PointingModelModeMod::PointingModelMode asdm::CalPointingModelRow::getPointingModelMode ( ) const

===> Attribute pointingModelMode

         

Get pointingModelMode.

Returns:
pointingModelMode as PointingModelModeMod::PointingModelMode
PointingModelModeMod::PointingModelMode asdm::CalPointingModelRow::getPointingModelMode ( ) const

===> Attribute pointingModelMode

         

Get pointingModelMode.

Returns:
pointingModelMode as PointingModelModeMod::PointingModelMode
PolarizationTypeMod::PolarizationType asdm::CalPointingModelRow::getPolarizationType ( ) const

===> Attribute polarizationType

         

Get polarizationType.

Returns:
polarizationType as PolarizationTypeMod::PolarizationType
PolarizationTypeMod::PolarizationType asdm::CalPointingModelRow::getPolarizationType ( ) const

===> Attribute polarizationType

         

Get polarizationType.

Returns:
polarizationType as PolarizationTypeMod::PolarizationType
ReceiverBandMod::ReceiverBand asdm::CalPointingModelRow::getReceiverBand ( ) const

===> Attribute receiverBand

         

Get receiverBand.

Returns:
receiverBand as ReceiverBandMod::ReceiverBand
ReceiverBandMod::ReceiverBand asdm::CalPointingModelRow::getReceiverBand ( ) const

===> Attribute receiverBand

         

Get receiverBand.

Returns:
receiverBand as ReceiverBandMod::ReceiverBand

===> Attribute reducedChiSquared

         

Get reducedChiSquared.

Returns:
reducedChiSquared as double

===> Attribute reducedChiSquared

         

Get reducedChiSquared.

Returns:
reducedChiSquared as double

===> Attribute skyRMS

         

Get skyRMS.

Returns:
skyRMS as Angle

===> Attribute skyRMS

         

Get skyRMS.

Returns:
skyRMS as Angle

===> Attribute startValidTime

         

Get startValidTime.

Returns:
startValidTime as ArrayTime

===> Attribute startValidTime

         

Get startValidTime.

Returns:
startValidTime as ArrayTime

Return the table to which this row belongs.

Return the table to which this row belongs.

Has this row been added to its table ?

Returns:
true if and only if it has been added.

Has this row been added to its table ?

Returns:
true if and only if it has been added.
void asdm::CalPointingModelRow::isAdded ( bool  added) [private]

This method is used by the Table class when this row is added to the table.

void asdm::CalPointingModelRow::isAdded ( bool  added) [private]

This method is used by the Table class when this row is added to the table.

===> Attribute coeffFormula, which is optional

         

The attribute coeffFormula is optional. Return true if this attribute exists.

Returns:
true if and only if the coeffFormula attribute exists.

===> Attribute coeffFormula, which is optional

         

The attribute coeffFormula is optional. Return true if this attribute exists.

Returns:
true if and only if the coeffFormula attribute exists.

===> Attribute numObs, which is optional

         

The attribute numObs is optional. Return true if this attribute exists.

Returns:
true if and only if the numObs attribute exists.

===> Attribute numObs, which is optional

         

The attribute numObs is optional. Return true if this attribute exists.

Returns:
true if and only if the numObs attribute exists.
void asdm::CalPointingModelRow::numCoeffFromText ( const string &  s) [private]
void asdm::CalPointingModelRow::numCoeffFromText ( const string &  s) [private]
void asdm::CalPointingModelRow::numObsFromText ( const string &  s) [private]
void asdm::CalPointingModelRow::numObsFromText ( const string &  s) [private]
void asdm::CalPointingModelRow::pointingModelModeFromText ( const string &  s) [private]
void asdm::CalPointingModelRow::pointingModelModeFromText ( const string &  s) [private]
void asdm::CalPointingModelRow::polarizationTypeFromText ( const string &  s) [private]
void asdm::CalPointingModelRow::polarizationTypeFromText ( const string &  s) [private]
void asdm::CalPointingModelRow::receiverBandFromText ( const string &  s) [private]
void asdm::CalPointingModelRow::receiverBandFromText ( const string &  s) [private]
void asdm::CalPointingModelRow::reducedChiSquaredFromText ( const string &  s) [private]
void asdm::CalPointingModelRow::reducedChiSquaredFromText ( const string &  s) [private]
void asdm::CalPointingModelRow::setAntennaMake ( AntennaMakeMod::AntennaMake  antennaMake)

Set antennaMake with the specified AntennaMakeMod::AntennaMake.

Parameters:
antennaMakeThe AntennaMakeMod::AntennaMake value to which antennaMake is to be set.
void asdm::CalPointingModelRow::setAntennaMake ( AntennaMakeMod::AntennaMake  antennaMake)

Set antennaMake with the specified AntennaMakeMod::AntennaMake.

Parameters:
antennaMakeThe AntennaMakeMod::AntennaMake value to which antennaMake is to be set.
void asdm::CalPointingModelRow::setAntennaName ( string  antennaName)

Set antennaName with the specified string.

Parameters:
antennaNameThe string value to which antennaName is to be set.
Exceptions:
IllegalAccessExceptionIf an attempt is made to change this field after is has been added to the table.
void asdm::CalPointingModelRow::setAntennaName ( string  antennaName)

Set antennaName with the specified string.

Parameters:
antennaNameThe string value to which antennaName is to be set.
Exceptions:
IllegalAccessExceptionIf an attempt is made to change this field after is has been added to the table.

Set azimuthRMS with the specified Angle.

Parameters:
azimuthRMSThe Angle value to which azimuthRMS is to be set.

Set azimuthRMS with the specified Angle.

Parameters:
azimuthRMSThe Angle value to which azimuthRMS is to be set.

Set calDataId with the specified Tag.

Parameters:
calDataIdThe Tag value to which calDataId is to be set.
Exceptions:
IllegalAccessExceptionIf an attempt is made to change this field after is has been added to the table.

Set calDataId with the specified Tag.

Parameters:
calDataIdThe Tag value to which calDataId is to be set.
Exceptions:
IllegalAccessExceptionIf an attempt is made to change this field after is has been added to the table.

Set calReductionId with the specified Tag.

Parameters:
calReductionIdThe Tag value to which calReductionId is to be set.
Exceptions:
IllegalAccessExceptionIf an attempt is made to change this field after is has been added to the table.

Set calReductionId with the specified Tag.

Parameters:
calReductionIdThe Tag value to which calReductionId is to be set.
Exceptions:
IllegalAccessExceptionIf an attempt is made to change this field after is has been added to the table.
void asdm::CalPointingModelRow::setCoeffError ( vector< float >  coeffError)

Set coeffError with the specified vector<float >.

Parameters:
coeffErrorThe vector<float > value to which coeffError is to be set.
void asdm::CalPointingModelRow::setCoeffError ( vector< float >  coeffError)

Set coeffError with the specified vector<float >.

Parameters:
coeffErrorThe vector<float > value to which coeffError is to be set.
void asdm::CalPointingModelRow::setCoeffFixed ( vector< bool >  coeffFixed)

Set coeffFixed with the specified vector<bool >.

Parameters:
coeffFixedThe vector<bool > value to which coeffFixed is to be set.
void asdm::CalPointingModelRow::setCoeffFixed ( vector< bool >  coeffFixed)

Set coeffFixed with the specified vector<bool >.

Parameters:
coeffFixedThe vector<bool > value to which coeffFixed is to be set.
void asdm::CalPointingModelRow::setCoeffFormula ( vector< string >  coeffFormula)

Set coeffFormula with the specified vector<string >.

Parameters:
coeffFormulaThe vector<string > value to which coeffFormula is to be set.
void asdm::CalPointingModelRow::setCoeffFormula ( vector< string >  coeffFormula)

Set coeffFormula with the specified vector<string >.

Parameters:
coeffFormulaThe vector<string > value to which coeffFormula is to be set.
void asdm::CalPointingModelRow::setCoeffName ( vector< string >  coeffName)

Set coeffName with the specified vector<string >.

Parameters:
coeffNameThe vector<string > value to which coeffName is to be set.
void asdm::CalPointingModelRow::setCoeffName ( vector< string >  coeffName)

Set coeffName with the specified vector<string >.

Parameters:
coeffNameThe vector<string > value to which coeffName is to be set.
void asdm::CalPointingModelRow::setCoeffVal ( vector< float >  coeffVal)

Set coeffVal with the specified vector<float >.

Parameters:
coeffValThe vector<float > value to which coeffVal is to be set.
void asdm::CalPointingModelRow::setCoeffVal ( vector< float >  coeffVal)

Set coeffVal with the specified vector<float >.

Parameters:
coeffValThe vector<float > value to which coeffVal is to be set.

Set elevationRms with the specified Angle.

Parameters:
elevationRmsThe Angle value to which elevationRms is to be set.

Set elevationRms with the specified Angle.

Parameters:
elevationRmsThe Angle value to which elevationRms is to be set.

Set endValidTime with the specified ArrayTime.

Parameters:
endValidTimeThe ArrayTime value to which endValidTime is to be set.

Set endValidTime with the specified ArrayTime.

Parameters:
endValidTimeThe ArrayTime value to which endValidTime is to be set.
void asdm::CalPointingModelRow::setFromIDL ( asdmIDL::CalPointingModelRowIDL  x)

Fill the values of this row from the IDL struct CalPointingModelRowIDL.

Parameters:
xThe IDL struct containing the values used to fill this row.
Exceptions:
ConversionException
void asdm::CalPointingModelRow::setFromIDL ( asdmIDL::CalPointingModelRowIDL  x)

Fill the values of this row from the IDL struct CalPointingModelRowIDL.

Parameters:
xThe IDL struct containing the values used to fill this row.
Exceptions:
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.

Parameters:
rowDocthe XML string being used to set the values of this row.
Exceptions:
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.

Parameters:
rowDocthe XML string being used to set the values of this row.
Exceptions:
ConversionException

Set numCoeff with the specified int.

Parameters:
numCoeffThe int value to which numCoeff is to be set.

Set numCoeff with the specified int.

Parameters:
numCoeffThe int value to which numCoeff is to be set.

Set numObs with the specified int.

Parameters:
numObsThe int value to which numObs is to be set.

Set numObs with the specified int.

Parameters:
numObsThe int value to which numObs is to be set.
void asdm::CalPointingModelRow::setPointingModelMode ( PointingModelModeMod::PointingModelMode  pointingModelMode)

Set pointingModelMode with the specified PointingModelModeMod::PointingModelMode.

Parameters:
pointingModelModeThe PointingModelModeMod::PointingModelMode value to which pointingModelMode is to be set.
void asdm::CalPointingModelRow::setPointingModelMode ( PointingModelModeMod::PointingModelMode  pointingModelMode)

Set pointingModelMode with the specified PointingModelModeMod::PointingModelMode.

Parameters:
pointingModelModeThe PointingModelModeMod::PointingModelMode value to which pointingModelMode is to be set.
void asdm::CalPointingModelRow::setPolarizationType ( PolarizationTypeMod::PolarizationType  polarizationType)

Set polarizationType with the specified PolarizationTypeMod::PolarizationType.

Parameters:
polarizationTypeThe PolarizationTypeMod::PolarizationType value to which polarizationType is to be set.
void asdm::CalPointingModelRow::setPolarizationType ( PolarizationTypeMod::PolarizationType  polarizationType)

Set polarizationType with the specified PolarizationTypeMod::PolarizationType.

Parameters:
polarizationTypeThe PolarizationTypeMod::PolarizationType value to which polarizationType is to be set.
void asdm::CalPointingModelRow::setReceiverBand ( ReceiverBandMod::ReceiverBand  receiverBand)

Set receiverBand with the specified ReceiverBandMod::ReceiverBand.

Parameters:
receiverBandThe ReceiverBandMod::ReceiverBand value to which receiverBand is to be set.
Exceptions:
IllegalAccessExceptionIf an attempt is made to change this field after is has been added to the table.
void asdm::CalPointingModelRow::setReceiverBand ( ReceiverBandMod::ReceiverBand  receiverBand)

Set receiverBand with the specified ReceiverBandMod::ReceiverBand.

Parameters:
receiverBandThe ReceiverBandMod::ReceiverBand value to which receiverBand is to be set.
Exceptions:
IllegalAccessExceptionIf 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.

Parameters:
reducedChiSquaredThe double value to which reducedChiSquared is to be set.
void asdm::CalPointingModelRow::setReducedChiSquared ( double  reducedChiSquared)

Set reducedChiSquared with the specified double.

Parameters:
reducedChiSquaredThe double value to which reducedChiSquared is to be set.

Set skyRMS with the specified Angle.

Parameters:
skyRMSThe Angle value to which skyRMS is to be set.

Set skyRMS with the specified Angle.

Parameters:
skyRMSThe Angle value to which skyRMS is to be set.

Set startValidTime with the specified ArrayTime.

Parameters:
startValidTimeThe ArrayTime value to which startValidTime is to be set.

Set startValidTime with the specified ArrayTime.

Parameters:
startValidTimeThe ArrayTime value to which startValidTime is to be set.
void asdm::CalPointingModelRow::skyRMSFromText ( const string &  s) [private]
void asdm::CalPointingModelRow::skyRMSFromText ( const string &  s) [private]
void asdm::CalPointingModelRow::startValidTimeFromText ( const string &  s) [private]
void asdm::CalPointingModelRow::startValidTimeFromText ( const string &  s) [private]

Serialize this into a stream of bytes written to an EndianOSStream.

Parameters:
eossthe EndianOSStream to be written to

Serialize this into a stream of bytes written to an EndianOSStream.

Parameters:
eossthe EndianOSStream to be written to
asdmIDL::CalPointingModelRowIDL* asdm::CalPointingModelRow::toIDL ( ) const

Return this row in the form of an IDL struct.

Returns:
The values of this row as a CalPointingModelRowIDL struct.
asdmIDL::CalPointingModelRowIDL* asdm::CalPointingModelRow::toIDL ( ) const

Return this row in the form of an IDL struct.

Returns:
The values of this row as a CalPointingModelRowIDL struct.
void asdm::CalPointingModelRow::toIDL ( asdmIDL::CalPointingModelRowIDL &  x) const

Define the content of a CalPointingModelRowIDL struct from the values found in this row.

Parameters:
xa reference to the CalPointingModelRowIDL struct to be set.
std::string asdm::CalPointingModelRow::toXML ( ) const

Return this row in the form of an XML string.

Returns:
The values of this row as an XML string.
std::string asdm::CalPointingModelRow::toXML ( ) const

Return this row in the form of an XML string.

Returns:
The values of this row as an XML string.

Friends And Related Function Documentation

Definition at line 145 of file CalPointingModelRow.h.

friend class asdm::RowTransformer< CalPointingModelRow > [friend]

Definition at line 146 of file CalPointingModelRow.h.


Member Data Documentation

AntennaMakeMod::AntennaMake asdm::CalPointingModelRow::antennaMake [private]

===> Attribute antennaMake

         

Definition at line 1114 of file CalPointingModelRow.h.

Definition at line 169 of file CalPointingModelRow.h.

Definition at line 739 of file CalPointingModelRow.h.

===> Attribute azimuthRMS

         

Definition at line 1202 of file CalPointingModelRow.h.

===> Attribute calReductionId

         

Definition at line 1287 of file CalPointingModelRow.h.

vector< float > asdm::CalPointingModelRow::coeffError [private]

===> Attribute coeffError

         

Definition at line 1180 of file CalPointingModelRow.h.

vector< bool > asdm::CalPointingModelRow::coeffFixed [private]

===> Attribute coeffFixed

         

Definition at line 1191 of file CalPointingModelRow.h.

vector< string > asdm::CalPointingModelRow::coeffFormula [private]

Definition at line 1261 of file CalPointingModelRow.h.

===> Attribute coeffFormula, which is optional

         

Definition at line 1258 of file CalPointingModelRow.h.

vector< string > asdm::CalPointingModelRow::coeffName [private]

===> Attribute coeffName

         

Definition at line 1158 of file CalPointingModelRow.h.

vector< float > asdm::CalPointingModelRow::coeffVal [private]

===> Attribute coeffVal

         

Definition at line 1169 of file CalPointingModelRow.h.

===> Attribute elevationRms

         

Definition at line 1213 of file CalPointingModelRow.h.

===> Attribute endValidTime

         

Definition at line 1103 of file CalPointingModelRow.h.

Links *binary deserialization material from an EndianIStream std::map< std::string, CalPointingModelAttributeFromBin > asdm::CalPointingModelRow::fromBinMethods [private]

Definition at line 1316 of file CalPointingModelRow.h.

*text deserialization material std::map< std::string, CalPointingModelAttributeFromText > asdm::CalPointingModelRow::fromTextMethods [private]

Definition at line 1344 of file CalPointingModelRow.h.

Whether this row has been added to the table or not.

Definition at line 1026 of file CalPointingModelRow.h.

===> Attribute numCoeff

         

Definition at line 1147 of file CalPointingModelRow.h.

Definition at line 1248 of file CalPointingModelRow.h.

===> Attribute numObs, which is optional

         

Definition at line 1245 of file CalPointingModelRow.h.

PointingModelModeMod::PointingModelMode asdm::CalPointingModelRow::pointingModelMode [private]

===> Attribute pointingModelMode

         

Definition at line 1125 of file CalPointingModelRow.h.

PolarizationTypeMod::PolarizationType asdm::CalPointingModelRow::polarizationType [private]

===> Attribute polarizationType

         

Definition at line 1136 of file CalPointingModelRow.h.

ReceiverBandMod::ReceiverBand asdm::CalPointingModelRow::receiverBand [private]

===> Attribute receiverBand

         

Definition at line 1081 of file CalPointingModelRow.h.

===> Attribute reducedChiSquared

         

Definition at line 1235 of file CalPointingModelRow.h.

===> Attribute skyRMS

         

Definition at line 1224 of file CalPointingModelRow.h.

===> Attribute startValidTime

         

Definition at line 1092 of file CalPointingModelRow.h.

The table to which this row belongs.

Definition at line 1022 of file CalPointingModelRow.h.


The documentation for this class was generated from the following files: