casa
$Rev:20696$
|
The CalPointingRow class is a row of a CalPointingTable. More...
#include <CalPointingRow.h>
Public Member Functions | |
virtual | ~CalPointingRow () |
friend class asdm::TableStreamReader<CalPointingTable, CalPointingRow>; | |
CalPointingTable & | 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. | |
Temperature | getAmbientTemperature () const |
===> Attribute ambientTemperature | |
void | setAmbientTemperature (Temperature ambientTemperature) |
Set ambientTemperature with the specified Temperature. | |
AntennaMakeMod::AntennaMake | getAntennaMake () const |
===> Attribute antennaMake | |
void | setAntennaMake (AntennaMakeMod::AntennaMake antennaMake) |
Set antennaMake with the specified AntennaMakeMod::AntennaMake. | |
AtmPhaseCorrectionMod::AtmPhaseCorrection | getAtmPhaseCorrection () const |
===> Attribute atmPhaseCorrection | |
void | setAtmPhaseCorrection (AtmPhaseCorrectionMod::AtmPhaseCorrection atmPhaseCorrection) |
Set atmPhaseCorrection with the specified AtmPhaseCorrectionMod::AtmPhaseCorrection. | |
vector< Angle > | getDirection () const |
===> Attribute direction | |
void | setDirection (vector< Angle > direction) |
Set direction with the specified vector<Angle >. | |
vector< Frequency > | getFrequencyRange () const |
===> Attribute frequencyRange | |
void | setFrequencyRange (vector< Frequency > frequencyRange) |
Set frequencyRange with the specified vector<Frequency >. | |
PointingModelModeMod::PointingModelMode | getPointingModelMode () const |
===> Attribute pointingModelMode | |
void | setPointingModelMode (PointingModelModeMod::PointingModelMode pointingModelMode) |
Set pointingModelMode with the specified PointingModelModeMod::PointingModelMode. | |
PointingMethodMod::PointingMethod | getPointingMethod () const |
===> Attribute pointingMethod | |
void | setPointingMethod (PointingMethodMod::PointingMethod pointingMethod) |
Set pointingMethod with the specified PointingMethodMod::PointingMethod. | |
int | getNumReceptor () const |
===> Attribute numReceptor | |
void | setNumReceptor (int numReceptor) |
Set numReceptor with the specified int. | |
vector < PolarizationTypeMod::PolarizationType > | getPolarizationTypes () const |
===> Attribute polarizationTypes | |
void | setPolarizationTypes (vector< PolarizationTypeMod::PolarizationType > polarizationTypes) |
Set polarizationTypes with the specified vector<PolarizationTypeMod::PolarizationType >. | |
vector< vector< Angle > > | getCollOffsetRelative () const |
===> Attribute collOffsetRelative | |
void | setCollOffsetRelative (vector< vector< Angle > > collOffsetRelative) |
Set collOffsetRelative with the specified vector<vector<Angle > >. | |
vector< vector< Angle > > | getCollOffsetAbsolute () const |
===> Attribute collOffsetAbsolute | |
void | setCollOffsetAbsolute (vector< vector< Angle > > collOffsetAbsolute) |
Set collOffsetAbsolute with the specified vector<vector<Angle > >. | |
vector< vector< Angle > > | getCollError () const |
===> Attribute collError | |
void | setCollError (vector< vector< Angle > > collError) |
Set collError with the specified vector<vector<Angle > >. | |
vector< vector< bool > > | getCollOffsetTied () const |
===> Attribute collOffsetTied | |
void | setCollOffsetTied (vector< vector< bool > > collOffsetTied) |
Set collOffsetTied with the specified vector<vector<bool > >. | |
vector< double > | getReducedChiSquared () const |
===> Attribute reducedChiSquared | |
void | setReducedChiSquared (vector< double > reducedChiSquared) |
Set reducedChiSquared with the specified vector<double >. | |
bool | isAveragedPolarizationsExists () const |
===> Attribute averagedPolarizations, which is optional | |
bool | getAveragedPolarizations () const |
Get averagedPolarizations, which is optional. | |
void | setAveragedPolarizations (bool averagedPolarizations) |
Set averagedPolarizations with the specified bool. | |
void | clearAveragedPolarizations () |
Mark averagedPolarizations, which is an optional field, as non-existent. | |
bool | isBeamPAExists () const |
===> Attribute beamPA, which is optional | |
vector< Angle > | getBeamPA () const |
Get beamPA, which is optional. | |
void | setBeamPA (vector< Angle > beamPA) |
Set beamPA with the specified vector<Angle >. | |
void | clearBeamPA () |
Mark beamPA, which is an optional field, as non-existent. | |
bool | isBeamPAErrorExists () const |
===> Attribute beamPAError, which is optional | |
vector< Angle > | getBeamPAError () const |
Get beamPAError, which is optional. | |
void | setBeamPAError (vector< Angle > beamPAError) |
Set beamPAError with the specified vector<Angle >. | |
void | clearBeamPAError () |
Mark beamPAError, which is an optional field, as non-existent. | |
bool | isBeamPAWasFixedExists () const |
===> Attribute beamPAWasFixed, which is optional | |
bool | getBeamPAWasFixed () const |
Get beamPAWasFixed, which is optional. | |
void | setBeamPAWasFixed (bool beamPAWasFixed) |
Set beamPAWasFixed with the specified bool. | |
void | clearBeamPAWasFixed () |
Mark beamPAWasFixed, which is an optional field, as non-existent. | |
bool | isBeamWidthExists () const |
===> Attribute beamWidth, which is optional | |
vector< vector< Angle > > | getBeamWidth () const |
Get beamWidth, which is optional. | |
void | setBeamWidth (vector< vector< Angle > > beamWidth) |
Set beamWidth with the specified vector<vector<Angle > >. | |
void | clearBeamWidth () |
Mark beamWidth, which is an optional field, as non-existent. | |
bool | isBeamWidthErrorExists () const |
===> Attribute beamWidthError, which is optional | |
vector< vector< Angle > > | getBeamWidthError () const |
Get beamWidthError, which is optional. | |
void | setBeamWidthError (vector< vector< Angle > > beamWidthError) |
Set beamWidthError with the specified vector<vector<Angle > >. | |
void | clearBeamWidthError () |
Mark beamWidthError, which is an optional field, as non-existent. | |
bool | isBeamWidthWasFixedExists () const |
===> Attribute beamWidthWasFixed, which is optional | |
vector< bool > | getBeamWidthWasFixed () const |
Get beamWidthWasFixed, which is optional. | |
void | setBeamWidthWasFixed (vector< bool > beamWidthWasFixed) |
Set beamWidthWasFixed with the specified vector<bool >. | |
void | clearBeamWidthWasFixed () |
Mark beamWidthWasFixed, which is an optional field, as non-existent. | |
bool | isOffIntensityExists () const |
===> Attribute offIntensity, which is optional | |
vector< Temperature > | getOffIntensity () const |
Get offIntensity, which is optional. | |
void | setOffIntensity (vector< Temperature > offIntensity) |
Set offIntensity with the specified vector<Temperature >. | |
void | clearOffIntensity () |
Mark offIntensity, which is an optional field, as non-existent. | |
bool | isOffIntensityErrorExists () const |
===> Attribute offIntensityError, which is optional | |
vector< Temperature > | getOffIntensityError () const |
Get offIntensityError, which is optional. | |
void | setOffIntensityError (vector< Temperature > offIntensityError) |
Set offIntensityError with the specified vector<Temperature >. | |
void | clearOffIntensityError () |
Mark offIntensityError, which is an optional field, as non-existent. | |
bool | isOffIntensityWasFixedExists () const |
===> Attribute offIntensityWasFixed, which is optional | |
bool | getOffIntensityWasFixed () const |
Get offIntensityWasFixed, which is optional. | |
void | setOffIntensityWasFixed (bool offIntensityWasFixed) |
Set offIntensityWasFixed with the specified bool. | |
void | clearOffIntensityWasFixed () |
Mark offIntensityWasFixed, which is an optional field, as non-existent. | |
bool | isPeakIntensityExists () const |
===> Attribute peakIntensity, which is optional | |
vector< Temperature > | getPeakIntensity () const |
Get peakIntensity, which is optional. | |
void | setPeakIntensity (vector< Temperature > peakIntensity) |
Set peakIntensity with the specified vector<Temperature >. | |
void | clearPeakIntensity () |
Mark peakIntensity, which is an optional field, as non-existent. | |
bool | isPeakIntensityErrorExists () const |
===> Attribute peakIntensityError, which is optional | |
vector< Temperature > | getPeakIntensityError () const |
Get peakIntensityError, which is optional. | |
void | setPeakIntensityError (vector< Temperature > peakIntensityError) |
Set peakIntensityError with the specified vector<Temperature >. | |
void | clearPeakIntensityError () |
Mark peakIntensityError, which is an optional field, as non-existent. | |
bool | isPeakIntensityWasFixedExists () const |
===> Attribute peakIntensityWasFixed, which is optional | |
bool | getPeakIntensityWasFixed () const |
Get peakIntensityWasFixed, which is optional. | |
void | setPeakIntensityWasFixed (bool peakIntensityWasFixed) |
Set peakIntensityWasFixed with the specified bool. | |
void | clearPeakIntensityWasFixed () |
Mark peakIntensityWasFixed, 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, Temperature ambientTemperature, AntennaMakeMod::AntennaMake antennaMake, AtmPhaseCorrectionMod::AtmPhaseCorrection atmPhaseCorrection, vector< Angle > direction, vector< Frequency > frequencyRange, PointingModelModeMod::PointingModelMode pointingModelMode, PointingMethodMod::PointingMethod pointingMethod, int numReceptor, vector< PolarizationTypeMod::PolarizationType > polarizationTypes, vector< vector< Angle > > collOffsetRelative, vector< vector< Angle > > collOffsetAbsolute, vector< vector< Angle > > collError, vector< vector< bool > > collOffsetTied, vector< double > reducedChiSquared) |
Compare each mandatory attribute except the autoincrementable one of this CalPointingRow with the corresponding parameters and return true if there is a match and false otherwise. | |
bool | compareRequiredValue (ArrayTime startValidTime, ArrayTime endValidTime, Temperature ambientTemperature, AntennaMakeMod::AntennaMake antennaMake, AtmPhaseCorrectionMod::AtmPhaseCorrection atmPhaseCorrection, vector< Angle > direction, vector< Frequency > frequencyRange, PointingModelModeMod::PointingModelMode pointingModelMode, PointingMethodMod::PointingMethod pointingMethod, int numReceptor, vector< PolarizationTypeMod::PolarizationType > polarizationTypes, vector< vector< Angle > > collOffsetRelative, vector< vector< Angle > > collOffsetAbsolute, vector< vector< Angle > > collError, vector< vector< bool > > collOffsetTied, vector< double > reducedChiSquared) |
Compare each mandatory value (i.e. | |
bool | equalByRequiredValue (CalPointingRow *x) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. | |
asdmIDL::CalPointingRowIDL * | toIDL () const |
Return this row in the form of an IDL struct. | |
void | toIDL (asdmIDL::CalPointingRowIDL &x) const |
Define the content of a CalPointingRowIDL struct from the values found in this row. | |
void | setFromIDL (asdmIDL::CalPointingRowIDL x) |
Fill the values of this row from the IDL struct CalPointingRowIDL. | |
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 | ~CalPointingRow () |
friend class asdm::TableStreamReader<CalPointingTable, CalPointingRow>; | |
CalPointingTable & | 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. | |
Temperature | getAmbientTemperature () const |
===> Attribute ambientTemperature | |
void | setAmbientTemperature (Temperature ambientTemperature) |
Set ambientTemperature with the specified Temperature. | |
AntennaMakeMod::AntennaMake | getAntennaMake () const |
===> Attribute antennaMake | |
void | setAntennaMake (AntennaMakeMod::AntennaMake antennaMake) |
Set antennaMake with the specified AntennaMakeMod::AntennaMake. | |
AtmPhaseCorrectionMod::AtmPhaseCorrection | getAtmPhaseCorrection () const |
===> Attribute atmPhaseCorrection | |
void | setAtmPhaseCorrection (AtmPhaseCorrectionMod::AtmPhaseCorrection atmPhaseCorrection) |
Set atmPhaseCorrection with the specified AtmPhaseCorrectionMod::AtmPhaseCorrection. | |
vector< Angle > | getDirection () const |
===> Attribute direction | |
void | setDirection (vector< Angle > direction) |
Set direction with the specified vector<Angle >. | |
vector< Frequency > | getFrequencyRange () const |
===> Attribute frequencyRange | |
void | setFrequencyRange (vector< Frequency > frequencyRange) |
Set frequencyRange with the specified vector<Frequency >. | |
PointingModelModeMod::PointingModelMode | getPointingModelMode () const |
===> Attribute pointingModelMode | |
void | setPointingModelMode (PointingModelModeMod::PointingModelMode pointingModelMode) |
Set pointingModelMode with the specified PointingModelModeMod::PointingModelMode. | |
PointingMethodMod::PointingMethod | getPointingMethod () const |
===> Attribute pointingMethod | |
void | setPointingMethod (PointingMethodMod::PointingMethod pointingMethod) |
Set pointingMethod with the specified PointingMethodMod::PointingMethod. | |
int | getNumReceptor () const |
===> Attribute numReceptor | |
void | setNumReceptor (int numReceptor) |
Set numReceptor with the specified int. | |
vector < PolarizationTypeMod::PolarizationType > | getPolarizationTypes () const |
===> Attribute polarizationTypes | |
void | setPolarizationTypes (vector< PolarizationTypeMod::PolarizationType > polarizationTypes) |
Set polarizationTypes with the specified vector<PolarizationTypeMod::PolarizationType >. | |
vector< vector< Angle > > | getCollOffsetRelative () const |
===> Attribute collOffsetRelative | |
void | setCollOffsetRelative (vector< vector< Angle > > collOffsetRelative) |
Set collOffsetRelative with the specified vector<vector<Angle > >. | |
vector< vector< Angle > > | getCollOffsetAbsolute () const |
===> Attribute collOffsetAbsolute | |
void | setCollOffsetAbsolute (vector< vector< Angle > > collOffsetAbsolute) |
Set collOffsetAbsolute with the specified vector<vector<Angle > >. | |
vector< vector< Angle > > | getCollError () const |
===> Attribute collError | |
void | setCollError (vector< vector< Angle > > collError) |
Set collError with the specified vector<vector<Angle > >. | |
vector< vector< bool > > | getCollOffsetTied () const |
===> Attribute collOffsetTied | |
void | setCollOffsetTied (vector< vector< bool > > collOffsetTied) |
Set collOffsetTied with the specified vector<vector<bool > >. | |
vector< double > | getReducedChiSquared () const |
===> Attribute reducedChiSquared | |
void | setReducedChiSquared (vector< double > reducedChiSquared) |
Set reducedChiSquared with the specified vector<double >. | |
bool | isAveragedPolarizationsExists () const |
===> Attribute averagedPolarizations, which is optional | |
bool | getAveragedPolarizations () const |
Get averagedPolarizations, which is optional. | |
void | setAveragedPolarizations (bool averagedPolarizations) |
Set averagedPolarizations with the specified bool. | |
void | clearAveragedPolarizations () |
Mark averagedPolarizations, which is an optional field, as non-existent. | |
bool | isBeamPAExists () const |
===> Attribute beamPA, which is optional | |
vector< Angle > | getBeamPA () const |
Get beamPA, which is optional. | |
void | setBeamPA (vector< Angle > beamPA) |
Set beamPA with the specified vector<Angle >. | |
void | clearBeamPA () |
Mark beamPA, which is an optional field, as non-existent. | |
bool | isBeamPAErrorExists () const |
===> Attribute beamPAError, which is optional | |
vector< Angle > | getBeamPAError () const |
Get beamPAError, which is optional. | |
void | setBeamPAError (vector< Angle > beamPAError) |
Set beamPAError with the specified vector<Angle >. | |
void | clearBeamPAError () |
Mark beamPAError, which is an optional field, as non-existent. | |
bool | isBeamPAWasFixedExists () const |
===> Attribute beamPAWasFixed, which is optional | |
bool | getBeamPAWasFixed () const |
Get beamPAWasFixed, which is optional. | |
void | setBeamPAWasFixed (bool beamPAWasFixed) |
Set beamPAWasFixed with the specified bool. | |
void | clearBeamPAWasFixed () |
Mark beamPAWasFixed, which is an optional field, as non-existent. | |
bool | isBeamWidthExists () const |
===> Attribute beamWidth, which is optional | |
vector< vector< Angle > > | getBeamWidth () const |
Get beamWidth, which is optional. | |
void | setBeamWidth (vector< vector< Angle > > beamWidth) |
Set beamWidth with the specified vector<vector<Angle > >. | |
void | clearBeamWidth () |
Mark beamWidth, which is an optional field, as non-existent. | |
bool | isBeamWidthErrorExists () const |
===> Attribute beamWidthError, which is optional | |
vector< vector< Angle > > | getBeamWidthError () const |
Get beamWidthError, which is optional. | |
void | setBeamWidthError (vector< vector< Angle > > beamWidthError) |
Set beamWidthError with the specified vector<vector<Angle > >. | |
void | clearBeamWidthError () |
Mark beamWidthError, which is an optional field, as non-existent. | |
bool | isBeamWidthWasFixedExists () const |
===> Attribute beamWidthWasFixed, which is optional | |
vector< bool > | getBeamWidthWasFixed () const |
Get beamWidthWasFixed, which is optional. | |
void | setBeamWidthWasFixed (vector< bool > beamWidthWasFixed) |
Set beamWidthWasFixed with the specified vector<bool >. | |
void | clearBeamWidthWasFixed () |
Mark beamWidthWasFixed, which is an optional field, as non-existent. | |
bool | isOffIntensityExists () const |
===> Attribute offIntensity, which is optional | |
vector< Temperature > | getOffIntensity () const |
Get offIntensity, which is optional. | |
void | setOffIntensity (vector< Temperature > offIntensity) |
Set offIntensity with the specified vector<Temperature >. | |
void | clearOffIntensity () |
Mark offIntensity, which is an optional field, as non-existent. | |
bool | isOffIntensityErrorExists () const |
===> Attribute offIntensityError, which is optional | |
vector< Temperature > | getOffIntensityError () const |
Get offIntensityError, which is optional. | |
void | setOffIntensityError (vector< Temperature > offIntensityError) |
Set offIntensityError with the specified vector<Temperature >. | |
void | clearOffIntensityError () |
Mark offIntensityError, which is an optional field, as non-existent. | |
bool | isOffIntensityWasFixedExists () const |
===> Attribute offIntensityWasFixed, which is optional | |
bool | getOffIntensityWasFixed () const |
Get offIntensityWasFixed, which is optional. | |
void | setOffIntensityWasFixed (bool offIntensityWasFixed) |
Set offIntensityWasFixed with the specified bool. | |
void | clearOffIntensityWasFixed () |
Mark offIntensityWasFixed, which is an optional field, as non-existent. | |
bool | isPeakIntensityExists () const |
===> Attribute peakIntensity, which is optional | |
vector< Temperature > | getPeakIntensity () const |
Get peakIntensity, which is optional. | |
void | setPeakIntensity (vector< Temperature > peakIntensity) |
Set peakIntensity with the specified vector<Temperature >. | |
void | clearPeakIntensity () |
Mark peakIntensity, which is an optional field, as non-existent. | |
bool | isPeakIntensityErrorExists () const |
===> Attribute peakIntensityError, which is optional | |
vector< Temperature > | getPeakIntensityError () const |
Get peakIntensityError, which is optional. | |
void | setPeakIntensityError (vector< Temperature > peakIntensityError) |
Set peakIntensityError with the specified vector<Temperature >. | |
void | clearPeakIntensityError () |
Mark peakIntensityError, which is an optional field, as non-existent. | |
bool | isPeakIntensityWasFixedExists () const |
===> Attribute peakIntensityWasFixed, which is optional | |
bool | getPeakIntensityWasFixed () const |
Get peakIntensityWasFixed, which is optional. | |
void | setPeakIntensityWasFixed (bool peakIntensityWasFixed) |
Set peakIntensityWasFixed with the specified bool. | |
void | clearPeakIntensityWasFixed () |
Mark peakIntensityWasFixed, 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, Temperature ambientTemperature, AntennaMakeMod::AntennaMake antennaMake, AtmPhaseCorrectionMod::AtmPhaseCorrection atmPhaseCorrection, vector< Angle > direction, vector< Frequency > frequencyRange, PointingModelModeMod::PointingModelMode pointingModelMode, PointingMethodMod::PointingMethod pointingMethod, int numReceptor, vector< PolarizationTypeMod::PolarizationType > polarizationTypes, vector< vector< Angle > > collOffsetRelative, vector< vector< Angle > > collOffsetAbsolute, vector< vector< Angle > > collError, vector< vector< bool > > collOffsetTied, vector< double > reducedChiSquared) |
Compare each mandatory attribute except the autoincrementable one of this CalPointingRow with the corresponding parameters and return true if there is a match and false otherwise. | |
bool | compareRequiredValue (ArrayTime startValidTime, ArrayTime endValidTime, Temperature ambientTemperature, AntennaMakeMod::AntennaMake antennaMake, AtmPhaseCorrectionMod::AtmPhaseCorrection atmPhaseCorrection, vector< Angle > direction, vector< Frequency > frequencyRange, PointingModelModeMod::PointingModelMode pointingModelMode, PointingMethodMod::PointingMethod pointingMethod, int numReceptor, vector< PolarizationTypeMod::PolarizationType > polarizationTypes, vector< vector< Angle > > collOffsetRelative, vector< vector< Angle > > collOffsetAbsolute, vector< vector< Angle > > collError, vector< vector< bool > > collOffsetTied, vector< double > reducedChiSquared) |
Compare each mandatory value (i.e. | |
bool | equalByRequiredValue (CalPointingRow *x) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. | |
asdmIDL::CalPointingRowIDL * | toIDL () const |
Return this row in the form of an IDL struct. | |
void | setFromIDL (asdmIDL::CalPointingRowIDL x) |
Fill the values of this row from the IDL struct CalPointingRowIDL. | |
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. | |
CalPointingRow (CalPointingTable &table) | |
Create a CalPointingRow. | |
CalPointingRow (CalPointingTable &table, CalPointingRow &row) | |
Create a CalPointingRow 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 | ambientTemperatureFromBin (EndianIStream &eis) |
void | antennaMakeFromBin (EndianIStream &eis) |
void | atmPhaseCorrectionFromBin (EndianIStream &eis) |
void | directionFromBin (EndianIStream &eis) |
void | frequencyRangeFromBin (EndianIStream &eis) |
void | pointingModelModeFromBin (EndianIStream &eis) |
void | pointingMethodFromBin (EndianIStream &eis) |
void | numReceptorFromBin (EndianIStream &eis) |
void | polarizationTypesFromBin (EndianIStream &eis) |
void | collOffsetRelativeFromBin (EndianIStream &eis) |
void | collOffsetAbsoluteFromBin (EndianIStream &eis) |
void | collErrorFromBin (EndianIStream &eis) |
void | collOffsetTiedFromBin (EndianIStream &eis) |
void | reducedChiSquaredFromBin (EndianIStream &eis) |
void | averagedPolarizationsFromBin (EndianIStream &eis) |
void | beamPAFromBin (EndianIStream &eis) |
void | beamPAErrorFromBin (EndianIStream &eis) |
void | beamPAWasFixedFromBin (EndianIStream &eis) |
void | beamWidthFromBin (EndianIStream &eis) |
void | beamWidthErrorFromBin (EndianIStream &eis) |
void | beamWidthWasFixedFromBin (EndianIStream &eis) |
void | offIntensityFromBin (EndianIStream &eis) |
void | offIntensityErrorFromBin (EndianIStream &eis) |
void | offIntensityWasFixedFromBin (EndianIStream &eis) |
void | peakIntensityFromBin (EndianIStream &eis) |
void | peakIntensityErrorFromBin (EndianIStream &eis) |
void | peakIntensityWasFixedFromBin (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 | ambientTemperatureFromText (const string &s) |
void | antennaMakeFromText (const string &s) |
void | atmPhaseCorrectionFromText (const string &s) |
void | directionFromText (const string &s) |
void | frequencyRangeFromText (const string &s) |
void | pointingModelModeFromText (const string &s) |
void | pointingMethodFromText (const string &s) |
void | numReceptorFromText (const string &s) |
void | polarizationTypesFromText (const string &s) |
void | collOffsetRelativeFromText (const string &s) |
void | collOffsetAbsoluteFromText (const string &s) |
void | collErrorFromText (const string &s) |
void | collOffsetTiedFromText (const string &s) |
void | reducedChiSquaredFromText (const string &s) |
void | averagedPolarizationsFromText (const string &s) |
void | beamPAFromText (const string &s) |
void | beamPAErrorFromText (const string &s) |
void | beamPAWasFixedFromText (const string &s) |
void | beamWidthFromText (const string &s) |
void | beamWidthErrorFromText (const string &s) |
void | beamWidthWasFixedFromText (const string &s) |
void | offIntensityFromText (const string &s) |
void | offIntensityErrorFromText (const string &s) |
void | offIntensityWasFixedFromText (const string &s) |
void | peakIntensityFromText (const string &s) |
void | peakIntensityErrorFromText (const string &s) |
void | peakIntensityWasFixedFromText (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. | |
CalPointingRow (CalPointingTable &table) | |
Create a CalPointingRow. | |
CalPointingRow (CalPointingTable &table, CalPointingRow &row) | |
Create a CalPointingRow 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 | ambientTemperatureFromBin (EndianIStream &eis) |
void | antennaMakeFromBin (EndianIStream &eis) |
void | atmPhaseCorrectionFromBin (EndianIStream &eis) |
void | directionFromBin (EndianIStream &eis) |
void | frequencyRangeFromBin (EndianIStream &eis) |
void | pointingModelModeFromBin (EndianIStream &eis) |
void | pointingMethodFromBin (EndianIStream &eis) |
void | numReceptorFromBin (EndianIStream &eis) |
void | polarizationTypesFromBin (EndianIStream &eis) |
void | collOffsetRelativeFromBin (EndianIStream &eis) |
void | collOffsetAbsoluteFromBin (EndianIStream &eis) |
void | collErrorFromBin (EndianIStream &eis) |
void | collOffsetTiedFromBin (EndianIStream &eis) |
void | reducedChiSquaredFromBin (EndianIStream &eis) |
void | averagedPolarizationsFromBin (EndianIStream &eis) |
void | beamPAFromBin (EndianIStream &eis) |
void | beamPAErrorFromBin (EndianIStream &eis) |
void | beamPAWasFixedFromBin (EndianIStream &eis) |
void | beamWidthFromBin (EndianIStream &eis) |
void | beamWidthErrorFromBin (EndianIStream &eis) |
void | beamWidthWasFixedFromBin (EndianIStream &eis) |
void | offIntensityFromBin (EndianIStream &eis) |
void | offIntensityErrorFromBin (EndianIStream &eis) |
void | offIntensityWasFixedFromBin (EndianIStream &eis) |
void | peakIntensityFromBin (EndianIStream &eis) |
void | peakIntensityErrorFromBin (EndianIStream &eis) |
void | peakIntensityWasFixedFromBin (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 | ambientTemperatureFromText (const string &s) |
void | antennaMakeFromText (const string &s) |
void | atmPhaseCorrectionFromText (const string &s) |
void | directionFromText (const string &s) |
void | frequencyRangeFromText (const string &s) |
void | pointingModelModeFromText (const string &s) |
void | pointingMethodFromText (const string &s) |
void | numReceptorFromText (const string &s) |
void | polarizationTypesFromText (const string &s) |
void | collOffsetRelativeFromText (const string &s) |
void | collOffsetAbsoluteFromText (const string &s) |
void | collErrorFromText (const string &s) |
void | collOffsetTiedFromText (const string &s) |
void | reducedChiSquaredFromText (const string &s) |
void | averagedPolarizationsFromText (const string &s) |
void | beamPAFromText (const string &s) |
void | beamPAErrorFromText (const string &s) |
void | beamPAWasFixedFromText (const string &s) |
void | beamWidthFromText (const string &s) |
void | beamWidthErrorFromText (const string &s) |
void | beamWidthWasFixedFromText (const string &s) |
void | offIntensityFromText (const string &s) |
void | offIntensityErrorFromText (const string &s) |
void | offIntensityWasFixedFromText (const string &s) |
void | peakIntensityFromText (const string &s) |
void | peakIntensityErrorFromText (const string &s) |
void | peakIntensityWasFixedFromText (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 | |
CalPointingTable & | 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 | |
Temperature | ambientTemperature |
===> Attribute ambientTemperature | |
AntennaMakeMod::AntennaMake | antennaMake |
===> Attribute antennaMake | |
AtmPhaseCorrectionMod::AtmPhaseCorrection | atmPhaseCorrection |
===> Attribute atmPhaseCorrection | |
vector< Angle > | direction |
===> Attribute direction | |
vector< Frequency > | frequencyRange |
===> Attribute frequencyRange | |
PointingModelModeMod::PointingModelMode | pointingModelMode |
===> Attribute pointingModelMode | |
PointingMethodMod::PointingMethod | pointingMethod |
===> Attribute pointingMethod | |
int | numReceptor |
===> Attribute numReceptor | |
vector < PolarizationTypeMod::PolarizationType > | polarizationTypes |
===> Attribute polarizationTypes | |
vector< vector< Angle > > | collOffsetRelative |
===> Attribute collOffsetRelative | |
vector< vector< Angle > > | collOffsetAbsolute |
===> Attribute collOffsetAbsolute | |
vector< vector< Angle > > | collError |
===> Attribute collError | |
vector< vector< bool > > | collOffsetTied |
===> Attribute collOffsetTied | |
vector< double > | reducedChiSquared |
===> Attribute reducedChiSquared | |
bool | averagedPolarizationsExists |
===> Attribute averagedPolarizations, which is optional | |
bool | averagedPolarizations |
bool | beamPAExists |
===> Attribute beamPA, which is optional | |
vector< Angle > | beamPA |
bool | beamPAErrorExists |
===> Attribute beamPAError, which is optional | |
vector< Angle > | beamPAError |
bool | beamPAWasFixedExists |
===> Attribute beamPAWasFixed, which is optional | |
bool | beamPAWasFixed |
bool | beamWidthExists |
===> Attribute beamWidth, which is optional | |
vector< vector< Angle > > | beamWidth |
bool | beamWidthErrorExists |
===> Attribute beamWidthError, which is optional | |
vector< vector< Angle > > | beamWidthError |
bool | beamWidthWasFixedExists |
===> Attribute beamWidthWasFixed, which is optional | |
vector< bool > | beamWidthWasFixed |
bool | offIntensityExists |
===> Attribute offIntensity, which is optional | |
vector< Temperature > | offIntensity |
bool | offIntensityErrorExists |
===> Attribute offIntensityError, which is optional | |
vector< Temperature > | offIntensityError |
bool | offIntensityWasFixedExists |
===> Attribute offIntensityWasFixed, which is optional | |
bool | offIntensityWasFixed |
bool | peakIntensityExists |
===> Attribute peakIntensity, which is optional | |
vector< Temperature > | peakIntensity |
bool | peakIntensityErrorExists |
===> Attribute peakIntensityError, which is optional | |
vector< Temperature > | peakIntensityError |
bool | peakIntensityWasFixedExists |
===> Attribute peakIntensityWasFixed, which is optional | |
bool | peakIntensityWasFixed |
Tag | calReductionId |
===> Attribute calReductionId | |
Links *binary deserialization material from an EndianIStream std::map< std::string, CalPointingAttributeFromBin > | fromBinMethods |
*text deserialization material std::map< std::string, CalPointingAttributeFromText > | fromTextMethods |
Friends | |
class | asdm::CalPointingTable |
class | asdm::RowTransformer< CalPointingRow > |
The CalPointingRow class is a row of a CalPointingTable.
Generated from model's revision "1.64", branch "HEAD"
Generated from model's revision "1.61", branch "HEAD"
Definition at line 182 of file CalPointingRow.h.
virtual asdm::CalPointingRow::~CalPointingRow | ( | ) | [virtual] |
friend class asdm::TableStreamReader<CalPointingTable, CalPointingRow>;
asdm::CalPointingRow::CalPointingRow | ( | CalPointingTable & | table | ) | [private] |
Create a CalPointingRow.
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::CalPointingRow::CalPointingRow | ( | CalPointingTable & | table, |
CalPointingRow & | row | ||
) | [private] |
Create a CalPointingRow using a copy constructor mechanism.
Given a CalPointingRow row and a CalPointingTable table, the method creates a new CalPointingRow 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::CalPointingRow::~CalPointingRow | ( | ) | [virtual] |
friend class asdm::TableStreamReader<CalPointingTable, CalPointingRow>;
asdm::CalPointingRow::CalPointingRow | ( | CalPointingTable & | table | ) | [private] |
Create a CalPointingRow.
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::CalPointingRow::CalPointingRow | ( | CalPointingTable & | table, |
CalPointingRow & | row | ||
) | [private] |
Create a CalPointingRow using a copy constructor mechanism.
Given a CalPointingRow row and a CalPointingTable table, the method creates a new CalPointingRow 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::CalPointingRow::ambientTemperatureFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingRow::ambientTemperatureFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingRow::ambientTemperatureFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingRow::ambientTemperatureFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingRow::antennaMakeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingRow::antennaMakeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingRow::antennaMakeFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingRow::antennaMakeFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingRow::antennaNameFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingRow::antennaNameFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingRow::antennaNameFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingRow::antennaNameFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingRow::atmPhaseCorrectionFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingRow::atmPhaseCorrectionFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingRow::atmPhaseCorrectionFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingRow::atmPhaseCorrectionFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingRow::averagedPolarizationsFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingRow::averagedPolarizationsFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingRow::averagedPolarizationsFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingRow::averagedPolarizationsFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingRow::beamPAErrorFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingRow::beamPAErrorFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingRow::beamPAErrorFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingRow::beamPAErrorFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingRow::beamPAFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingRow::beamPAFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingRow::beamPAFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingRow::beamPAFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingRow::beamPAWasFixedFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingRow::beamPAWasFixedFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingRow::beamPAWasFixedFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingRow::beamPAWasFixedFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingRow::beamWidthErrorFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingRow::beamWidthErrorFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingRow::beamWidthErrorFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingRow::beamWidthErrorFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingRow::beamWidthFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingRow::beamWidthFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingRow::beamWidthFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingRow::beamWidthFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingRow::beamWidthWasFixedFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingRow::beamWidthWasFixedFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingRow::beamWidthWasFixedFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingRow::beamWidthWasFixedFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingRow::calDataIdFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingRow::calDataIdFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingRow::calDataIdFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingRow::calDataIdFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingRow::calReductionIdFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingRow::calReductionIdFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingRow::calReductionIdFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingRow::calReductionIdFromText | ( | const string & | s | ) | [private] |
Mark averagedPolarizations, which is an optional field, as non-existent.
Mark averagedPolarizations, which is an optional field, as non-existent.
void asdm::CalPointingRow::clearBeamPA | ( | ) |
Mark beamPA, which is an optional field, as non-existent.
void asdm::CalPointingRow::clearBeamPA | ( | ) |
Mark beamPA, which is an optional field, as non-existent.
Mark beamPAError, which is an optional field, as non-existent.
Mark beamPAError, which is an optional field, as non-existent.
Mark beamPAWasFixed, which is an optional field, as non-existent.
Mark beamPAWasFixed, which is an optional field, as non-existent.
void asdm::CalPointingRow::clearBeamWidth | ( | ) |
Mark beamWidth, which is an optional field, as non-existent.
void asdm::CalPointingRow::clearBeamWidth | ( | ) |
Mark beamWidth, which is an optional field, as non-existent.
Mark beamWidthError, which is an optional field, as non-existent.
Mark beamWidthError, which is an optional field, as non-existent.
Mark beamWidthWasFixed, which is an optional field, as non-existent.
Mark beamWidthWasFixed, which is an optional field, as non-existent.
Mark offIntensity, which is an optional field, as non-existent.
Mark offIntensity, which is an optional field, as non-existent.
Mark offIntensityError, which is an optional field, as non-existent.
Mark offIntensityError, which is an optional field, as non-existent.
Mark offIntensityWasFixed, which is an optional field, as non-existent.
Mark offIntensityWasFixed, which is an optional field, as non-existent.
Mark peakIntensity, which is an optional field, as non-existent.
Mark peakIntensity, which is an optional field, as non-existent.
Mark peakIntensityError, which is an optional field, as non-existent.
Mark peakIntensityError, which is an optional field, as non-existent.
Mark peakIntensityWasFixed, which is an optional field, as non-existent.
Mark peakIntensityWasFixed, which is an optional field, as non-existent.
void asdm::CalPointingRow::collErrorFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingRow::collErrorFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingRow::collErrorFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingRow::collErrorFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingRow::collOffsetAbsoluteFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingRow::collOffsetAbsoluteFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingRow::collOffsetAbsoluteFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingRow::collOffsetAbsoluteFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingRow::collOffsetRelativeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingRow::collOffsetRelativeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingRow::collOffsetRelativeFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingRow::collOffsetRelativeFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingRow::collOffsetTiedFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingRow::collOffsetTiedFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingRow::collOffsetTiedFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingRow::collOffsetTiedFromText | ( | const string & | s | ) | [private] |
bool asdm::CalPointingRow::compareNoAutoInc | ( | string | antennaName, |
ReceiverBandMod::ReceiverBand | receiverBand, | ||
Tag | calDataId, | ||
Tag | calReductionId, | ||
ArrayTime | startValidTime, | ||
ArrayTime | endValidTime, | ||
Temperature | ambientTemperature, | ||
AntennaMakeMod::AntennaMake | antennaMake, | ||
AtmPhaseCorrectionMod::AtmPhaseCorrection | atmPhaseCorrection, | ||
vector< Angle > | direction, | ||
vector< Frequency > | frequencyRange, | ||
PointingModelModeMod::PointingModelMode | pointingModelMode, | ||
PointingMethodMod::PointingMethod | pointingMethod, | ||
int | numReceptor, | ||
vector< PolarizationTypeMod::PolarizationType > | polarizationTypes, | ||
vector< vector< Angle > > | collOffsetRelative, | ||
vector< vector< Angle > > | collOffsetAbsolute, | ||
vector< vector< Angle > > | collError, | ||
vector< vector< bool > > | collOffsetTied, | ||
vector< double > | reducedChiSquared | ||
) |
Compare each mandatory attribute except the autoincrementable one of this CalPointingRow with the corresponding parameters and return true if there is a match and false otherwise.
antennaName | |
receiverBand | |
calDataId | |
calReductionId | |
startValidTime | |
endValidTime | |
ambientTemperature | |
antennaMake | |
atmPhaseCorrection | |
direction | |
frequencyRange | |
pointingModelMode | |
pointingMethod | |
numReceptor | |
polarizationTypes | |
collOffsetRelative | |
collOffsetAbsolute | |
collError | |
collOffsetTied | |
reducedChiSquared |
bool asdm::CalPointingRow::compareNoAutoInc | ( | string | antennaName, |
ReceiverBandMod::ReceiverBand | receiverBand, | ||
Tag | calDataId, | ||
Tag | calReductionId, | ||
ArrayTime | startValidTime, | ||
ArrayTime | endValidTime, | ||
Temperature | ambientTemperature, | ||
AntennaMakeMod::AntennaMake | antennaMake, | ||
AtmPhaseCorrectionMod::AtmPhaseCorrection | atmPhaseCorrection, | ||
vector< Angle > | direction, | ||
vector< Frequency > | frequencyRange, | ||
PointingModelModeMod::PointingModelMode | pointingModelMode, | ||
PointingMethodMod::PointingMethod | pointingMethod, | ||
int | numReceptor, | ||
vector< PolarizationTypeMod::PolarizationType > | polarizationTypes, | ||
vector< vector< Angle > > | collOffsetRelative, | ||
vector< vector< Angle > > | collOffsetAbsolute, | ||
vector< vector< Angle > > | collError, | ||
vector< vector< bool > > | collOffsetTied, | ||
vector< double > | reducedChiSquared | ||
) |
Compare each mandatory attribute except the autoincrementable one of this CalPointingRow with the corresponding parameters and return true if there is a match and false otherwise.
antennaName | |
receiverBand | |
calDataId | |
calReductionId | |
startValidTime | |
endValidTime | |
ambientTemperature | |
antennaMake | |
atmPhaseCorrection | |
direction | |
frequencyRange | |
pointingModelMode | |
pointingMethod | |
numReceptor | |
polarizationTypes | |
collOffsetRelative | |
collOffsetAbsolute | |
collError | |
collOffsetTied | |
reducedChiSquared |
bool asdm::CalPointingRow::compareRequiredValue | ( | ArrayTime | startValidTime, |
ArrayTime | endValidTime, | ||
Temperature | ambientTemperature, | ||
AntennaMakeMod::AntennaMake | antennaMake, | ||
AtmPhaseCorrectionMod::AtmPhaseCorrection | atmPhaseCorrection, | ||
vector< Angle > | direction, | ||
vector< Frequency > | frequencyRange, | ||
PointingModelModeMod::PointingModelMode | pointingModelMode, | ||
PointingMethodMod::PointingMethod | pointingMethod, | ||
int | numReceptor, | ||
vector< PolarizationTypeMod::PolarizationType > | polarizationTypes, | ||
vector< vector< Angle > > | collOffsetRelative, | ||
vector< vector< Angle > > | collOffsetAbsolute, | ||
vector< vector< Angle > > | collError, | ||
vector< vector< bool > > | collOffsetTied, | ||
vector< 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 | |
ambientTemperature | |
antennaMake | |
atmPhaseCorrection | |
direction | |
frequencyRange | |
pointingModelMode | |
pointingMethod | |
numReceptor | |
polarizationTypes | |
collOffsetRelative | |
collOffsetAbsolute | |
collError | |
collOffsetTied | |
reducedChiSquared |
bool asdm::CalPointingRow::compareRequiredValue | ( | ArrayTime | startValidTime, |
ArrayTime | endValidTime, | ||
Temperature | ambientTemperature, | ||
AntennaMakeMod::AntennaMake | antennaMake, | ||
AtmPhaseCorrectionMod::AtmPhaseCorrection | atmPhaseCorrection, | ||
vector< Angle > | direction, | ||
vector< Frequency > | frequencyRange, | ||
PointingModelModeMod::PointingModelMode | pointingModelMode, | ||
PointingMethodMod::PointingMethod | pointingMethod, | ||
int | numReceptor, | ||
vector< PolarizationTypeMod::PolarizationType > | polarizationTypes, | ||
vector< vector< Angle > > | collOffsetRelative, | ||
vector< vector< Angle > > | collOffsetAbsolute, | ||
vector< vector< Angle > > | collError, | ||
vector< vector< bool > > | collOffsetTied, | ||
vector< 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 | |
ambientTemperature | |
antennaMake | |
atmPhaseCorrection | |
direction | |
frequencyRange | |
pointingModelMode | |
pointingMethod | |
numReceptor | |
polarizationTypes | |
collOffsetRelative | |
collOffsetAbsolute | |
collError | |
collOffsetTied | |
reducedChiSquared |
void asdm::CalPointingRow::directionFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingRow::directionFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingRow::directionFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingRow::directionFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingRow::endValidTimeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingRow::endValidTimeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingRow::endValidTimeFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingRow::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 CalPointingRow 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 CalPointingRow whose required attributes of the value part will be compared with those of this. |
void asdm::CalPointingRow::frequencyRangeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingRow::frequencyRangeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingRow::frequencyRangeFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingRow::frequencyRangeFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingRow::fromText | ( | const std::string & | attributeName, |
const std::string & | t | ||
) | [private] |
AntennaMakeMod::AntennaMake asdm::CalPointingRow::getAntennaMake | ( | ) | const |
===> Attribute antennaMake
Get antennaMake.
AntennaMakeMod::AntennaMake asdm::CalPointingRow::getAntennaMake | ( | ) | const |
===> Attribute antennaMake
Get antennaMake.
AtmPhaseCorrectionMod::AtmPhaseCorrection asdm::CalPointingRow::getAtmPhaseCorrection | ( | ) | const |
===> Attribute atmPhaseCorrection
Get atmPhaseCorrection.
AtmPhaseCorrectionMod::AtmPhaseCorrection asdm::CalPointingRow::getAtmPhaseCorrection | ( | ) | const |
===> Attribute atmPhaseCorrection
Get atmPhaseCorrection.
bool asdm::CalPointingRow::getAveragedPolarizations | ( | ) | const |
Get averagedPolarizations, which is optional.
IllegalAccessException | If averagedPolarizations does not exist. |
bool asdm::CalPointingRow::getAveragedPolarizations | ( | ) | const |
Get averagedPolarizations, which is optional.
IllegalAccessException | If averagedPolarizations does not exist. |
vector<Angle > asdm::CalPointingRow::getBeamPA | ( | ) | const |
Get beamPA, which is optional.
IllegalAccessException | If beamPA does not exist. |
vector<Angle > asdm::CalPointingRow::getBeamPA | ( | ) | const |
Get beamPA, which is optional.
IllegalAccessException | If beamPA does not exist. |
vector<Angle > asdm::CalPointingRow::getBeamPAError | ( | ) | const |
Get beamPAError, which is optional.
IllegalAccessException | If beamPAError does not exist. |
vector<Angle > asdm::CalPointingRow::getBeamPAError | ( | ) | const |
Get beamPAError, which is optional.
IllegalAccessException | If beamPAError does not exist. |
bool asdm::CalPointingRow::getBeamPAWasFixed | ( | ) | const |
Get beamPAWasFixed, which is optional.
IllegalAccessException | If beamPAWasFixed does not exist. |
bool asdm::CalPointingRow::getBeamPAWasFixed | ( | ) | const |
Get beamPAWasFixed, which is optional.
IllegalAccessException | If beamPAWasFixed does not exist. |
vector<vector<Angle > > asdm::CalPointingRow::getBeamWidth | ( | ) | const |
Get beamWidth, which is optional.
IllegalAccessException | If beamWidth does not exist. |
vector<vector<Angle > > asdm::CalPointingRow::getBeamWidth | ( | ) | const |
Get beamWidth, which is optional.
IllegalAccessException | If beamWidth does not exist. |
vector<vector<Angle > > asdm::CalPointingRow::getBeamWidthError | ( | ) | const |
Get beamWidthError, which is optional.
IllegalAccessException | If beamWidthError does not exist. |
vector<vector<Angle > > asdm::CalPointingRow::getBeamWidthError | ( | ) | const |
Get beamWidthError, which is optional.
IllegalAccessException | If beamWidthError does not exist. |
vector<bool > asdm::CalPointingRow::getBeamWidthWasFixed | ( | ) | const |
Get beamWidthWasFixed, which is optional.
IllegalAccessException | If beamWidthWasFixed does not exist. |
vector<bool > asdm::CalPointingRow::getBeamWidthWasFixed | ( | ) | const |
Get beamWidthWasFixed, which is optional.
IllegalAccessException | If beamWidthWasFixed does not exist. |
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
Tag asdm::CalPointingRow::getCalReductionId | ( | ) | const |
Tag asdm::CalPointingRow::getCalReductionId | ( | ) | const |
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<vector<Angle > > asdm::CalPointingRow::getCollError | ( | ) | const |
===> Attribute collError
Get collError.
vector<vector<Angle > > asdm::CalPointingRow::getCollError | ( | ) | const |
===> Attribute collError
Get collError.
vector<vector<Angle > > asdm::CalPointingRow::getCollOffsetAbsolute | ( | ) | const |
===> Attribute collOffsetAbsolute
Get collOffsetAbsolute.
vector<vector<Angle > > asdm::CalPointingRow::getCollOffsetAbsolute | ( | ) | const |
===> Attribute collOffsetAbsolute
Get collOffsetAbsolute.
vector<vector<Angle > > asdm::CalPointingRow::getCollOffsetRelative | ( | ) | const |
===> Attribute collOffsetRelative
Get collOffsetRelative.
vector<vector<Angle > > asdm::CalPointingRow::getCollOffsetRelative | ( | ) | const |
===> Attribute collOffsetRelative
Get collOffsetRelative.
vector<vector<bool > > asdm::CalPointingRow::getCollOffsetTied | ( | ) | const |
===> Attribute collOffsetTied
Get collOffsetTied.
vector<vector<bool > > asdm::CalPointingRow::getCollOffsetTied | ( | ) | const |
===> Attribute collOffsetTied
Get collOffsetTied.
vector<Angle > asdm::CalPointingRow::getDirection | ( | ) | const |
===> Attribute direction
Get direction.
vector<Angle > asdm::CalPointingRow::getDirection | ( | ) | const |
===> Attribute direction
Get direction.
vector<Frequency > asdm::CalPointingRow::getFrequencyRange | ( | ) | const |
===> Attribute frequencyRange
Get frequencyRange.
vector<Frequency > asdm::CalPointingRow::getFrequencyRange | ( | ) | const |
===> Attribute frequencyRange
Get frequencyRange.
int asdm::CalPointingRow::getNumReceptor | ( | ) | const |
===> Attribute numReceptor
Get numReceptor.
int asdm::CalPointingRow::getNumReceptor | ( | ) | const |
===> Attribute numReceptor
Get numReceptor.
vector<Temperature > asdm::CalPointingRow::getOffIntensity | ( | ) | const |
Get offIntensity, which is optional.
IllegalAccessException | If offIntensity does not exist. |
vector<Temperature > asdm::CalPointingRow::getOffIntensity | ( | ) | const |
Get offIntensity, which is optional.
IllegalAccessException | If offIntensity does not exist. |
vector<Temperature > asdm::CalPointingRow::getOffIntensityError | ( | ) | const |
Get offIntensityError, which is optional.
IllegalAccessException | If offIntensityError does not exist. |
vector<Temperature > asdm::CalPointingRow::getOffIntensityError | ( | ) | const |
Get offIntensityError, which is optional.
IllegalAccessException | If offIntensityError does not exist. |
bool asdm::CalPointingRow::getOffIntensityWasFixed | ( | ) | const |
Get offIntensityWasFixed, which is optional.
IllegalAccessException | If offIntensityWasFixed does not exist. |
bool asdm::CalPointingRow::getOffIntensityWasFixed | ( | ) | const |
Get offIntensityWasFixed, which is optional.
IllegalAccessException | If offIntensityWasFixed does not exist. |
vector<Temperature > asdm::CalPointingRow::getPeakIntensity | ( | ) | const |
Get peakIntensity, which is optional.
IllegalAccessException | If peakIntensity does not exist. |
vector<Temperature > asdm::CalPointingRow::getPeakIntensity | ( | ) | const |
Get peakIntensity, which is optional.
IllegalAccessException | If peakIntensity does not exist. |
vector<Temperature > asdm::CalPointingRow::getPeakIntensityError | ( | ) | const |
Get peakIntensityError, which is optional.
IllegalAccessException | If peakIntensityError does not exist. |
vector<Temperature > asdm::CalPointingRow::getPeakIntensityError | ( | ) | const |
Get peakIntensityError, which is optional.
IllegalAccessException | If peakIntensityError does not exist. |
bool asdm::CalPointingRow::getPeakIntensityWasFixed | ( | ) | const |
Get peakIntensityWasFixed, which is optional.
IllegalAccessException | If peakIntensityWasFixed does not exist. |
bool asdm::CalPointingRow::getPeakIntensityWasFixed | ( | ) | const |
Get peakIntensityWasFixed, which is optional.
IllegalAccessException | If peakIntensityWasFixed does not exist. |
PointingMethodMod::PointingMethod asdm::CalPointingRow::getPointingMethod | ( | ) | const |
===> Attribute pointingMethod
Get pointingMethod.
PointingMethodMod::PointingMethod asdm::CalPointingRow::getPointingMethod | ( | ) | const |
===> Attribute pointingMethod
Get pointingMethod.
PointingModelModeMod::PointingModelMode asdm::CalPointingRow::getPointingModelMode | ( | ) | const |
===> Attribute pointingModelMode
Get pointingModelMode.
PointingModelModeMod::PointingModelMode asdm::CalPointingRow::getPointingModelMode | ( | ) | const |
===> Attribute pointingModelMode
Get pointingModelMode.
vector<PolarizationTypeMod::PolarizationType > asdm::CalPointingRow::getPolarizationTypes | ( | ) | const |
===> Attribute polarizationTypes
Get polarizationTypes.
vector<PolarizationTypeMod::PolarizationType > asdm::CalPointingRow::getPolarizationTypes | ( | ) | const |
===> Attribute polarizationTypes
Get polarizationTypes.
ReceiverBandMod::ReceiverBand asdm::CalPointingRow::getReceiverBand | ( | ) | const |
===> Attribute receiverBand
Get receiverBand.
ReceiverBandMod::ReceiverBand asdm::CalPointingRow::getReceiverBand | ( | ) | const |
===> Attribute receiverBand
Get receiverBand.
vector<double > asdm::CalPointingRow::getReducedChiSquared | ( | ) | const |
===> Attribute reducedChiSquared
Get reducedChiSquared.
vector<double > asdm::CalPointingRow::getReducedChiSquared | ( | ) | const |
===> Attribute reducedChiSquared
Get reducedChiSquared.
CalPointingTable& asdm::CalPointingRow::getTable | ( | ) | const |
Return the table to which this row belongs.
CalPointingTable& asdm::CalPointingRow::getTable | ( | ) | const |
Return the table to which this row belongs.
bool asdm::CalPointingRow::isAdded | ( | ) | const |
Has this row been added to its table ?
bool asdm::CalPointingRow::isAdded | ( | ) | const |
Has this row been added to its table ?
void asdm::CalPointingRow::isAdded | ( | bool | added | ) | [private] |
This method is used by the Table class when this row is added to the table.
void asdm::CalPointingRow::isAdded | ( | bool | added | ) | [private] |
This method is used by the Table class when this row is added to the table.
bool asdm::CalPointingRow::isAveragedPolarizationsExists | ( | ) | const |
===> Attribute averagedPolarizations, which is optional
The attribute averagedPolarizations is optional. Return true if this attribute exists.
bool asdm::CalPointingRow::isAveragedPolarizationsExists | ( | ) | const |
===> Attribute averagedPolarizations, which is optional
The attribute averagedPolarizations is optional. Return true if this attribute exists.
bool asdm::CalPointingRow::isBeamPAErrorExists | ( | ) | const |
===> Attribute beamPAError, which is optional
The attribute beamPAError is optional. Return true if this attribute exists.
bool asdm::CalPointingRow::isBeamPAErrorExists | ( | ) | const |
===> Attribute beamPAError, which is optional
The attribute beamPAError is optional. Return true if this attribute exists.
bool asdm::CalPointingRow::isBeamPAExists | ( | ) | const |
===> Attribute beamPA, which is optional
The attribute beamPA is optional. Return true if this attribute exists.
bool asdm::CalPointingRow::isBeamPAExists | ( | ) | const |
===> Attribute beamPA, which is optional
The attribute beamPA is optional. Return true if this attribute exists.
bool asdm::CalPointingRow::isBeamPAWasFixedExists | ( | ) | const |
===> Attribute beamPAWasFixed, which is optional
The attribute beamPAWasFixed is optional. Return true if this attribute exists.
bool asdm::CalPointingRow::isBeamPAWasFixedExists | ( | ) | const |
===> Attribute beamPAWasFixed, which is optional
The attribute beamPAWasFixed is optional. Return true if this attribute exists.
bool asdm::CalPointingRow::isBeamWidthErrorExists | ( | ) | const |
===> Attribute beamWidthError, which is optional
The attribute beamWidthError is optional. Return true if this attribute exists.
bool asdm::CalPointingRow::isBeamWidthErrorExists | ( | ) | const |
===> Attribute beamWidthError, which is optional
The attribute beamWidthError is optional. Return true if this attribute exists.
bool asdm::CalPointingRow::isBeamWidthExists | ( | ) | const |
===> Attribute beamWidth, which is optional
The attribute beamWidth is optional. Return true if this attribute exists.
bool asdm::CalPointingRow::isBeamWidthExists | ( | ) | const |
===> Attribute beamWidth, which is optional
The attribute beamWidth is optional. Return true if this attribute exists.
bool asdm::CalPointingRow::isBeamWidthWasFixedExists | ( | ) | const |
===> Attribute beamWidthWasFixed, which is optional
The attribute beamWidthWasFixed is optional. Return true if this attribute exists.
bool asdm::CalPointingRow::isBeamWidthWasFixedExists | ( | ) | const |
===> Attribute beamWidthWasFixed, which is optional
The attribute beamWidthWasFixed is optional. Return true if this attribute exists.
bool asdm::CalPointingRow::isOffIntensityErrorExists | ( | ) | const |
===> Attribute offIntensityError, which is optional
The attribute offIntensityError is optional. Return true if this attribute exists.
bool asdm::CalPointingRow::isOffIntensityErrorExists | ( | ) | const |
===> Attribute offIntensityError, which is optional
The attribute offIntensityError is optional. Return true if this attribute exists.
bool asdm::CalPointingRow::isOffIntensityExists | ( | ) | const |
===> Attribute offIntensity, which is optional
The attribute offIntensity is optional. Return true if this attribute exists.
bool asdm::CalPointingRow::isOffIntensityExists | ( | ) | const |
===> Attribute offIntensity, which is optional
The attribute offIntensity is optional. Return true if this attribute exists.
bool asdm::CalPointingRow::isOffIntensityWasFixedExists | ( | ) | const |
===> Attribute offIntensityWasFixed, which is optional
The attribute offIntensityWasFixed is optional. Return true if this attribute exists.
bool asdm::CalPointingRow::isOffIntensityWasFixedExists | ( | ) | const |
===> Attribute offIntensityWasFixed, which is optional
The attribute offIntensityWasFixed is optional. Return true if this attribute exists.
bool asdm::CalPointingRow::isPeakIntensityErrorExists | ( | ) | const |
===> Attribute peakIntensityError, which is optional
The attribute peakIntensityError is optional. Return true if this attribute exists.
bool asdm::CalPointingRow::isPeakIntensityErrorExists | ( | ) | const |
===> Attribute peakIntensityError, which is optional
The attribute peakIntensityError is optional. Return true if this attribute exists.
bool asdm::CalPointingRow::isPeakIntensityExists | ( | ) | const |
===> Attribute peakIntensity, which is optional
The attribute peakIntensity is optional. Return true if this attribute exists.
bool asdm::CalPointingRow::isPeakIntensityExists | ( | ) | const |
===> Attribute peakIntensity, which is optional
The attribute peakIntensity is optional. Return true if this attribute exists.
bool asdm::CalPointingRow::isPeakIntensityWasFixedExists | ( | ) | const |
===> Attribute peakIntensityWasFixed, which is optional
The attribute peakIntensityWasFixed is optional. Return true if this attribute exists.
bool asdm::CalPointingRow::isPeakIntensityWasFixedExists | ( | ) | const |
===> Attribute peakIntensityWasFixed, which is optional
The attribute peakIntensityWasFixed is optional. Return true if this attribute exists.
void asdm::CalPointingRow::numReceptorFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingRow::numReceptorFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingRow::numReceptorFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingRow::numReceptorFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingRow::offIntensityErrorFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingRow::offIntensityErrorFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingRow::offIntensityErrorFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingRow::offIntensityErrorFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingRow::offIntensityFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingRow::offIntensityFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingRow::offIntensityFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingRow::offIntensityFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingRow::offIntensityWasFixedFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingRow::offIntensityWasFixedFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingRow::offIntensityWasFixedFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingRow::offIntensityWasFixedFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingRow::peakIntensityErrorFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingRow::peakIntensityErrorFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingRow::peakIntensityErrorFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingRow::peakIntensityErrorFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingRow::peakIntensityFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingRow::peakIntensityFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingRow::peakIntensityFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingRow::peakIntensityFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingRow::peakIntensityWasFixedFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingRow::peakIntensityWasFixedFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingRow::peakIntensityWasFixedFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingRow::peakIntensityWasFixedFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingRow::pointingMethodFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingRow::pointingMethodFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingRow::pointingMethodFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingRow::pointingMethodFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingRow::pointingModelModeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingRow::pointingModelModeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingRow::pointingModelModeFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingRow::pointingModelModeFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingRow::polarizationTypesFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingRow::polarizationTypesFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingRow::polarizationTypesFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingRow::polarizationTypesFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingRow::receiverBandFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingRow::receiverBandFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingRow::receiverBandFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingRow::receiverBandFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingRow::reducedChiSquaredFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingRow::reducedChiSquaredFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingRow::reducedChiSquaredFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingRow::reducedChiSquaredFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingRow::setAmbientTemperature | ( | Temperature | ambientTemperature | ) |
Set ambientTemperature with the specified Temperature.
ambientTemperature | The Temperature value to which ambientTemperature is to be set. |
void asdm::CalPointingRow::setAmbientTemperature | ( | Temperature | ambientTemperature | ) |
Set ambientTemperature with the specified Temperature.
ambientTemperature | The Temperature value to which ambientTemperature is to be set. |
void asdm::CalPointingRow::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::CalPointingRow::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::CalPointingRow::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::CalPointingRow::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::CalPointingRow::setAtmPhaseCorrection | ( | AtmPhaseCorrectionMod::AtmPhaseCorrection | atmPhaseCorrection | ) |
Set atmPhaseCorrection with the specified AtmPhaseCorrectionMod::AtmPhaseCorrection.
atmPhaseCorrection | The AtmPhaseCorrectionMod::AtmPhaseCorrection value to which atmPhaseCorrection is to be set. |
void asdm::CalPointingRow::setAtmPhaseCorrection | ( | AtmPhaseCorrectionMod::AtmPhaseCorrection | atmPhaseCorrection | ) |
Set atmPhaseCorrection with the specified AtmPhaseCorrectionMod::AtmPhaseCorrection.
atmPhaseCorrection | The AtmPhaseCorrectionMod::AtmPhaseCorrection value to which atmPhaseCorrection is to be set. |
void asdm::CalPointingRow::setAveragedPolarizations | ( | bool | averagedPolarizations | ) |
Set averagedPolarizations with the specified bool.
averagedPolarizations | The bool value to which averagedPolarizations is to be set. |
void asdm::CalPointingRow::setAveragedPolarizations | ( | bool | averagedPolarizations | ) |
Set averagedPolarizations with the specified bool.
averagedPolarizations | The bool value to which averagedPolarizations is to be set. |
void asdm::CalPointingRow::setBeamPA | ( | vector< Angle > | beamPA | ) |
Set beamPA with the specified vector<Angle >.
beamPA | The vector<Angle > value to which beamPA is to be set. |
void asdm::CalPointingRow::setBeamPA | ( | vector< Angle > | beamPA | ) |
Set beamPA with the specified vector<Angle >.
beamPA | The vector<Angle > value to which beamPA is to be set. |
void asdm::CalPointingRow::setBeamPAError | ( | vector< Angle > | beamPAError | ) |
Set beamPAError with the specified vector<Angle >.
beamPAError | The vector<Angle > value to which beamPAError is to be set. |
void asdm::CalPointingRow::setBeamPAError | ( | vector< Angle > | beamPAError | ) |
Set beamPAError with the specified vector<Angle >.
beamPAError | The vector<Angle > value to which beamPAError is to be set. |
void asdm::CalPointingRow::setBeamPAWasFixed | ( | bool | beamPAWasFixed | ) |
Set beamPAWasFixed with the specified bool.
beamPAWasFixed | The bool value to which beamPAWasFixed is to be set. |
void asdm::CalPointingRow::setBeamPAWasFixed | ( | bool | beamPAWasFixed | ) |
Set beamPAWasFixed with the specified bool.
beamPAWasFixed | The bool value to which beamPAWasFixed is to be set. |
void asdm::CalPointingRow::setBeamWidth | ( | vector< vector< Angle > > | beamWidth | ) |
Set beamWidth with the specified vector<vector<Angle > >.
beamWidth | The vector<vector<Angle > > value to which beamWidth is to be set. |
void asdm::CalPointingRow::setBeamWidth | ( | vector< vector< Angle > > | beamWidth | ) |
Set beamWidth with the specified vector<vector<Angle > >.
beamWidth | The vector<vector<Angle > > value to which beamWidth is to be set. |
void asdm::CalPointingRow::setBeamWidthError | ( | vector< vector< Angle > > | beamWidthError | ) |
Set beamWidthError with the specified vector<vector<Angle > >.
beamWidthError | The vector<vector<Angle > > value to which beamWidthError is to be set. |
void asdm::CalPointingRow::setBeamWidthError | ( | vector< vector< Angle > > | beamWidthError | ) |
Set beamWidthError with the specified vector<vector<Angle > >.
beamWidthError | The vector<vector<Angle > > value to which beamWidthError is to be set. |
void asdm::CalPointingRow::setBeamWidthWasFixed | ( | vector< bool > | beamWidthWasFixed | ) |
Set beamWidthWasFixed with the specified vector<bool >.
beamWidthWasFixed | The vector<bool > value to which beamWidthWasFixed is to be set. |
void asdm::CalPointingRow::setBeamWidthWasFixed | ( | vector< bool > | beamWidthWasFixed | ) |
Set beamWidthWasFixed with the specified vector<bool >.
beamWidthWasFixed | The vector<bool > value to which beamWidthWasFixed is to be set. |
void asdm::CalPointingRow::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::CalPointingRow::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::CalPointingRow::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::CalPointingRow::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::CalPointingRow::setCollError | ( | vector< vector< Angle > > | collError | ) |
Set collError with the specified vector<vector<Angle > >.
collError | The vector<vector<Angle > > value to which collError is to be set. |
void asdm::CalPointingRow::setCollError | ( | vector< vector< Angle > > | collError | ) |
Set collError with the specified vector<vector<Angle > >.
collError | The vector<vector<Angle > > value to which collError is to be set. |
void asdm::CalPointingRow::setCollOffsetAbsolute | ( | vector< vector< Angle > > | collOffsetAbsolute | ) |
Set collOffsetAbsolute with the specified vector<vector<Angle > >.
collOffsetAbsolute | The vector<vector<Angle > > value to which collOffsetAbsolute is to be set. |
void asdm::CalPointingRow::setCollOffsetAbsolute | ( | vector< vector< Angle > > | collOffsetAbsolute | ) |
Set collOffsetAbsolute with the specified vector<vector<Angle > >.
collOffsetAbsolute | The vector<vector<Angle > > value to which collOffsetAbsolute is to be set. |
void asdm::CalPointingRow::setCollOffsetRelative | ( | vector< vector< Angle > > | collOffsetRelative | ) |
Set collOffsetRelative with the specified vector<vector<Angle > >.
collOffsetRelative | The vector<vector<Angle > > value to which collOffsetRelative is to be set. |
void asdm::CalPointingRow::setCollOffsetRelative | ( | vector< vector< Angle > > | collOffsetRelative | ) |
Set collOffsetRelative with the specified vector<vector<Angle > >.
collOffsetRelative | The vector<vector<Angle > > value to which collOffsetRelative is to be set. |
void asdm::CalPointingRow::setCollOffsetTied | ( | vector< vector< bool > > | collOffsetTied | ) |
Set collOffsetTied with the specified vector<vector<bool > >.
collOffsetTied | The vector<vector<bool > > value to which collOffsetTied is to be set. |
void asdm::CalPointingRow::setCollOffsetTied | ( | vector< vector< bool > > | collOffsetTied | ) |
Set collOffsetTied with the specified vector<vector<bool > >.
collOffsetTied | The vector<vector<bool > > value to which collOffsetTied is to be set. |
void asdm::CalPointingRow::setDirection | ( | vector< Angle > | direction | ) |
Set direction with the specified vector<Angle >.
direction | The vector<Angle > value to which direction is to be set. |
void asdm::CalPointingRow::setDirection | ( | vector< Angle > | direction | ) |
Set direction with the specified vector<Angle >.
direction | The vector<Angle > value to which direction is to be set. |
void asdm::CalPointingRow::setEndValidTime | ( | ArrayTime | endValidTime | ) |
void asdm::CalPointingRow::setEndValidTime | ( | ArrayTime | endValidTime | ) |
void asdm::CalPointingRow::setFrequencyRange | ( | vector< Frequency > | frequencyRange | ) |
Set frequencyRange with the specified vector<Frequency >.
frequencyRange | The vector<Frequency > value to which frequencyRange is to be set. |
void asdm::CalPointingRow::setFrequencyRange | ( | vector< Frequency > | frequencyRange | ) |
Set frequencyRange with the specified vector<Frequency >.
frequencyRange | The vector<Frequency > value to which frequencyRange is to be set. |
void asdm::CalPointingRow::setFromIDL | ( | asdmIDL::CalPointingRowIDL | x | ) |
Fill the values of this row from the IDL struct CalPointingRowIDL.
x | The IDL struct containing the values used to fill this row. |
ConversionException |
void asdm::CalPointingRow::setFromIDL | ( | asdmIDL::CalPointingRowIDL | x | ) |
Fill the values of this row from the IDL struct CalPointingRowIDL.
x | The IDL struct containing the values used to fill this row. |
ConversionException |
void asdm::CalPointingRow::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::CalPointingRow::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::CalPointingRow::setNumReceptor | ( | int | numReceptor | ) |
Set numReceptor with the specified int.
numReceptor | The int value to which numReceptor is to be set. |
void asdm::CalPointingRow::setNumReceptor | ( | int | numReceptor | ) |
Set numReceptor with the specified int.
numReceptor | The int value to which numReceptor is to be set. |
void asdm::CalPointingRow::setOffIntensity | ( | vector< Temperature > | offIntensity | ) |
Set offIntensity with the specified vector<Temperature >.
offIntensity | The vector<Temperature > value to which offIntensity is to be set. |
void asdm::CalPointingRow::setOffIntensity | ( | vector< Temperature > | offIntensity | ) |
Set offIntensity with the specified vector<Temperature >.
offIntensity | The vector<Temperature > value to which offIntensity is to be set. |
void asdm::CalPointingRow::setOffIntensityError | ( | vector< Temperature > | offIntensityError | ) |
Set offIntensityError with the specified vector<Temperature >.
offIntensityError | The vector<Temperature > value to which offIntensityError is to be set. |
void asdm::CalPointingRow::setOffIntensityError | ( | vector< Temperature > | offIntensityError | ) |
Set offIntensityError with the specified vector<Temperature >.
offIntensityError | The vector<Temperature > value to which offIntensityError is to be set. |
void asdm::CalPointingRow::setOffIntensityWasFixed | ( | bool | offIntensityWasFixed | ) |
Set offIntensityWasFixed with the specified bool.
offIntensityWasFixed | The bool value to which offIntensityWasFixed is to be set. |
void asdm::CalPointingRow::setOffIntensityWasFixed | ( | bool | offIntensityWasFixed | ) |
Set offIntensityWasFixed with the specified bool.
offIntensityWasFixed | The bool value to which offIntensityWasFixed is to be set. |
void asdm::CalPointingRow::setPeakIntensity | ( | vector< Temperature > | peakIntensity | ) |
Set peakIntensity with the specified vector<Temperature >.
peakIntensity | The vector<Temperature > value to which peakIntensity is to be set. |
void asdm::CalPointingRow::setPeakIntensity | ( | vector< Temperature > | peakIntensity | ) |
Set peakIntensity with the specified vector<Temperature >.
peakIntensity | The vector<Temperature > value to which peakIntensity is to be set. |
void asdm::CalPointingRow::setPeakIntensityError | ( | vector< Temperature > | peakIntensityError | ) |
Set peakIntensityError with the specified vector<Temperature >.
peakIntensityError | The vector<Temperature > value to which peakIntensityError is to be set. |
void asdm::CalPointingRow::setPeakIntensityError | ( | vector< Temperature > | peakIntensityError | ) |
Set peakIntensityError with the specified vector<Temperature >.
peakIntensityError | The vector<Temperature > value to which peakIntensityError is to be set. |
void asdm::CalPointingRow::setPeakIntensityWasFixed | ( | bool | peakIntensityWasFixed | ) |
Set peakIntensityWasFixed with the specified bool.
peakIntensityWasFixed | The bool value to which peakIntensityWasFixed is to be set. |
void asdm::CalPointingRow::setPeakIntensityWasFixed | ( | bool | peakIntensityWasFixed | ) |
Set peakIntensityWasFixed with the specified bool.
peakIntensityWasFixed | The bool value to which peakIntensityWasFixed is to be set. |
void asdm::CalPointingRow::setPointingMethod | ( | PointingMethodMod::PointingMethod | pointingMethod | ) |
Set pointingMethod with the specified PointingMethodMod::PointingMethod.
pointingMethod | The PointingMethodMod::PointingMethod value to which pointingMethod is to be set. |
void asdm::CalPointingRow::setPointingMethod | ( | PointingMethodMod::PointingMethod | pointingMethod | ) |
Set pointingMethod with the specified PointingMethodMod::PointingMethod.
pointingMethod | The PointingMethodMod::PointingMethod value to which pointingMethod is to be set. |
void asdm::CalPointingRow::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::CalPointingRow::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::CalPointingRow::setPolarizationTypes | ( | vector< PolarizationTypeMod::PolarizationType > | polarizationTypes | ) |
Set polarizationTypes with the specified vector<PolarizationTypeMod::PolarizationType >.
polarizationTypes | The vector<PolarizationTypeMod::PolarizationType > value to which polarizationTypes is to be set. |
void asdm::CalPointingRow::setPolarizationTypes | ( | vector< PolarizationTypeMod::PolarizationType > | polarizationTypes | ) |
Set polarizationTypes with the specified vector<PolarizationTypeMod::PolarizationType >.
polarizationTypes | The vector<PolarizationTypeMod::PolarizationType > value to which polarizationTypes is to be set. |
void asdm::CalPointingRow::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::CalPointingRow::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::CalPointingRow::setReducedChiSquared | ( | vector< double > | reducedChiSquared | ) |
Set reducedChiSquared with the specified vector<double >.
reducedChiSquared | The vector<double > value to which reducedChiSquared is to be set. |
void asdm::CalPointingRow::setReducedChiSquared | ( | vector< double > | reducedChiSquared | ) |
Set reducedChiSquared with the specified vector<double >.
reducedChiSquared | The vector<double > value to which reducedChiSquared is to be set. |
void asdm::CalPointingRow::setStartValidTime | ( | ArrayTime | startValidTime | ) |
void asdm::CalPointingRow::setStartValidTime | ( | ArrayTime | startValidTime | ) |
void asdm::CalPointingRow::startValidTimeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingRow::startValidTimeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPointingRow::startValidTimeFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingRow::startValidTimeFromText | ( | const string & | s | ) | [private] |
void asdm::CalPointingRow::toBin | ( | EndianOSStream & | eoss | ) | [private] |
Serialize this into a stream of bytes written to an EndianOSStream.
eoss | the EndianOSStream to be written to |
void asdm::CalPointingRow::toBin | ( | EndianOSStream & | eoss | ) | [private] |
Serialize this into a stream of bytes written to an EndianOSStream.
eoss | the EndianOSStream to be written to |
asdmIDL::CalPointingRowIDL* asdm::CalPointingRow::toIDL | ( | ) | const |
Return this row in the form of an IDL struct.
asdmIDL::CalPointingRowIDL* asdm::CalPointingRow::toIDL | ( | ) | const |
Return this row in the form of an IDL struct.
void asdm::CalPointingRow::toIDL | ( | asdmIDL::CalPointingRowIDL & | x | ) | const |
Define the content of a CalPointingRowIDL struct from the values found in this row.
x | a reference to the CalPointingRowIDL struct to be set. |
std::string asdm::CalPointingRow::toXML | ( | ) | const |
Return this row in the form of an XML string.
std::string asdm::CalPointingRow::toXML | ( | ) | const |
Return this row in the form of an XML string.
asdm::CalPointingTable [friend] |
Definition at line 183 of file CalPointingRow.h.
friend class asdm::RowTransformer< CalPointingRow > [friend] |
Definition at line 184 of file CalPointingRow.h.
AntennaMakeMod::AntennaMake asdm::CalPointingRow::antennaMake [private] |
AtmPhaseCorrectionMod::AtmPhaseCorrection asdm::CalPointingRow::atmPhaseCorrection [private] |
Extrinsic Table asdm::CalPointingRow::Attributes |
Definition at line 207 of file CalPointingRow.h.
Extrinsic Table asdm::CalPointingRow::Attributes |
Definition at line 1288 of file CalPointingRow.h.
bool asdm::CalPointingRow::averagedPolarizations [private] |
Definition at line 1840 of file CalPointingRow.h.
bool asdm::CalPointingRow::averagedPolarizationsExists [private] |
===> Attribute averagedPolarizations, which is optional
Definition at line 1837 of file CalPointingRow.h.
vector< Angle > asdm::CalPointingRow::beamPA [private] |
Definition at line 1853 of file CalPointingRow.h.
vector< Angle > asdm::CalPointingRow::beamPAError [private] |
Definition at line 1866 of file CalPointingRow.h.
bool asdm::CalPointingRow::beamPAErrorExists [private] |
bool asdm::CalPointingRow::beamPAExists [private] |
bool asdm::CalPointingRow::beamPAWasFixed [private] |
Definition at line 1879 of file CalPointingRow.h.
bool asdm::CalPointingRow::beamPAWasFixedExists [private] |
vector< vector< Angle > > asdm::CalPointingRow::beamWidth [private] |
Definition at line 1892 of file CalPointingRow.h.
vector< vector< Angle > > asdm::CalPointingRow::beamWidthError [private] |
Definition at line 1905 of file CalPointingRow.h.
bool asdm::CalPointingRow::beamWidthErrorExists [private] |
bool asdm::CalPointingRow::beamWidthExists [private] |
vector< bool > asdm::CalPointingRow::beamWidthWasFixed [private] |
Definition at line 1918 of file CalPointingRow.h.
bool asdm::CalPointingRow::beamWidthWasFixedExists [private] |
===> Attribute beamWidthWasFixed, which is optional
Definition at line 1915 of file CalPointingRow.h.
Tag asdm::CalPointingRow::calReductionId [private] |
vector< vector< Angle > > asdm::CalPointingRow::collError [private] |
vector< vector< Angle > > asdm::CalPointingRow::collOffsetAbsolute [private] |
vector< vector< Angle > > asdm::CalPointingRow::collOffsetRelative [private] |
vector< vector< bool > > asdm::CalPointingRow::collOffsetTied [private] |
vector< Angle > asdm::CalPointingRow::direction [private] |
ArrayTime asdm::CalPointingRow::endValidTime [private] |
vector< Frequency > asdm::CalPointingRow::frequencyRange [private] |
Links *binary deserialization material from an EndianIStream std::map< std::string, CalPointingAttributeFromBin > asdm::CalPointingRow::fromBinMethods [private] |
Definition at line 2051 of file CalPointingRow.h.
*text deserialization material std::map< std::string, CalPointingAttributeFromText > asdm::CalPointingRow::fromTextMethods [private] |
Definition at line 2092 of file CalPointingRow.h.
bool asdm::CalPointingRow::hasBeenAdded [private] |
Whether this row has been added to the table or not.
Definition at line 1596 of file CalPointingRow.h.
int asdm::CalPointingRow::numReceptor [private] |
vector< Temperature > asdm::CalPointingRow::offIntensity [private] |
Definition at line 1931 of file CalPointingRow.h.
vector< Temperature > asdm::CalPointingRow::offIntensityError [private] |
Definition at line 1944 of file CalPointingRow.h.
bool asdm::CalPointingRow::offIntensityErrorExists [private] |
===> Attribute offIntensityError, which is optional
Definition at line 1941 of file CalPointingRow.h.
bool asdm::CalPointingRow::offIntensityExists [private] |
bool asdm::CalPointingRow::offIntensityWasFixed [private] |
Definition at line 1957 of file CalPointingRow.h.
bool asdm::CalPointingRow::offIntensityWasFixedExists [private] |
===> Attribute offIntensityWasFixed, which is optional
Definition at line 1954 of file CalPointingRow.h.
vector< Temperature > asdm::CalPointingRow::peakIntensity [private] |
Definition at line 1970 of file CalPointingRow.h.
vector< Temperature > asdm::CalPointingRow::peakIntensityError [private] |
Definition at line 1983 of file CalPointingRow.h.
bool asdm::CalPointingRow::peakIntensityErrorExists [private] |
===> Attribute peakIntensityError, which is optional
Definition at line 1980 of file CalPointingRow.h.
bool asdm::CalPointingRow::peakIntensityExists [private] |
bool asdm::CalPointingRow::peakIntensityWasFixed [private] |
Definition at line 1996 of file CalPointingRow.h.
bool asdm::CalPointingRow::peakIntensityWasFixedExists [private] |
===> Attribute peakIntensityWasFixed, which is optional
Definition at line 1993 of file CalPointingRow.h.
PointingMethodMod::PointingMethod asdm::CalPointingRow::pointingMethod [private] |
PointingModelModeMod::PointingModelMode asdm::CalPointingRow::pointingModelMode [private] |
vector< PolarizationTypeMod::PolarizationType > asdm::CalPointingRow::polarizationTypes [private] |
ReceiverBandMod::ReceiverBand asdm::CalPointingRow::receiverBand [private] |
vector< double > asdm::CalPointingRow::reducedChiSquared [private] |
CalPointingTable & asdm::CalPointingRow::table [private] |
The table to which this row belongs.
Definition at line 1592 of file CalPointingRow.h.