casa
5.7.0-16
|
The CalFocusRow class is a row of a CalFocusTable. More...
#include <CalFocusRow.h>
Public Member Functions | |
virtual | ~CalFocusRow () |
friend class asdm::TableStreamReader<CalFocusTable, CalFocusRow>; More... | |
CalFocusTable & | getTable () const |
Return the table to which this row belongs. More... | |
bool | isAdded () const |
Has this row been added to its table ? More... | |
void | setStartValidTime (ArrayTime startValidTime) |
Set startValidTime with the specified ArrayTime. More... | |
ArrayTime | getEndValidTime () const |
===> Attribute endValidTime More... | |
void | setEndValidTime (ArrayTime endValidTime) |
Set endValidTime with the specified ArrayTime. More... | |
std::string | getAntennaName () const |
===> Attribute antennaName More... | |
void | setAntennaName (std::string antennaName) |
Set antennaName with the specified std::string. More... | |
ReceiverBandMod::ReceiverBand | getReceiverBand () const |
===> Attribute receiverBand More... | |
void | setReceiverBand (ReceiverBandMod::ReceiverBand receiverBand) |
Set receiverBand with the specified ReceiverBandMod::ReceiverBand. More... | |
Temperature | getAmbientTemperature () const |
===> Attribute ambientTemperature More... | |
void | setAmbientTemperature (Temperature ambientTemperature) |
Set ambientTemperature with the specified Temperature. More... | |
AtmPhaseCorrectionMod::AtmPhaseCorrection | getAtmPhaseCorrection () const |
===> Attribute atmPhaseCorrection More... | |
void | setAtmPhaseCorrection (AtmPhaseCorrectionMod::AtmPhaseCorrection atmPhaseCorrection) |
Set atmPhaseCorrection with the specified AtmPhaseCorrectionMod::AtmPhaseCorrection. More... | |
FocusMethodMod::FocusMethod | getFocusMethod () const |
===> Attribute focusMethod More... | |
void | setFocusMethod (FocusMethodMod::FocusMethod focusMethod) |
Set focusMethod with the specified FocusMethodMod::FocusMethod. More... | |
std::vector< Frequency > | getFrequencyRange () const |
===> Attribute frequencyRange More... | |
void | setFrequencyRange (std::vector< Frequency > frequencyRange) |
Set frequencyRange with the specified std::vector<Frequency >. More... | |
std::vector< Angle > | getPointingDirection () const |
===> Attribute pointingDirection More... | |
void | setPointingDirection (std::vector< Angle > pointingDirection) |
Set pointingDirection with the specified std::vector<Angle >. More... | |
int | getNumReceptor () const |
===> Attribute numReceptor More... | |
void | setNumReceptor (int numReceptor) |
Set numReceptor with the specified int. More... | |
std::vector < PolarizationTypeMod::PolarizationType > | getPolarizationTypes () const |
===> Attribute polarizationTypes More... | |
void | setPolarizationTypes (std::vector< PolarizationTypeMod::PolarizationType > polarizationTypes) |
Set polarizationTypes with the specified std::vector<PolarizationTypeMod::PolarizationType >. More... | |
std::vector< bool > | getWereFixed () const |
===> Attribute wereFixed More... | |
void | setWereFixed (std::vector< bool > wereFixed) |
Set wereFixed with the specified std::vector<bool >. More... | |
std::vector< std::vector < Length > > | getOffset () const |
===> Attribute offset More... | |
void | setOffset (std::vector< std::vector< Length > > offset) |
Set offset with the specified std::vector<std::vector<Length > >. More... | |
std::vector< std::vector < Length > > | getOffsetError () const |
===> Attribute offsetError More... | |
void | setOffsetError (std::vector< std::vector< Length > > offsetError) |
Set offsetError with the specified std::vector<std::vector<Length > >. More... | |
std::vector< std::vector< bool > > | getOffsetWasTied () const |
===> Attribute offsetWasTied More... | |
void | setOffsetWasTied (std::vector< std::vector< bool > > offsetWasTied) |
Set offsetWasTied with the specified std::vector<std::vector<bool > >. More... | |
std::vector< std::vector < double > > | getReducedChiSquared () const |
===> Attribute reducedChiSquared More... | |
void | setReducedChiSquared (std::vector< std::vector< double > > reducedChiSquared) |
Set reducedChiSquared with the specified std::vector<std::vector<double > >. More... | |
std::vector< std::vector < Length > > | getPosition () const |
===> Attribute position More... | |
void | setPosition (std::vector< std::vector< Length > > position) |
Set position with the specified std::vector<std::vector<Length > >. More... | |
bool | isPolarizationsAveragedExists () const |
===> Attribute polarizationsAveraged, which is optional More... | |
bool | getPolarizationsAveraged () const |
Get polarizationsAveraged, which is optional. More... | |
void | setPolarizationsAveraged (bool polarizationsAveraged) |
Set polarizationsAveraged with the specified bool. More... | |
void | clearPolarizationsAveraged () |
Mark polarizationsAveraged, which is an optional field, as non-existent. More... | |
bool | isFocusCurveWidthExists () const |
===> Attribute focusCurveWidth, which is optional More... | |
std::vector< std::vector < Length > > | getFocusCurveWidth () const |
Get focusCurveWidth, which is optional. More... | |
void | setFocusCurveWidth (std::vector< std::vector< Length > > focusCurveWidth) |
Set focusCurveWidth with the specified std::vector<std::vector<Length > >. More... | |
void | clearFocusCurveWidth () |
Mark focusCurveWidth, which is an optional field, as non-existent. More... | |
bool | isFocusCurveWidthErrorExists () const |
===> Attribute focusCurveWidthError, which is optional More... | |
std::vector< std::vector < Length > > | getFocusCurveWidthError () const |
Get focusCurveWidthError, which is optional. More... | |
void | setFocusCurveWidthError (std::vector< std::vector< Length > > focusCurveWidthError) |
Set focusCurveWidthError with the specified std::vector<std::vector<Length > >. More... | |
void | clearFocusCurveWidthError () |
Mark focusCurveWidthError, which is an optional field, as non-existent. More... | |
bool | isFocusCurveWasFixedExists () const |
===> Attribute focusCurveWasFixed, which is optional More... | |
std::vector< bool > | getFocusCurveWasFixed () const |
Get focusCurveWasFixed, which is optional. More... | |
void | setFocusCurveWasFixed (std::vector< bool > focusCurveWasFixed) |
Set focusCurveWasFixed with the specified std::vector<bool >. More... | |
void | clearFocusCurveWasFixed () |
Mark focusCurveWasFixed, which is an optional field, as non-existent. More... | |
bool | isOffIntensityExists () const |
===> Attribute offIntensity, which is optional More... | |
std::vector< Temperature > | getOffIntensity () const |
Get offIntensity, which is optional. More... | |
void | setOffIntensity (std::vector< Temperature > offIntensity) |
Set offIntensity with the specified std::vector<Temperature >. More... | |
void | clearOffIntensity () |
Mark offIntensity, which is an optional field, as non-existent. More... | |
bool | isOffIntensityErrorExists () const |
===> Attribute offIntensityError, which is optional More... | |
std::vector< Temperature > | getOffIntensityError () const |
Get offIntensityError, which is optional. More... | |
void | setOffIntensityError (std::vector< Temperature > offIntensityError) |
Set offIntensityError with the specified std::vector<Temperature >. More... | |
void | clearOffIntensityError () |
Mark offIntensityError, which is an optional field, as non-existent. More... | |
bool | isOffIntensityWasFixedExists () const |
===> Attribute offIntensityWasFixed, which is optional More... | |
bool | getOffIntensityWasFixed () const |
Get offIntensityWasFixed, which is optional. More... | |
void | setOffIntensityWasFixed (bool offIntensityWasFixed) |
Set offIntensityWasFixed with the specified bool. More... | |
void | clearOffIntensityWasFixed () |
Mark offIntensityWasFixed, which is an optional field, as non-existent. More... | |
bool | isPeakIntensityExists () const |
===> Attribute peakIntensity, which is optional More... | |
std::vector< Temperature > | getPeakIntensity () const |
Get peakIntensity, which is optional. More... | |
void | setPeakIntensity (std::vector< Temperature > peakIntensity) |
Set peakIntensity with the specified std::vector<Temperature >. More... | |
void | clearPeakIntensity () |
Mark peakIntensity, which is an optional field, as non-existent. More... | |
bool | isPeakIntensityErrorExists () const |
===> Attribute peakIntensityError, which is optional More... | |
std::vector< Temperature > | getPeakIntensityError () const |
Get peakIntensityError, which is optional. More... | |
void | setPeakIntensityError (std::vector< Temperature > peakIntensityError) |
Set peakIntensityError with the specified std::vector<Temperature >. More... | |
void | clearPeakIntensityError () |
Mark peakIntensityError, which is an optional field, as non-existent. More... | |
bool | isPeakIntensityWasFixedExists () const |
===> Attribute peakIntensityWasFixed, which is optional More... | |
bool | getPeakIntensityWasFixed () const |
Get peakIntensityWasFixed, which is optional. More... | |
void | setPeakIntensityWasFixed (bool peakIntensityWasFixed) |
Set peakIntensityWasFixed with the specified bool. More... | |
void | clearPeakIntensityWasFixed () |
Mark peakIntensityWasFixed, which is an optional field, as non-existent. More... | |
bool | isAstigmPlusExists () const |
===> Attribute astigmPlus, which is optional More... | |
std::vector< Length > | getAstigmPlus () const |
Get astigmPlus, which is optional. More... | |
void | setAstigmPlus (std::vector< Length > astigmPlus) |
Set astigmPlus with the specified std::vector<Length >. More... | |
void | clearAstigmPlus () |
Mark astigmPlus, which is an optional field, as non-existent. More... | |
bool | isAstigmPlusErrorExists () const |
===> Attribute astigmPlusError, which is optional More... | |
std::vector< Length > | getAstigmPlusError () const |
Get astigmPlusError, which is optional. More... | |
void | setAstigmPlusError (std::vector< Length > astigmPlusError) |
Set astigmPlusError with the specified std::vector<Length >. More... | |
void | clearAstigmPlusError () |
Mark astigmPlusError, which is an optional field, as non-existent. More... | |
bool | isAstigmMultExists () const |
===> Attribute astigmMult, which is optional More... | |
std::vector< Length > | getAstigmMult () const |
Get astigmMult, which is optional. More... | |
void | setAstigmMult (std::vector< Length > astigmMult) |
Set astigmMult with the specified std::vector<Length >. More... | |
void | clearAstigmMult () |
Mark astigmMult, which is an optional field, as non-existent. More... | |
bool | isAstigmMultErrorExists () const |
===> Attribute astigmMultError, which is optional More... | |
std::vector< Length > | getAstigmMultError () const |
Get astigmMultError, which is optional. More... | |
void | setAstigmMultError (std::vector< Length > astigmMultError) |
Set astigmMultError with the specified std::vector<Length >. More... | |
void | clearAstigmMultError () |
Mark astigmMultError, which is an optional field, as non-existent. More... | |
bool | isIllumOffsetExists () const |
===> Attribute illumOffset, which is optional More... | |
std::vector< std::vector < Length > > | getIllumOffset () const |
Get illumOffset, which is optional. More... | |
void | setIllumOffset (std::vector< std::vector< Length > > illumOffset) |
Set illumOffset with the specified std::vector<std::vector<Length > >. More... | |
void | clearIllumOffset () |
Mark illumOffset, which is an optional field, as non-existent. More... | |
bool | isIllumOffsetErrorExists () const |
===> Attribute illumOffsetError, which is optional More... | |
std::vector< std::vector < Length > > | getIllumOffsetError () const |
Get illumOffsetError, which is optional. More... | |
void | setIllumOffsetError (std::vector< std::vector< Length > > illumOffsetError) |
Set illumOffsetError with the specified std::vector<std::vector<Length > >. More... | |
void | clearIllumOffsetError () |
Mark illumOffsetError, which is an optional field, as non-existent. More... | |
bool | isFitRMSExists () const |
===> Attribute fitRMS, which is optional More... | |
std::vector< Length > | getFitRMS () const |
Get fitRMS, which is optional. More... | |
void | setFitRMS (std::vector< Length > fitRMS) |
Set fitRMS with the specified std::vector<Length >. More... | |
void | clearFitRMS () |
Mark fitRMS, which is an optional field, as non-existent. More... | |
void | setCalDataId (Tag calDataId) |
Set calDataId with the specified Tag. More... | |
Tag | getCalReductionId () const |
===> Attribute calReductionId More... | |
void | setCalReductionId (Tag calReductionId) |
Set calReductionId with the specified Tag. More... | |
Links *CalDataRow * | getCalDataUsingCalDataId () |
calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId More... | |
CalReductionRow * | getCalReductionUsingCalReductionId () |
calReductionId pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId More... | |
bool | compareNoAutoInc (std::string antennaName, ReceiverBandMod::ReceiverBand receiverBand, Tag calDataId, Tag calReductionId, ArrayTime startValidTime, ArrayTime endValidTime, Temperature ambientTemperature, AtmPhaseCorrectionMod::AtmPhaseCorrection atmPhaseCorrection, FocusMethodMod::FocusMethod focusMethod, std::vector< Frequency > frequencyRange, std::vector< Angle > pointingDirection, int numReceptor, std::vector< PolarizationTypeMod::PolarizationType > polarizationTypes, std::vector< bool > wereFixed, std::vector< std::vector< Length > > offset, std::vector< std::vector< Length > > offsetError, std::vector< std::vector< bool > > offsetWasTied, std::vector< std::vector< double > > reducedChiSquared, std::vector< std::vector< Length > > position) |
Compare each mandatory attribute except the autoincrementable one of this CalFocusRow with the corresponding parameters and return true if there is a match and false otherwise. More... | |
bool | compareRequiredValue (ArrayTime startValidTime, ArrayTime endValidTime, Temperature ambientTemperature, AtmPhaseCorrectionMod::AtmPhaseCorrection atmPhaseCorrection, FocusMethodMod::FocusMethod focusMethod, std::vector< Frequency > frequencyRange, std::vector< Angle > pointingDirection, int numReceptor, std::vector< PolarizationTypeMod::PolarizationType > polarizationTypes, std::vector< bool > wereFixed, std::vector< std::vector< Length > > offset, std::vector< std::vector< Length > > offsetError, std::vector< std::vector< bool > > offsetWasTied, std::vector< std::vector< double > > reducedChiSquared, std::vector< std::vector< Length > > position) |
Compare each mandatory value (i.e. More... | |
bool | equalByRequiredValue (CalFocusRow *x) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. More... | |
asdmIDL::CalFocusRowIDL * | toIDL () const |
Return this row in the form of an IDL struct. More... | |
void | toIDL (asdmIDL::CalFocusRowIDL &x) const |
Define the content of a CalFocusRowIDL struct from the values found in this row. More... | |
void | setFromIDL (asdmIDL::CalFocusRowIDL x) |
Fill the values of this row from the IDL struct CalFocusRowIDL. More... | |
std::string | toXML () const |
Return this row in the form of an XML string. More... | |
void | setFromXML (std::string rowDoc) |
Fill the values of this row from an XML string that was produced by the toXML() method. More... | |
Public Attributes | |
Intrinsic Table | Attributes |
Extrinsic Table | Attributes |
Private Attributes | |
CalFocusTable & | table |
The table to which this row belongs. More... | |
bool | hasBeenAdded |
Whether this row has been added to the table or not. More... | |
ArrayTime | endValidTime |
===> Attribute endValidTime More... | |
std::string | antennaName |
===> Attribute antennaName More... | |
ReceiverBandMod::ReceiverBand | receiverBand |
===> Attribute receiverBand More... | |
Temperature | ambientTemperature |
===> Attribute ambientTemperature More... | |
AtmPhaseCorrectionMod::AtmPhaseCorrection | atmPhaseCorrection |
===> Attribute atmPhaseCorrection More... | |
FocusMethodMod::FocusMethod | focusMethod |
===> Attribute focusMethod More... | |
std::vector< Frequency > | frequencyRange |
===> Attribute frequencyRange More... | |
std::vector< Angle > | pointingDirection |
===> Attribute pointingDirection More... | |
int | numReceptor |
===> Attribute numReceptor More... | |
std::vector < PolarizationTypeMod::PolarizationType > | polarizationTypes |
===> Attribute polarizationTypes More... | |
std::vector< bool > | wereFixed |
===> Attribute wereFixed More... | |
std::vector< std::vector < Length > > | offset |
===> Attribute offset More... | |
std::vector< std::vector < Length > > | offsetError |
===> Attribute offsetError More... | |
std::vector< std::vector< bool > > | offsetWasTied |
===> Attribute offsetWasTied More... | |
std::vector< std::vector < double > > | reducedChiSquared |
===> Attribute reducedChiSquared More... | |
std::vector< std::vector < Length > > | position |
===> Attribute position More... | |
bool | polarizationsAveragedExists |
===> Attribute polarizationsAveraged, which is optional More... | |
bool | polarizationsAveraged |
bool | focusCurveWidthExists |
===> Attribute focusCurveWidth, which is optional More... | |
std::vector< std::vector < Length > > | focusCurveWidth |
bool | focusCurveWidthErrorExists |
===> Attribute focusCurveWidthError, which is optional More... | |
std::vector< std::vector < Length > > | focusCurveWidthError |
bool | focusCurveWasFixedExists |
===> Attribute focusCurveWasFixed, which is optional More... | |
std::vector< bool > | focusCurveWasFixed |
bool | offIntensityExists |
===> Attribute offIntensity, which is optional More... | |
std::vector< Temperature > | offIntensity |
bool | offIntensityErrorExists |
===> Attribute offIntensityError, which is optional More... | |
std::vector< Temperature > | offIntensityError |
bool | offIntensityWasFixedExists |
===> Attribute offIntensityWasFixed, which is optional More... | |
bool | offIntensityWasFixed |
bool | peakIntensityExists |
===> Attribute peakIntensity, which is optional More... | |
std::vector< Temperature > | peakIntensity |
bool | peakIntensityErrorExists |
===> Attribute peakIntensityError, which is optional More... | |
std::vector< Temperature > | peakIntensityError |
bool | peakIntensityWasFixedExists |
===> Attribute peakIntensityWasFixed, which is optional More... | |
bool | peakIntensityWasFixed |
bool | astigmPlusExists |
===> Attribute astigmPlus, which is optional More... | |
std::vector< Length > | astigmPlus |
bool | astigmPlusErrorExists |
===> Attribute astigmPlusError, which is optional More... | |
std::vector< Length > | astigmPlusError |
bool | astigmMultExists |
===> Attribute astigmMult, which is optional More... | |
std::vector< Length > | astigmMult |
bool | astigmMultErrorExists |
===> Attribute astigmMultError, which is optional More... | |
std::vector< Length > | astigmMultError |
bool | illumOffsetExists |
===> Attribute illumOffset, which is optional More... | |
std::vector< std::vector < Length > > | illumOffset |
bool | illumOffsetErrorExists |
===> Attribute illumOffsetError, which is optional More... | |
std::vector< std::vector < Length > > | illumOffsetError |
bool | fitRMSExists |
===> Attribute fitRMS, which is optional More... | |
std::vector< Length > | fitRMS |
Tag | calReductionId |
===> Attribute calReductionId More... | |
Links *binary deserialization material from an EndianIStream std::map< std::string, CalFocusAttributeFromBin > | fromBinMethods |
*text deserialization material std::map< std::string, CalFocusAttributeFromText > | fromTextMethods |
Friends | |
class | asdm::CalFocusTable |
class | asdm::RowTransformer< CalFocusRow > |
The CalFocusRow class is a row of a CalFocusTable.
Generated from model's revision "-1", branch ""
Definition at line 188 of file CalFocusRow.h.
|
virtual |
friend class asdm::TableStreamReader<CalFocusTable, CalFocusRow>;
|
private |
Create a CalFocusRow.
This constructor is private because only the table can create rows. All rows know the table to which they belong.
table | The table to which this row belongs. |
|
private |
Create a CalFocusRow using a copy constructor mechanism.
Given a CalFocusRow row and a CalFocusTable table, the method creates a new CalFocusRow owned by table. Each attribute of the created row is a copy (deep) of the corresponding attribute of row. The method does not add the created row to its table, its simply parents it to table, a call to the add method has to be done in order to get the row added (very likely after having modified some of its attributes). If row is null then the method returns a row with default values for its attributes.
This constructor is private because only the table can create rows. All rows know the table to which they belong.
table | The table to which this row belongs. |
row | The row which is to be copied. |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
void asdm::CalFocusRow::clearAstigmMult | ( | ) |
Mark astigmMult, which is an optional field, as non-existent.
void asdm::CalFocusRow::clearAstigmMultError | ( | ) |
Mark astigmMultError, which is an optional field, as non-existent.
void asdm::CalFocusRow::clearAstigmPlus | ( | ) |
Mark astigmPlus, which is an optional field, as non-existent.
void asdm::CalFocusRow::clearAstigmPlusError | ( | ) |
Mark astigmPlusError, which is an optional field, as non-existent.
void asdm::CalFocusRow::clearFitRMS | ( | ) |
Mark fitRMS, which is an optional field, as non-existent.
void asdm::CalFocusRow::clearFocusCurveWasFixed | ( | ) |
Mark focusCurveWasFixed, which is an optional field, as non-existent.
void asdm::CalFocusRow::clearFocusCurveWidth | ( | ) |
Mark focusCurveWidth, which is an optional field, as non-existent.
void asdm::CalFocusRow::clearFocusCurveWidthError | ( | ) |
Mark focusCurveWidthError, which is an optional field, as non-existent.
void asdm::CalFocusRow::clearIllumOffset | ( | ) |
Mark illumOffset, which is an optional field, as non-existent.
void asdm::CalFocusRow::clearIllumOffsetError | ( | ) |
Mark illumOffsetError, which is an optional field, as non-existent.
void asdm::CalFocusRow::clearOffIntensity | ( | ) |
Mark offIntensity, which is an optional field, as non-existent.
void asdm::CalFocusRow::clearOffIntensityError | ( | ) |
Mark offIntensityError, which is an optional field, as non-existent.
void asdm::CalFocusRow::clearOffIntensityWasFixed | ( | ) |
Mark offIntensityWasFixed, which is an optional field, as non-existent.
void asdm::CalFocusRow::clearPeakIntensity | ( | ) |
Mark peakIntensity, which is an optional field, as non-existent.
void asdm::CalFocusRow::clearPeakIntensityError | ( | ) |
Mark peakIntensityError, which is an optional field, as non-existent.
void asdm::CalFocusRow::clearPeakIntensityWasFixed | ( | ) |
Mark peakIntensityWasFixed, which is an optional field, as non-existent.
void asdm::CalFocusRow::clearPolarizationsAveraged | ( | ) |
Mark polarizationsAveraged, which is an optional field, as non-existent.
bool asdm::CalFocusRow::compareNoAutoInc | ( | std::string | antennaName, |
ReceiverBandMod::ReceiverBand | receiverBand, | ||
Tag | calDataId, | ||
Tag | calReductionId, | ||
ArrayTime | startValidTime, | ||
ArrayTime | endValidTime, | ||
Temperature | ambientTemperature, | ||
AtmPhaseCorrectionMod::AtmPhaseCorrection | atmPhaseCorrection, | ||
FocusMethodMod::FocusMethod | focusMethod, | ||
std::vector< Frequency > | frequencyRange, | ||
std::vector< Angle > | pointingDirection, | ||
int | numReceptor, | ||
std::vector< PolarizationTypeMod::PolarizationType > | polarizationTypes, | ||
std::vector< bool > | wereFixed, | ||
std::vector< std::vector< Length > > | offset, | ||
std::vector< std::vector< Length > > | offsetError, | ||
std::vector< std::vector< bool > > | offsetWasTied, | ||
std::vector< std::vector< double > > | reducedChiSquared, | ||
std::vector< std::vector< Length > > | position | ||
) |
Compare each mandatory attribute except the autoincrementable one of this CalFocusRow with the corresponding parameters and return true if there is a match and false otherwise.
antennaName | |
receiverBand | |
calDataId | |
calReductionId | |
startValidTime | |
endValidTime | |
ambientTemperature | |
atmPhaseCorrection | |
focusMethod | |
frequencyRange | |
pointingDirection | |
numReceptor | |
polarizationTypes | |
wereFixed | |
offset | |
offsetError | |
offsetWasTied | |
reducedChiSquared | |
position |
bool asdm::CalFocusRow::compareRequiredValue | ( | ArrayTime | startValidTime, |
ArrayTime | endValidTime, | ||
Temperature | ambientTemperature, | ||
AtmPhaseCorrectionMod::AtmPhaseCorrection | atmPhaseCorrection, | ||
FocusMethodMod::FocusMethod | focusMethod, | ||
std::vector< Frequency > | frequencyRange, | ||
std::vector< Angle > | pointingDirection, | ||
int | numReceptor, | ||
std::vector< PolarizationTypeMod::PolarizationType > | polarizationTypes, | ||
std::vector< bool > | wereFixed, | ||
std::vector< std::vector< Length > > | offset, | ||
std::vector< std::vector< Length > > | offsetError, | ||
std::vector< std::vector< bool > > | offsetWasTied, | ||
std::vector< std::vector< double > > | reducedChiSquared, | ||
std::vector< std::vector< Length > > | position | ||
) |
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 | |
atmPhaseCorrection | |
focusMethod | |
frequencyRange | |
pointingDirection | |
numReceptor | |
polarizationTypes | |
wereFixed | |
offset | |
offsetError | |
offsetWasTied | |
reducedChiSquared | |
position |
|
private |
|
private |
bool asdm::CalFocusRow::equalByRequiredValue | ( | CalFocusRow * | x | ) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.
x | a pointer on the CalFocusRow whose required attributes of the value part will be compared with those of this. |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
Temperature asdm::CalFocusRow::getAmbientTemperature | ( | ) | const |
std::string asdm::CalFocusRow::getAntennaName | ( | ) | const |
===> Attribute antennaName
Get antennaName.
std::vector<Length > asdm::CalFocusRow::getAstigmMult | ( | ) | const |
Get astigmMult, which is optional.
IllegalAccessException | If astigmMult does not exist. |
std::vector<Length > asdm::CalFocusRow::getAstigmMultError | ( | ) | const |
Get astigmMultError, which is optional.
IllegalAccessException | If astigmMultError does not exist. |
std::vector<Length > asdm::CalFocusRow::getAstigmPlus | ( | ) | const |
Get astigmPlus, which is optional.
IllegalAccessException | If astigmPlus does not exist. |
std::vector<Length > asdm::CalFocusRow::getAstigmPlusError | ( | ) | const |
Get astigmPlusError, which is optional.
IllegalAccessException | If astigmPlusError does not exist. |
AtmPhaseCorrectionMod::AtmPhaseCorrection asdm::CalFocusRow::getAtmPhaseCorrection | ( | ) | const |
===> Attribute atmPhaseCorrection
Get atmPhaseCorrection.
Links* CalDataRow* asdm::CalFocusRow::getCalDataUsingCalDataId | ( | ) |
calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId
Tag asdm::CalFocusRow::getCalReductionId | ( | ) | const |
CalReductionRow* asdm::CalFocusRow::getCalReductionUsingCalReductionId | ( | ) |
calReductionId pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId
ArrayTime asdm::CalFocusRow::getEndValidTime | ( | ) | const |
std::vector<Length > asdm::CalFocusRow::getFitRMS | ( | ) | const |
Get fitRMS, which is optional.
IllegalAccessException | If fitRMS does not exist. |
std::vector<bool > asdm::CalFocusRow::getFocusCurveWasFixed | ( | ) | const |
Get focusCurveWasFixed, which is optional.
IllegalAccessException | If focusCurveWasFixed does not exist. |
std::vector<std::vector<Length > > asdm::CalFocusRow::getFocusCurveWidth | ( | ) | const |
Get focusCurveWidth, which is optional.
IllegalAccessException | If focusCurveWidth does not exist. |
std::vector<std::vector<Length > > asdm::CalFocusRow::getFocusCurveWidthError | ( | ) | const |
Get focusCurveWidthError, which is optional.
IllegalAccessException | If focusCurveWidthError does not exist. |
FocusMethodMod::FocusMethod asdm::CalFocusRow::getFocusMethod | ( | ) | const |
===> Attribute focusMethod
Get focusMethod.
std::vector<Frequency > asdm::CalFocusRow::getFrequencyRange | ( | ) | const |
===> Attribute frequencyRange
Get frequencyRange.
std::vector<std::vector<Length > > asdm::CalFocusRow::getIllumOffset | ( | ) | const |
Get illumOffset, which is optional.
IllegalAccessException | If illumOffset does not exist. |
std::vector<std::vector<Length > > asdm::CalFocusRow::getIllumOffsetError | ( | ) | const |
Get illumOffsetError, which is optional.
IllegalAccessException | If illumOffsetError does not exist. |
int asdm::CalFocusRow::getNumReceptor | ( | ) | const |
===> Attribute numReceptor
Get numReceptor.
std::vector<Temperature > asdm::CalFocusRow::getOffIntensity | ( | ) | const |
Get offIntensity, which is optional.
IllegalAccessException | If offIntensity does not exist. |
std::vector<Temperature > asdm::CalFocusRow::getOffIntensityError | ( | ) | const |
Get offIntensityError, which is optional.
IllegalAccessException | If offIntensityError does not exist. |
bool asdm::CalFocusRow::getOffIntensityWasFixed | ( | ) | const |
Get offIntensityWasFixed, which is optional.
IllegalAccessException | If offIntensityWasFixed does not exist. |
std::vector<std::vector<Length > > asdm::CalFocusRow::getOffset | ( | ) | const |
===> Attribute offset
Get offset.
std::vector<std::vector<Length > > asdm::CalFocusRow::getOffsetError | ( | ) | const |
===> Attribute offsetError
Get offsetError.
std::vector<std::vector<bool > > asdm::CalFocusRow::getOffsetWasTied | ( | ) | const |
===> Attribute offsetWasTied
Get offsetWasTied.
std::vector<Temperature > asdm::CalFocusRow::getPeakIntensity | ( | ) | const |
Get peakIntensity, which is optional.
IllegalAccessException | If peakIntensity does not exist. |
std::vector<Temperature > asdm::CalFocusRow::getPeakIntensityError | ( | ) | const |
Get peakIntensityError, which is optional.
IllegalAccessException | If peakIntensityError does not exist. |
bool asdm::CalFocusRow::getPeakIntensityWasFixed | ( | ) | const |
Get peakIntensityWasFixed, which is optional.
IllegalAccessException | If peakIntensityWasFixed does not exist. |
std::vector<Angle > asdm::CalFocusRow::getPointingDirection | ( | ) | const |
===> Attribute pointingDirection
Get pointingDirection.
bool asdm::CalFocusRow::getPolarizationsAveraged | ( | ) | const |
Get polarizationsAveraged, which is optional.
IllegalAccessException | If polarizationsAveraged does not exist. |
std::vector<PolarizationTypeMod::PolarizationType > asdm::CalFocusRow::getPolarizationTypes | ( | ) | const |
===> Attribute polarizationTypes
Get polarizationTypes.
std::vector<std::vector<Length > > asdm::CalFocusRow::getPosition | ( | ) | const |
===> Attribute position
Get position.
ReceiverBandMod::ReceiverBand asdm::CalFocusRow::getReceiverBand | ( | ) | const |
===> Attribute receiverBand
Get receiverBand.
std::vector<std::vector<double > > asdm::CalFocusRow::getReducedChiSquared | ( | ) | const |
===> Attribute reducedChiSquared
Get reducedChiSquared.
CalFocusTable& asdm::CalFocusRow::getTable | ( | ) | const |
Return the table to which this row belongs.
std::vector<bool > asdm::CalFocusRow::getWereFixed | ( | ) | const |
===> Attribute wereFixed
Get wereFixed.
|
private |
|
private |
|
private |
|
private |
bool asdm::CalFocusRow::isAdded | ( | ) | const |
Has this row been added to its table ?
|
private |
This method is used by the Table class when this row is added to the table.
bool asdm::CalFocusRow::isAstigmMultErrorExists | ( | ) | const |
===> Attribute astigmMultError, which is optional
The attribute astigmMultError is optional. Return true if this attribute exists.
bool asdm::CalFocusRow::isAstigmMultExists | ( | ) | const |
===> Attribute astigmMult, which is optional
The attribute astigmMult is optional. Return true if this attribute exists.
bool asdm::CalFocusRow::isAstigmPlusErrorExists | ( | ) | const |
===> Attribute astigmPlusError, which is optional
The attribute astigmPlusError is optional. Return true if this attribute exists.
bool asdm::CalFocusRow::isAstigmPlusExists | ( | ) | const |
===> Attribute astigmPlus, which is optional
The attribute astigmPlus is optional. Return true if this attribute exists.
bool asdm::CalFocusRow::isFitRMSExists | ( | ) | const |
===> Attribute fitRMS, which is optional
The attribute fitRMS is optional. Return true if this attribute exists.
bool asdm::CalFocusRow::isFocusCurveWasFixedExists | ( | ) | const |
===> Attribute focusCurveWasFixed, which is optional
The attribute focusCurveWasFixed is optional. Return true if this attribute exists.
bool asdm::CalFocusRow::isFocusCurveWidthErrorExists | ( | ) | const |
===> Attribute focusCurveWidthError, which is optional
The attribute focusCurveWidthError is optional. Return true if this attribute exists.
bool asdm::CalFocusRow::isFocusCurveWidthExists | ( | ) | const |
===> Attribute focusCurveWidth, which is optional
The attribute focusCurveWidth is optional. Return true if this attribute exists.
bool asdm::CalFocusRow::isIllumOffsetErrorExists | ( | ) | const |
===> Attribute illumOffsetError, which is optional
The attribute illumOffsetError is optional. Return true if this attribute exists.
bool asdm::CalFocusRow::isIllumOffsetExists | ( | ) | const |
===> Attribute illumOffset, which is optional
The attribute illumOffset is optional. Return true if this attribute exists.
bool asdm::CalFocusRow::isOffIntensityErrorExists | ( | ) | const |
===> Attribute offIntensityError, which is optional
The attribute offIntensityError is optional. Return true if this attribute exists.
bool asdm::CalFocusRow::isOffIntensityExists | ( | ) | const |
===> Attribute offIntensity, which is optional
The attribute offIntensity is optional. Return true if this attribute exists.
bool asdm::CalFocusRow::isOffIntensityWasFixedExists | ( | ) | const |
===> Attribute offIntensityWasFixed, which is optional
The attribute offIntensityWasFixed is optional. Return true if this attribute exists.
bool asdm::CalFocusRow::isPeakIntensityErrorExists | ( | ) | const |
===> Attribute peakIntensityError, which is optional
The attribute peakIntensityError is optional. Return true if this attribute exists.
bool asdm::CalFocusRow::isPeakIntensityExists | ( | ) | const |
===> Attribute peakIntensity, which is optional
The attribute peakIntensity is optional. Return true if this attribute exists.
bool asdm::CalFocusRow::isPeakIntensityWasFixedExists | ( | ) | const |
===> Attribute peakIntensityWasFixed, which is optional
The attribute peakIntensityWasFixed is optional. Return true if this attribute exists.
bool asdm::CalFocusRow::isPolarizationsAveragedExists | ( | ) | const |
===> Attribute polarizationsAveraged, which is optional
The attribute polarizationsAveraged is optional. Return true if this attribute exists.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
void asdm::CalFocusRow::setAmbientTemperature | ( | Temperature | ambientTemperature | ) |
Set ambientTemperature with the specified Temperature.
ambientTemperature | The Temperature value to which ambientTemperature is to be set. |
void asdm::CalFocusRow::setAntennaName | ( | std::string | antennaName | ) |
Set antennaName with the specified std::string.
antennaName | The std::string value to which antennaName is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
void asdm::CalFocusRow::setAstigmMult | ( | std::vector< Length > | astigmMult | ) |
Set astigmMult with the specified std::vector<Length >.
astigmMult | The std::vector<Length > value to which astigmMult is to be set. |
void asdm::CalFocusRow::setAstigmMultError | ( | std::vector< Length > | astigmMultError | ) |
Set astigmMultError with the specified std::vector<Length >.
astigmMultError | The std::vector<Length > value to which astigmMultError is to be set. |
void asdm::CalFocusRow::setAstigmPlus | ( | std::vector< Length > | astigmPlus | ) |
Set astigmPlus with the specified std::vector<Length >.
astigmPlus | The std::vector<Length > value to which astigmPlus is to be set. |
void asdm::CalFocusRow::setAstigmPlusError | ( | std::vector< Length > | astigmPlusError | ) |
Set astigmPlusError with the specified std::vector<Length >.
astigmPlusError | The std::vector<Length > value to which astigmPlusError is to be set. |
void asdm::CalFocusRow::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::CalFocusRow::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::CalFocusRow::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::CalFocusRow::setEndValidTime | ( | ArrayTime | endValidTime | ) |
void asdm::CalFocusRow::setFitRMS | ( | std::vector< Length > | fitRMS | ) |
Set fitRMS with the specified std::vector<Length >.
fitRMS | The std::vector<Length > value to which fitRMS is to be set. |
void asdm::CalFocusRow::setFocusCurveWasFixed | ( | std::vector< bool > | focusCurveWasFixed | ) |
Set focusCurveWasFixed with the specified std::vector<bool >.
focusCurveWasFixed | The std::vector<bool > value to which focusCurveWasFixed is to be set. |
void asdm::CalFocusRow::setFocusCurveWidth | ( | std::vector< std::vector< Length > > | focusCurveWidth | ) |
Set focusCurveWidth with the specified std::vector<std::vector<Length > >.
focusCurveWidth | The std::vector<std::vector<Length > > value to which focusCurveWidth is to be set. |
void asdm::CalFocusRow::setFocusCurveWidthError | ( | std::vector< std::vector< Length > > | focusCurveWidthError | ) |
Set focusCurveWidthError with the specified std::vector<std::vector<Length > >.
focusCurveWidthError | The std::vector<std::vector<Length > > value to which focusCurveWidthError is to be set. |
void asdm::CalFocusRow::setFocusMethod | ( | FocusMethodMod::FocusMethod | focusMethod | ) |
Set focusMethod with the specified FocusMethodMod::FocusMethod.
focusMethod | The FocusMethodMod::FocusMethod value to which focusMethod is to be set. |
void asdm::CalFocusRow::setFrequencyRange | ( | std::vector< Frequency > | frequencyRange | ) |
Set frequencyRange with the specified std::vector<Frequency >.
frequencyRange | The std::vector<Frequency > value to which frequencyRange is to be set. |
void asdm::CalFocusRow::setFromIDL | ( | asdmIDL::CalFocusRowIDL | x | ) |
Fill the values of this row from the IDL struct CalFocusRowIDL.
x | The IDL struct containing the values used to fill this row. |
ConversionException |
void asdm::CalFocusRow::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::CalFocusRow::setIllumOffset | ( | std::vector< std::vector< Length > > | illumOffset | ) |
Set illumOffset with the specified std::vector<std::vector<Length > >.
illumOffset | The std::vector<std::vector<Length > > value to which illumOffset is to be set. |
void asdm::CalFocusRow::setIllumOffsetError | ( | std::vector< std::vector< Length > > | illumOffsetError | ) |
Set illumOffsetError with the specified std::vector<std::vector<Length > >.
illumOffsetError | The std::vector<std::vector<Length > > value to which illumOffsetError is to be set. |
void asdm::CalFocusRow::setNumReceptor | ( | int | numReceptor | ) |
Set numReceptor with the specified int.
numReceptor | The int value to which numReceptor is to be set. |
void asdm::CalFocusRow::setOffIntensity | ( | std::vector< Temperature > | offIntensity | ) |
Set offIntensity with the specified std::vector<Temperature >.
offIntensity | The std::vector<Temperature > value to which offIntensity is to be set. |
void asdm::CalFocusRow::setOffIntensityError | ( | std::vector< Temperature > | offIntensityError | ) |
Set offIntensityError with the specified std::vector<Temperature >.
offIntensityError | The std::vector<Temperature > value to which offIntensityError is to be set. |
void asdm::CalFocusRow::setOffIntensityWasFixed | ( | bool | offIntensityWasFixed | ) |
Set offIntensityWasFixed with the specified bool.
offIntensityWasFixed | The bool value to which offIntensityWasFixed is to be set. |
void asdm::CalFocusRow::setOffset | ( | std::vector< std::vector< Length > > | offset | ) |
Set offset with the specified std::vector<std::vector<Length > >.
offset | The std::vector<std::vector<Length > > value to which offset is to be set. |
void asdm::CalFocusRow::setOffsetError | ( | std::vector< std::vector< Length > > | offsetError | ) |
Set offsetError with the specified std::vector<std::vector<Length > >.
offsetError | The std::vector<std::vector<Length > > value to which offsetError is to be set. |
void asdm::CalFocusRow::setOffsetWasTied | ( | std::vector< std::vector< bool > > | offsetWasTied | ) |
Set offsetWasTied with the specified std::vector<std::vector<bool > >.
offsetWasTied | The std::vector<std::vector<bool > > value to which offsetWasTied is to be set. |
void asdm::CalFocusRow::setPeakIntensity | ( | std::vector< Temperature > | peakIntensity | ) |
Set peakIntensity with the specified std::vector<Temperature >.
peakIntensity | The std::vector<Temperature > value to which peakIntensity is to be set. |
void asdm::CalFocusRow::setPeakIntensityError | ( | std::vector< Temperature > | peakIntensityError | ) |
Set peakIntensityError with the specified std::vector<Temperature >.
peakIntensityError | The std::vector<Temperature > value to which peakIntensityError is to be set. |
void asdm::CalFocusRow::setPeakIntensityWasFixed | ( | bool | peakIntensityWasFixed | ) |
Set peakIntensityWasFixed with the specified bool.
peakIntensityWasFixed | The bool value to which peakIntensityWasFixed is to be set. |
void asdm::CalFocusRow::setPointingDirection | ( | std::vector< Angle > | pointingDirection | ) |
Set pointingDirection with the specified std::vector<Angle >.
pointingDirection | The std::vector<Angle > value to which pointingDirection is to be set. |
void asdm::CalFocusRow::setPolarizationsAveraged | ( | bool | polarizationsAveraged | ) |
Set polarizationsAveraged with the specified bool.
polarizationsAveraged | The bool value to which polarizationsAveraged is to be set. |
void asdm::CalFocusRow::setPolarizationTypes | ( | std::vector< PolarizationTypeMod::PolarizationType > | polarizationTypes | ) |
Set polarizationTypes with the specified std::vector<PolarizationTypeMod::PolarizationType >.
polarizationTypes | The std::vector<PolarizationTypeMod::PolarizationType > value to which polarizationTypes is to be set. |
void asdm::CalFocusRow::setPosition | ( | std::vector< std::vector< Length > > | position | ) |
Set position with the specified std::vector<std::vector<Length > >.
position | The std::vector<std::vector<Length > > value to which position is to be set. |
void asdm::CalFocusRow::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::CalFocusRow::setReducedChiSquared | ( | std::vector< std::vector< double > > | reducedChiSquared | ) |
Set reducedChiSquared with the specified std::vector<std::vector<double > >.
reducedChiSquared | The std::vector<std::vector<double > > value to which reducedChiSquared is to be set. |
void asdm::CalFocusRow::setStartValidTime | ( | ArrayTime | startValidTime | ) |
void asdm::CalFocusRow::setWereFixed | ( | std::vector< bool > | wereFixed | ) |
Set wereFixed with the specified std::vector<bool >.
wereFixed | The std::vector<bool > value to which wereFixed is to be set. |
|
private |
|
private |
|
private |
Serialize this into a stream of bytes written to an EndianOSStream.
eoss | the EndianOSStream to be written to |
asdmIDL::CalFocusRowIDL* asdm::CalFocusRow::toIDL | ( | ) | const |
Return this row in the form of an IDL struct.
void asdm::CalFocusRow::toIDL | ( | asdmIDL::CalFocusRowIDL & | x | ) | const |
Define the content of a CalFocusRowIDL struct from the values found in this row.
x | a reference to the CalFocusRowIDL struct to be set. |
std::string asdm::CalFocusRow::toXML | ( | ) | const |
Return this row in the form of an XML string.
|
private |
|
private |
|
friend |
Definition at line 189 of file CalFocusRow.h.
|
friend |
Definition at line 190 of file CalFocusRow.h.
|
private |
===> Attribute ambientTemperature
Definition at line 1823 of file CalFocusRow.h.
|
private |
===> Attribute antennaName
Definition at line 1801 of file CalFocusRow.h.
|
private |
Definition at line 2124 of file CalFocusRow.h.
|
private |
Definition at line 2137 of file CalFocusRow.h.
|
private |
===> Attribute astigmMultError, which is optional
Definition at line 2134 of file CalFocusRow.h.
|
private |
===> Attribute astigmMult, which is optional
Definition at line 2121 of file CalFocusRow.h.
|
private |
Definition at line 2098 of file CalFocusRow.h.
|
private |
Definition at line 2111 of file CalFocusRow.h.
|
private |
===> Attribute astigmPlusError, which is optional
Definition at line 2108 of file CalFocusRow.h.
|
private |
===> Attribute astigmPlus, which is optional
Definition at line 2095 of file CalFocusRow.h.
|
private |
===> Attribute atmPhaseCorrection
Definition at line 1834 of file CalFocusRow.h.
Extrinsic Table asdm::CalFocusRow::Attributes |
Definition at line 213 of file CalFocusRow.h.
Extrinsic Table asdm::CalFocusRow::Attributes |
Definition at line 1428 of file CalFocusRow.h.
|
private |
===> Attribute calReductionId
Definition at line 2202 of file CalFocusRow.h.
|
private |
===> Attribute endValidTime
Definition at line 1790 of file CalFocusRow.h.
|
private |
Definition at line 2176 of file CalFocusRow.h.
|
private |
===> Attribute fitRMS, which is optional
Definition at line 2173 of file CalFocusRow.h.
|
private |
Definition at line 2007 of file CalFocusRow.h.
|
private |
===> Attribute focusCurveWasFixed, which is optional
Definition at line 2004 of file CalFocusRow.h.
|
private |
Definition at line 1981 of file CalFocusRow.h.
|
private |
Definition at line 1994 of file CalFocusRow.h.
|
private |
===> Attribute focusCurveWidthError, which is optional
Definition at line 1991 of file CalFocusRow.h.
|
private |
===> Attribute focusCurveWidth, which is optional
Definition at line 1978 of file CalFocusRow.h.
|
private |
===> Attribute focusMethod
Definition at line 1845 of file CalFocusRow.h.
|
private |
===> Attribute frequencyRange
Definition at line 1856 of file CalFocusRow.h.
|
private |
Definition at line 2231 of file CalFocusRow.h.
|
private |
Definition at line 2275 of file CalFocusRow.h.
|
private |
Whether this row has been added to the table or not.
Definition at line 1735 of file CalFocusRow.h.
|
private |
Definition at line 2150 of file CalFocusRow.h.
|
private |
Definition at line 2163 of file CalFocusRow.h.
|
private |
===> Attribute illumOffsetError, which is optional
Definition at line 2160 of file CalFocusRow.h.
|
private |
===> Attribute illumOffset, which is optional
Definition at line 2147 of file CalFocusRow.h.
|
private |
===> Attribute numReceptor
Definition at line 1878 of file CalFocusRow.h.
|
private |
Definition at line 2020 of file CalFocusRow.h.
|
private |
Definition at line 2033 of file CalFocusRow.h.
|
private |
===> Attribute offIntensityError, which is optional
Definition at line 2030 of file CalFocusRow.h.
|
private |
===> Attribute offIntensity, which is optional
Definition at line 2017 of file CalFocusRow.h.
|
private |
Definition at line 2046 of file CalFocusRow.h.
|
private |
===> Attribute offIntensityWasFixed, which is optional
Definition at line 2043 of file CalFocusRow.h.
|
private |
===> Attribute offset
Definition at line 1911 of file CalFocusRow.h.
|
private |
===> Attribute offsetError
Definition at line 1922 of file CalFocusRow.h.
|
private |
===> Attribute offsetWasTied
Definition at line 1933 of file CalFocusRow.h.
|
private |
Definition at line 2059 of file CalFocusRow.h.
|
private |
Definition at line 2072 of file CalFocusRow.h.
|
private |
===> Attribute peakIntensityError, which is optional
Definition at line 2069 of file CalFocusRow.h.
|
private |
===> Attribute peakIntensity, which is optional
Definition at line 2056 of file CalFocusRow.h.
|
private |
Definition at line 2085 of file CalFocusRow.h.
|
private |
===> Attribute peakIntensityWasFixed, which is optional
Definition at line 2082 of file CalFocusRow.h.
|
private |
===> Attribute pointingDirection
Definition at line 1867 of file CalFocusRow.h.
|
private |
Definition at line 1968 of file CalFocusRow.h.
|
private |
===> Attribute polarizationsAveraged, which is optional
Definition at line 1965 of file CalFocusRow.h.
|
private |
===> Attribute polarizationTypes
Definition at line 1889 of file CalFocusRow.h.
|
private |
===> Attribute position
Definition at line 1955 of file CalFocusRow.h.
|
private |
===> Attribute receiverBand
Definition at line 1812 of file CalFocusRow.h.
|
private |
===> Attribute reducedChiSquared
Definition at line 1944 of file CalFocusRow.h.
|
private |
The table to which this row belongs.
Definition at line 1731 of file CalFocusRow.h.
|
private |
===> Attribute wereFixed
Definition at line 1900 of file CalFocusRow.h.