casa
$Rev:20696$
|
The CalPointingModelRow class is a row of a CalPointingModelTable. More...
#include <CalPointingModelRow.h>
Public Member Functions | |
virtual | ~CalPointingModelRow () |
friend class asdm::TableStreamReader<CalPointingModelTable, CalPointingModelRow>; | |
CalPointingModelTable & | getTable () 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 *CalDataRow * | getCalDataUsingCalDataId () |
calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId | |
CalReductionRow * | getCalReductionUsingCalReductionId () |
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>; | |
CalPointingModelTable & | getTable () 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 *CalDataRow * | getCalDataUsingCalDataId () |
calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId | |
CalReductionRow * | getCalReductionUsingCalReductionId () |
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 | |
CalPointingModelTable & | table |
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 > |
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.
virtual asdm::CalPointingModelRow::~CalPointingModelRow | ( | ) | [virtual] |
friend class asdm::TableStreamReader<CalPointingModelTable, CalPointingModelRow>;
asdm::CalPointingModelRow::CalPointingModelRow | ( | CalPointingModelTable & | table | ) | [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. |
asdm::CalPointingModelRow::CalPointingModelRow | ( | CalPointingModelTable & | table, |
CalPointingModelRow & | row | ||
) | [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. |
virtual asdm::CalPointingModelRow::~CalPointingModelRow | ( | ) | [virtual] |
friend class asdm::TableStreamReader<CalPointingModelTable, CalPointingModelRow>;
asdm::CalPointingModelRow::CalPointingModelRow | ( | CalPointingModelTable & | table | ) | [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. |
asdm::CalPointingModelRow::CalPointingModelRow | ( | CalPointingModelTable & | table, |
CalPointingModelRow & | row | ||
) | [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. |
void asdm::CalPointingModelRow::antennaMakeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingModelRow::antennaMakeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingModelRow::antennaMakeFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingModelRow::antennaMakeFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingModelRow::antennaNameFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingModelRow::antennaNameFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingModelRow::antennaNameFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingModelRow::antennaNameFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingModelRow::azimuthRMSFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingModelRow::azimuthRMSFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingModelRow::azimuthRMSFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingModelRow::azimuthRMSFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingModelRow::calDataIdFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingModelRow::calDataIdFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingModelRow::calDataIdFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingModelRow::calDataIdFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingModelRow::calReductionIdFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingModelRow::calReductionIdFromBin | ( | EndianIStream & | eis | ) | [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::coeffErrorFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingModelRow::coeffErrorFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingModelRow::coeffErrorFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingModelRow::coeffErrorFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingModelRow::coeffFixedFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingModelRow::coeffFixedFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingModelRow::coeffFixedFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingModelRow::coeffFixedFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingModelRow::coeffFormulaFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingModelRow::coeffFormulaFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingModelRow::coeffFormulaFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingModelRow::coeffFormulaFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingModelRow::coeffNameFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingModelRow::coeffNameFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingModelRow::coeffNameFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingModelRow::coeffNameFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingModelRow::coeffValFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingModelRow::coeffValFromBin | ( | EndianIStream & | eis | ) | [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.
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.
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.
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.
startValidTime | |
endValidTime | |
antennaMake | |
pointingModelMode | |
polarizationType | |
numCoeff | |
coeffName | |
coeffVal | |
coeffError | |
coeffFixed | |
azimuthRMS | |
elevationRms | |
skyRMS | |
reducedChiSquared |
void asdm::CalPointingModelRow::elevationRmsFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingModelRow::elevationRmsFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingModelRow::elevationRmsFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingModelRow::elevationRmsFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingModelRow::endValidTimeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingModelRow::endValidTimeFromBin | ( | EndianIStream & | eis | ) | [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.
x | a pointer on the CalPointingModelRow whose required attributes of the value part will be compared with those of this. |
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. |
void asdm::CalPointingModelRow::fromText | ( | const std::string & | attributeName, |
const std::string & | t | ||
) | [private] |
AntennaMakeMod::AntennaMake asdm::CalPointingModelRow::getAntennaMake | ( | ) | const |
===> Attribute antennaMake
Get antennaMake.
AntennaMakeMod::AntennaMake asdm::CalPointingModelRow::getAntennaMake | ( | ) | const |
===> Attribute antennaMake
Get antennaMake.
calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId
calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId
calReductionId pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId
calReductionId pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId
vector<float > asdm::CalPointingModelRow::getCoeffError | ( | ) | const |
===> Attribute coeffError
Get coeffError.
vector<float > asdm::CalPointingModelRow::getCoeffError | ( | ) | const |
===> Attribute coeffError
Get coeffError.
vector<bool > asdm::CalPointingModelRow::getCoeffFixed | ( | ) | const |
===> Attribute coeffFixed
Get coeffFixed.
vector<bool > asdm::CalPointingModelRow::getCoeffFixed | ( | ) | const |
===> Attribute coeffFixed
Get coeffFixed.
vector<string > asdm::CalPointingModelRow::getCoeffFormula | ( | ) | const |
Get coeffFormula, which is optional.
IllegalAccessException | If coeffFormula does not exist. |
vector<string > asdm::CalPointingModelRow::getCoeffFormula | ( | ) | const |
Get coeffFormula, which is optional.
IllegalAccessException | If coeffFormula does not exist. |
vector<string > asdm::CalPointingModelRow::getCoeffName | ( | ) | const |
===> Attribute coeffName
Get coeffName.
vector<string > asdm::CalPointingModelRow::getCoeffName | ( | ) | const |
===> Attribute coeffName
Get coeffName.
vector<float > asdm::CalPointingModelRow::getCoeffVal | ( | ) | const |
===> Attribute coeffVal
Get coeffVal.
vector<float > asdm::CalPointingModelRow::getCoeffVal | ( | ) | const |
===> Attribute coeffVal
Get coeffVal.
int asdm::CalPointingModelRow::getNumCoeff | ( | ) | const |
===> Attribute numCoeff
Get numCoeff.
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. |
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.
PointingModelModeMod::PointingModelMode asdm::CalPointingModelRow::getPointingModelMode | ( | ) | const |
===> Attribute pointingModelMode
Get pointingModelMode.
PolarizationTypeMod::PolarizationType asdm::CalPointingModelRow::getPolarizationType | ( | ) | const |
===> Attribute polarizationType
Get polarizationType.
PolarizationTypeMod::PolarizationType asdm::CalPointingModelRow::getPolarizationType | ( | ) | const |
===> Attribute polarizationType
Get polarizationType.
ReceiverBandMod::ReceiverBand asdm::CalPointingModelRow::getReceiverBand | ( | ) | const |
===> Attribute receiverBand
Get receiverBand.
ReceiverBandMod::ReceiverBand asdm::CalPointingModelRow::getReceiverBand | ( | ) | const |
===> Attribute receiverBand
Get receiverBand.
double asdm::CalPointingModelRow::getReducedChiSquared | ( | ) | const |
===> Attribute reducedChiSquared
Get reducedChiSquared.
double asdm::CalPointingModelRow::getReducedChiSquared | ( | ) | const |
===> Attribute reducedChiSquared
Get reducedChiSquared.
Angle asdm::CalPointingModelRow::getSkyRMS | ( | ) | const |
Angle asdm::CalPointingModelRow::getSkyRMS | ( | ) | const |
Return the table to which this row belongs.
Return the table to which this row belongs.
bool asdm::CalPointingModelRow::isAdded | ( | ) | const |
Has this row been added to its table ?
bool asdm::CalPointingModelRow::isAdded | ( | ) | const |
Has this row been added to its table ?
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.
bool asdm::CalPointingModelRow::isCoeffFormulaExists | ( | ) | const |
===> Attribute coeffFormula, which is optional
The attribute coeffFormula is optional. Return true if this attribute exists.
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.
bool asdm::CalPointingModelRow::isNumObsExists | ( | ) | const |
===> Attribute numObs, which is optional
The attribute numObs is optional. Return true if this attribute exists.
void asdm::CalPointingModelRow::numCoeffFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingModelRow::numCoeffFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingModelRow::numCoeffFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingModelRow::numCoeffFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingModelRow::numObsFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingModelRow::numObsFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingModelRow::numObsFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingModelRow::numObsFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingModelRow::pointingModelModeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingModelRow::pointingModelModeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingModelRow::pointingModelModeFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingModelRow::pointingModelModeFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingModelRow::polarizationTypeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingModelRow::polarizationTypeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingModelRow::polarizationTypeFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingModelRow::polarizationTypeFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingModelRow::receiverBandFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingModelRow::receiverBandFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingModelRow::receiverBandFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingModelRow::receiverBandFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingModelRow::reducedChiSquaredFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingModelRow::reducedChiSquaredFromBin | ( | EndianIStream & | eis | ) | [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.
antennaMake | The AntennaMakeMod::AntennaMake value to which antennaMake is to be set. |
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 | ( | string | antennaName | ) |
Set antennaName with the specified string.
antennaName | The 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::setAntennaName | ( | string | antennaName | ) |
Set antennaName with the specified string.
antennaName | The 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::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::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::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 | ( | vector< float > | coeffError | ) |
Set coeffError with the specified vector<float >.
coeffError | The vector<float > value to which coeffError is to be set. |
void asdm::CalPointingModelRow::setCoeffError | ( | vector< float > | coeffError | ) |
Set coeffError with the specified vector<float >.
coeffError | The vector<float > value to which coeffError is to be set. |
void asdm::CalPointingModelRow::setCoeffFixed | ( | vector< bool > | coeffFixed | ) |
Set coeffFixed with the specified vector<bool >.
coeffFixed | The vector<bool > value to which coeffFixed is to be set. |
void asdm::CalPointingModelRow::setCoeffFixed | ( | vector< bool > | coeffFixed | ) |
Set coeffFixed with the specified vector<bool >.
coeffFixed | The vector<bool > value to which coeffFixed is to be set. |
void asdm::CalPointingModelRow::setCoeffFormula | ( | vector< string > | coeffFormula | ) |
Set coeffFormula with the specified vector<string >.
coeffFormula | The vector<string > value to which coeffFormula is to be set. |
void asdm::CalPointingModelRow::setCoeffFormula | ( | vector< string > | coeffFormula | ) |
Set coeffFormula with the specified vector<string >.
coeffFormula | The vector<string > value to which coeffFormula is to be set. |
void asdm::CalPointingModelRow::setCoeffName | ( | vector< string > | coeffName | ) |
Set coeffName with the specified vector<string >.
coeffName | The vector<string > value to which coeffName is to be set. |
void asdm::CalPointingModelRow::setCoeffName | ( | vector< string > | coeffName | ) |
Set coeffName with the specified vector<string >.
coeffName | The vector<string > value to which coeffName is to be set. |
void asdm::CalPointingModelRow::setCoeffVal | ( | vector< float > | coeffVal | ) |
Set coeffVal with the specified vector<float >.
coeffVal | The vector<float > value to which coeffVal is to be set. |
void asdm::CalPointingModelRow::setCoeffVal | ( | vector< float > | coeffVal | ) |
Set coeffVal with the specified vector<float >.
coeffVal | The vector<float > value to which coeffVal is to be set. |
void asdm::CalPointingModelRow::setElevationRms | ( | Angle | elevationRms | ) |
void asdm::CalPointingModelRow::setElevationRms | ( | Angle | elevationRms | ) |
void asdm::CalPointingModelRow::setEndValidTime | ( | ArrayTime | endValidTime | ) |
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::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::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::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::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::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::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::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::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::setSkyRMS | ( | Angle | skyRMS | ) |
void asdm::CalPointingModelRow::setStartValidTime | ( | ArrayTime | startValidTime | ) |
void asdm::CalPointingModelRow::setStartValidTime | ( | ArrayTime | startValidTime | ) |
void asdm::CalPointingModelRow::skyRMSFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingModelRow::skyRMSFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingModelRow::skyRMSFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingModelRow::skyRMSFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingModelRow::startValidTimeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingModelRow::startValidTimeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingModelRow::startValidTimeFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingModelRow::startValidTimeFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingModelRow::toBin | ( | EndianOSStream & | eoss | ) | [private] |
Serialize this into a stream of bytes written to an EndianOSStream.
eoss | the EndianOSStream to be written to |
void asdm::CalPointingModelRow::toBin | ( | EndianOSStream & | eoss | ) | [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.
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.
std::string asdm::CalPointingModelRow::toXML | ( | ) | const |
Return this row in the form of an XML string.
asdm::CalPointingModelTable [friend] |
Definition at line 145 of file CalPointingModelRow.h.
friend class asdm::RowTransformer< CalPointingModelRow > [friend] |
Definition at line 146 of file CalPointingModelRow.h.
AntennaMakeMod::AntennaMake asdm::CalPointingModelRow::antennaMake [private] |
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.
Angle asdm::CalPointingModelRow::azimuthRMS [private] |
Tag asdm::CalPointingModelRow::calReductionId [private] |
vector< float > asdm::CalPointingModelRow::coeffError [private] |
vector< bool > asdm::CalPointingModelRow::coeffFixed [private] |
vector< string > asdm::CalPointingModelRow::coeffFormula [private] |
Definition at line 1261 of file CalPointingModelRow.h.
bool asdm::CalPointingModelRow::coeffFormulaExists [private] |
===> Attribute coeffFormula, which is optional
Definition at line 1258 of file CalPointingModelRow.h.
vector< string > asdm::CalPointingModelRow::coeffName [private] |
vector< float > asdm::CalPointingModelRow::coeffVal [private] |
Angle asdm::CalPointingModelRow::elevationRms [private] |
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.
bool asdm::CalPointingModelRow::hasBeenAdded [private] |
Whether this row has been added to the table or not.
Definition at line 1026 of file CalPointingModelRow.h.
int asdm::CalPointingModelRow::numCoeff [private] |
int asdm::CalPointingModelRow::numObs [private] |
Definition at line 1248 of file CalPointingModelRow.h.
bool asdm::CalPointingModelRow::numObsExists [private] |
PointingModelModeMod::PointingModelMode asdm::CalPointingModelRow::pointingModelMode [private] |
PolarizationTypeMod::PolarizationType asdm::CalPointingModelRow::polarizationType [private] |
ReceiverBandMod::ReceiverBand asdm::CalPointingModelRow::receiverBand [private] |
double asdm::CalPointingModelRow::reducedChiSquared [private] |
Angle asdm::CalPointingModelRow::skyRMS [private] |
The table to which this row belongs.
Definition at line 1022 of file CalPointingModelRow.h.