casa
5.7.0-16
|
The CalDelayRow class is a row of a CalDelayTable. More...
#include <CalDelayRow.h>
Public Member Functions | |
virtual | ~CalDelayRow () |
friend class asdm::TableStreamReader<CalDelayTable, CalDelayRow>; More... | |
CalDelayTable & | getTable () const |
Return the table to which this row belongs. More... | |
bool | isAdded () const |
Has this row been added to its table ? More... | |
void | setAntennaName (std::string antennaName) |
Set antennaName with the specified std::string. More... | |
AtmPhaseCorrectionMod::AtmPhaseCorrection | getAtmPhaseCorrection () const |
===> Attribute atmPhaseCorrection More... | |
void | setAtmPhaseCorrection (AtmPhaseCorrectionMod::AtmPhaseCorrection atmPhaseCorrection) |
Set atmPhaseCorrection with the specified AtmPhaseCorrectionMod::AtmPhaseCorrection. More... | |
BasebandNameMod::BasebandName | getBasebandName () const |
===> Attribute basebandName More... | |
void | setBasebandName (BasebandNameMod::BasebandName basebandName) |
Set basebandName with the specified BasebandNameMod::BasebandName. More... | |
ReceiverBandMod::ReceiverBand | getReceiverBand () const |
===> Attribute receiverBand More... | |
void | setReceiverBand (ReceiverBandMod::ReceiverBand receiverBand) |
Set receiverBand with the specified ReceiverBandMod::ReceiverBand. More... | |
ArrayTime | getStartValidTime () const |
===> Attribute startValidTime More... | |
void | setStartValidTime (ArrayTime startValidTime) |
Set startValidTime with the specified ArrayTime. More... | |
ArrayTime | getEndValidTime () const |
===> Attribute endValidTime More... | |
void | setEndValidTime (ArrayTime endValidTime) |
Set endValidTime with the specified ArrayTime. More... | |
std::string | getRefAntennaName () const |
===> Attribute refAntennaName More... | |
void | setRefAntennaName (std::string refAntennaName) |
Set refAntennaName with the specified std::string. More... | |
int | getNumReceptor () const |
===> Attribute numReceptor More... | |
void | setNumReceptor (int numReceptor) |
Set numReceptor with the specified int. More... | |
std::vector< double > | getDelayError () const |
===> Attribute delayError More... | |
void | setDelayError (std::vector< double > delayError) |
Set delayError with the specified std::vector<double >. More... | |
std::vector< double > | getDelayOffset () const |
===> Attribute delayOffset More... | |
void | setDelayOffset (std::vector< double > delayOffset) |
Set delayOffset with the specified std::vector<double >. 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< double > | getReducedChiSquared () const |
===> Attribute reducedChiSquared More... | |
void | setReducedChiSquared (std::vector< double > reducedChiSquared) |
Set reducedChiSquared with the specified std::vector<double >. More... | |
std::vector< double > | getAppliedDelay () const |
===> Attribute appliedDelay More... | |
void | setAppliedDelay (std::vector< double > appliedDelay) |
Set appliedDelay with the specified std::vector<double >. More... | |
bool | isCrossDelayOffsetExists () const |
===> Attribute crossDelayOffset, which is optional More... | |
double | getCrossDelayOffset () const |
Get crossDelayOffset, which is optional. More... | |
void | setCrossDelayOffset (double crossDelayOffset) |
Set crossDelayOffset with the specified double. More... | |
void | clearCrossDelayOffset () |
Mark crossDelayOffset, which is an optional field, as non-existent. More... | |
bool | isCrossDelayOffsetErrorExists () const |
===> Attribute crossDelayOffsetError, which is optional More... | |
double | getCrossDelayOffsetError () const |
Get crossDelayOffsetError, which is optional. More... | |
void | setCrossDelayOffsetError (double crossDelayOffsetError) |
Set crossDelayOffsetError with the specified double. More... | |
void | clearCrossDelayOffsetError () |
Mark crossDelayOffsetError, which is an optional field, as non-existent. More... | |
bool | isNumSidebandExists () const |
===> Attribute numSideband, which is optional More... | |
int | getNumSideband () const |
Get numSideband, which is optional. More... | |
void | setNumSideband (int numSideband) |
Set numSideband with the specified int. More... | |
void | clearNumSideband () |
Mark numSideband, which is an optional field, as non-existent. More... | |
bool | isRefFreqExists () const |
===> Attribute refFreq, which is optional More... | |
std::vector< Frequency > | getRefFreq () const |
Get refFreq, which is optional. More... | |
void | setRefFreq (std::vector< Frequency > refFreq) |
Set refFreq with the specified std::vector<Frequency >. More... | |
void | clearRefFreq () |
Mark refFreq, which is an optional field, as non-existent. More... | |
bool | isRefFreqPhaseExists () const |
===> Attribute refFreqPhase, which is optional More... | |
std::vector< Angle > | getRefFreqPhase () const |
Get refFreqPhase, which is optional. More... | |
void | setRefFreqPhase (std::vector< Angle > refFreqPhase) |
Set refFreqPhase with the specified std::vector<Angle >. More... | |
void | clearRefFreqPhase () |
Mark refFreqPhase, which is an optional field, as non-existent. More... | |
bool | isSidebandsExists () const |
===> Attribute sidebands, which is optional More... | |
std::vector < ReceiverSidebandMod::ReceiverSideband > | getSidebands () const |
Get sidebands, which is optional. More... | |
void | setSidebands (std::vector< ReceiverSidebandMod::ReceiverSideband > sidebands) |
Set sidebands with the specified std::vector<ReceiverSidebandMod::ReceiverSideband >. More... | |
void | clearSidebands () |
Mark sidebands, 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, AtmPhaseCorrectionMod::AtmPhaseCorrection atmPhaseCorrection, BasebandNameMod::BasebandName basebandName, ReceiverBandMod::ReceiverBand receiverBand, Tag calDataId, Tag calReductionId, ArrayTime startValidTime, ArrayTime endValidTime, std::string refAntennaName, int numReceptor, std::vector< double > delayError, std::vector< double > delayOffset, std::vector< PolarizationTypeMod::PolarizationType > polarizationTypes, std::vector< double > reducedChiSquared, std::vector< double > appliedDelay) |
Compare each mandatory attribute except the autoincrementable one of this CalDelayRow with the corresponding parameters and return true if there is a match and false otherwise. More... | |
bool | compareRequiredValue (ArrayTime startValidTime, ArrayTime endValidTime, std::string refAntennaName, int numReceptor, std::vector< double > delayError, std::vector< double > delayOffset, std::vector< PolarizationTypeMod::PolarizationType > polarizationTypes, std::vector< double > reducedChiSquared, std::vector< double > appliedDelay) |
Compare each mandatory value (i.e. More... | |
bool | equalByRequiredValue (CalDelayRow *x) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. More... | |
asdmIDL::CalDelayRowIDL * | toIDL () const |
Return this row in the form of an IDL struct. More... | |
void | toIDL (asdmIDL::CalDelayRowIDL &x) const |
Define the content of a CalDelayRowIDL struct from the values found in this row. More... | |
void | setFromIDL (asdmIDL::CalDelayRowIDL x) |
Fill the values of this row from the IDL struct CalDelayRowIDL. 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 | |
CalDelayTable & | table |
The table to which this row belongs. More... | |
bool | hasBeenAdded |
Whether this row has been added to the table or not. More... | |
AtmPhaseCorrectionMod::AtmPhaseCorrection | atmPhaseCorrection |
===> Attribute atmPhaseCorrection More... | |
BasebandNameMod::BasebandName | basebandName |
===> Attribute basebandName More... | |
ReceiverBandMod::ReceiverBand | receiverBand |
===> Attribute receiverBand More... | |
ArrayTime | startValidTime |
===> Attribute startValidTime More... | |
ArrayTime | endValidTime |
===> Attribute endValidTime More... | |
std::string | refAntennaName |
===> Attribute refAntennaName More... | |
int | numReceptor |
===> Attribute numReceptor More... | |
std::vector< double > | delayError |
===> Attribute delayError More... | |
std::vector< double > | delayOffset |
===> Attribute delayOffset More... | |
std::vector < PolarizationTypeMod::PolarizationType > | polarizationTypes |
===> Attribute polarizationTypes More... | |
std::vector< double > | reducedChiSquared |
===> Attribute reducedChiSquared More... | |
std::vector< double > | appliedDelay |
===> Attribute appliedDelay More... | |
bool | crossDelayOffsetExists |
===> Attribute crossDelayOffset, which is optional More... | |
double | crossDelayOffset |
bool | crossDelayOffsetErrorExists |
===> Attribute crossDelayOffsetError, which is optional More... | |
double | crossDelayOffsetError |
bool | numSidebandExists |
===> Attribute numSideband, which is optional More... | |
int | numSideband |
bool | refFreqExists |
===> Attribute refFreq, which is optional More... | |
std::vector< Frequency > | refFreq |
bool | refFreqPhaseExists |
===> Attribute refFreqPhase, which is optional More... | |
std::vector< Angle > | refFreqPhase |
bool | sidebandsExists |
===> Attribute sidebands, which is optional More... | |
std::vector < ReceiverSidebandMod::ReceiverSideband > | sidebands |
Tag | calReductionId |
===> Attribute calReductionId More... | |
Links *binary deserialization material from an EndianIStream std::map< std::string, CalDelayAttributeFromBin > | fromBinMethods |
*text deserialization material std::map< std::string, CalDelayAttributeFromText > | fromTextMethods |
Friends | |
class | asdm::CalDelayTable |
class | asdm::RowTransformer< CalDelayRow > |
The CalDelayRow class is a row of a CalDelayTable.
Generated from model's revision "-1", branch ""
Definition at line 152 of file CalDelayRow.h.
|
virtual |
friend class asdm::TableStreamReader<CalDelayTable, CalDelayRow>;
|
private |
Create a CalDelayRow.
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 CalDelayRow using a copy constructor mechanism.
Given a CalDelayRow row and a CalDelayTable table, the method creates a new CalDelayRow 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 |
void asdm::CalDelayRow::clearCrossDelayOffset | ( | ) |
Mark crossDelayOffset, which is an optional field, as non-existent.
void asdm::CalDelayRow::clearCrossDelayOffsetError | ( | ) |
Mark crossDelayOffsetError, which is an optional field, as non-existent.
void asdm::CalDelayRow::clearNumSideband | ( | ) |
Mark numSideband, which is an optional field, as non-existent.
void asdm::CalDelayRow::clearRefFreq | ( | ) |
Mark refFreq, which is an optional field, as non-existent.
void asdm::CalDelayRow::clearRefFreqPhase | ( | ) |
Mark refFreqPhase, which is an optional field, as non-existent.
void asdm::CalDelayRow::clearSidebands | ( | ) |
Mark sidebands, which is an optional field, as non-existent.
bool asdm::CalDelayRow::compareNoAutoInc | ( | std::string | antennaName, |
AtmPhaseCorrectionMod::AtmPhaseCorrection | atmPhaseCorrection, | ||
BasebandNameMod::BasebandName | basebandName, | ||
ReceiverBandMod::ReceiverBand | receiverBand, | ||
Tag | calDataId, | ||
Tag | calReductionId, | ||
ArrayTime | startValidTime, | ||
ArrayTime | endValidTime, | ||
std::string | refAntennaName, | ||
int | numReceptor, | ||
std::vector< double > | delayError, | ||
std::vector< double > | delayOffset, | ||
std::vector< PolarizationTypeMod::PolarizationType > | polarizationTypes, | ||
std::vector< double > | reducedChiSquared, | ||
std::vector< double > | appliedDelay | ||
) |
Compare each mandatory attribute except the autoincrementable one of this CalDelayRow with the corresponding parameters and return true if there is a match and false otherwise.
antennaName | |
atmPhaseCorrection | |
basebandName | |
receiverBand | |
calDataId | |
calReductionId | |
startValidTime | |
endValidTime | |
refAntennaName | |
numReceptor | |
delayError | |
delayOffset | |
polarizationTypes | |
reducedChiSquared | |
appliedDelay |
bool asdm::CalDelayRow::compareRequiredValue | ( | ArrayTime | startValidTime, |
ArrayTime | endValidTime, | ||
std::string | refAntennaName, | ||
int | numReceptor, | ||
std::vector< double > | delayError, | ||
std::vector< double > | delayOffset, | ||
std::vector< PolarizationTypeMod::PolarizationType > | polarizationTypes, | ||
std::vector< double > | reducedChiSquared, | ||
std::vector< double > | appliedDelay | ||
) |
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 | |
refAntennaName | |
numReceptor | |
delayError | |
delayOffset | |
polarizationTypes | |
reducedChiSquared | |
appliedDelay |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
bool asdm::CalDelayRow::equalByRequiredValue | ( | CalDelayRow * | 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 CalDelayRow whose required attributes of the value part will be compared with those of this. |
std::vector<double > asdm::CalDelayRow::getAppliedDelay | ( | ) | const |
===> Attribute appliedDelay
Get appliedDelay.
AtmPhaseCorrectionMod::AtmPhaseCorrection asdm::CalDelayRow::getAtmPhaseCorrection | ( | ) | const |
===> Attribute atmPhaseCorrection
Get atmPhaseCorrection.
BasebandNameMod::BasebandName asdm::CalDelayRow::getBasebandName | ( | ) | const |
===> Attribute basebandName
Get basebandName.
Links* CalDataRow* asdm::CalDelayRow::getCalDataUsingCalDataId | ( | ) |
calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId
Tag asdm::CalDelayRow::getCalReductionId | ( | ) | const |
CalReductionRow* asdm::CalDelayRow::getCalReductionUsingCalReductionId | ( | ) |
calReductionId pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId
double asdm::CalDelayRow::getCrossDelayOffset | ( | ) | const |
Get crossDelayOffset, which is optional.
IllegalAccessException | If crossDelayOffset does not exist. |
double asdm::CalDelayRow::getCrossDelayOffsetError | ( | ) | const |
Get crossDelayOffsetError, which is optional.
IllegalAccessException | If crossDelayOffsetError does not exist. |
std::vector<double > asdm::CalDelayRow::getDelayError | ( | ) | const |
===> Attribute delayError
Get delayError.
std::vector<double > asdm::CalDelayRow::getDelayOffset | ( | ) | const |
===> Attribute delayOffset
Get delayOffset.
ArrayTime asdm::CalDelayRow::getEndValidTime | ( | ) | const |
int asdm::CalDelayRow::getNumReceptor | ( | ) | const |
===> Attribute numReceptor
Get numReceptor.
int asdm::CalDelayRow::getNumSideband | ( | ) | const |
Get numSideband, which is optional.
IllegalAccessException | If numSideband does not exist. |
std::vector<PolarizationTypeMod::PolarizationType > asdm::CalDelayRow::getPolarizationTypes | ( | ) | const |
===> Attribute polarizationTypes
Get polarizationTypes.
ReceiverBandMod::ReceiverBand asdm::CalDelayRow::getReceiverBand | ( | ) | const |
===> Attribute receiverBand
Get receiverBand.
std::vector<double > asdm::CalDelayRow::getReducedChiSquared | ( | ) | const |
===> Attribute reducedChiSquared
Get reducedChiSquared.
std::string asdm::CalDelayRow::getRefAntennaName | ( | ) | const |
===> Attribute refAntennaName
Get refAntennaName.
std::vector<Frequency > asdm::CalDelayRow::getRefFreq | ( | ) | const |
Get refFreq, which is optional.
IllegalAccessException | If refFreq does not exist. |
std::vector<Angle > asdm::CalDelayRow::getRefFreqPhase | ( | ) | const |
Get refFreqPhase, which is optional.
IllegalAccessException | If refFreqPhase does not exist. |
std::vector<ReceiverSidebandMod::ReceiverSideband > asdm::CalDelayRow::getSidebands | ( | ) | const |
Get sidebands, which is optional.
IllegalAccessException | If sidebands does not exist. |
ArrayTime asdm::CalDelayRow::getStartValidTime | ( | ) | const |
CalDelayTable& asdm::CalDelayRow::getTable | ( | ) | const |
Return the table to which this row belongs.
bool asdm::CalDelayRow::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::CalDelayRow::isCrossDelayOffsetErrorExists | ( | ) | const |
===> Attribute crossDelayOffsetError, which is optional
The attribute crossDelayOffsetError is optional. Return true if this attribute exists.
bool asdm::CalDelayRow::isCrossDelayOffsetExists | ( | ) | const |
===> Attribute crossDelayOffset, which is optional
The attribute crossDelayOffset is optional. Return true if this attribute exists.
bool asdm::CalDelayRow::isNumSidebandExists | ( | ) | const |
===> Attribute numSideband, which is optional
The attribute numSideband is optional. Return true if this attribute exists.
bool asdm::CalDelayRow::isRefFreqExists | ( | ) | const |
===> Attribute refFreq, which is optional
The attribute refFreq is optional. Return true if this attribute exists.
bool asdm::CalDelayRow::isRefFreqPhaseExists | ( | ) | const |
===> Attribute refFreqPhase, which is optional
The attribute refFreqPhase is optional. Return true if this attribute exists.
bool asdm::CalDelayRow::isSidebandsExists | ( | ) | const |
===> Attribute sidebands, which is optional
The attribute sidebands is optional. Return true if this attribute exists.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
void asdm::CalDelayRow::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::CalDelayRow::setAppliedDelay | ( | std::vector< double > | appliedDelay | ) |
Set appliedDelay with the specified std::vector<double >.
appliedDelay | The std::vector<double > value to which appliedDelay is to be set. |
void asdm::CalDelayRow::setAtmPhaseCorrection | ( | AtmPhaseCorrectionMod::AtmPhaseCorrection | atmPhaseCorrection | ) |
Set atmPhaseCorrection with the specified AtmPhaseCorrectionMod::AtmPhaseCorrection.
atmPhaseCorrection | The AtmPhaseCorrectionMod::AtmPhaseCorrection value to which atmPhaseCorrection is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
void asdm::CalDelayRow::setBasebandName | ( | BasebandNameMod::BasebandName | basebandName | ) |
Set basebandName with the specified BasebandNameMod::BasebandName.
basebandName | The BasebandNameMod::BasebandName value to which basebandName is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
void asdm::CalDelayRow::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::CalDelayRow::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::CalDelayRow::setCrossDelayOffset | ( | double | crossDelayOffset | ) |
Set crossDelayOffset with the specified double.
crossDelayOffset | The double value to which crossDelayOffset is to be set. |
void asdm::CalDelayRow::setCrossDelayOffsetError | ( | double | crossDelayOffsetError | ) |
Set crossDelayOffsetError with the specified double.
crossDelayOffsetError | The double value to which crossDelayOffsetError is to be set. |
void asdm::CalDelayRow::setDelayError | ( | std::vector< double > | delayError | ) |
Set delayError with the specified std::vector<double >.
delayError | The std::vector<double > value to which delayError is to be set. |
void asdm::CalDelayRow::setDelayOffset | ( | std::vector< double > | delayOffset | ) |
Set delayOffset with the specified std::vector<double >.
delayOffset | The std::vector<double > value to which delayOffset is to be set. |
void asdm::CalDelayRow::setEndValidTime | ( | ArrayTime | endValidTime | ) |
void asdm::CalDelayRow::setFromIDL | ( | asdmIDL::CalDelayRowIDL | x | ) |
Fill the values of this row from the IDL struct CalDelayRowIDL.
x | The IDL struct containing the values used to fill this row. |
ConversionException |
void asdm::CalDelayRow::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::CalDelayRow::setNumReceptor | ( | int | numReceptor | ) |
Set numReceptor with the specified int.
numReceptor | The int value to which numReceptor is to be set. |
void asdm::CalDelayRow::setNumSideband | ( | int | numSideband | ) |
Set numSideband with the specified int.
numSideband | The int value to which numSideband is to be set. |
void asdm::CalDelayRow::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::CalDelayRow::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::CalDelayRow::setReducedChiSquared | ( | std::vector< double > | reducedChiSquared | ) |
Set reducedChiSquared with the specified std::vector<double >.
reducedChiSquared | The std::vector<double > value to which reducedChiSquared is to be set. |
void asdm::CalDelayRow::setRefAntennaName | ( | std::string | refAntennaName | ) |
Set refAntennaName with the specified std::string.
refAntennaName | The std::string value to which refAntennaName is to be set. |
void asdm::CalDelayRow::setRefFreq | ( | std::vector< Frequency > | refFreq | ) |
Set refFreq with the specified std::vector<Frequency >.
refFreq | The std::vector<Frequency > value to which refFreq is to be set. |
void asdm::CalDelayRow::setRefFreqPhase | ( | std::vector< Angle > | refFreqPhase | ) |
Set refFreqPhase with the specified std::vector<Angle >.
refFreqPhase | The std::vector<Angle > value to which refFreqPhase is to be set. |
void asdm::CalDelayRow::setSidebands | ( | std::vector< ReceiverSidebandMod::ReceiverSideband > | sidebands | ) |
Set sidebands with the specified std::vector<ReceiverSidebandMod::ReceiverSideband >.
sidebands | The std::vector<ReceiverSidebandMod::ReceiverSideband > value to which sidebands is to be set. |
void asdm::CalDelayRow::setStartValidTime | ( | ArrayTime | startValidTime | ) |
|
private |
|
private |
|
private |
|
private |
|
private |
Serialize this into a stream of bytes written to an EndianOSStream.
eoss | the EndianOSStream to be written to |
asdmIDL::CalDelayRowIDL* asdm::CalDelayRow::toIDL | ( | ) | const |
Return this row in the form of an IDL struct.
void asdm::CalDelayRow::toIDL | ( | asdmIDL::CalDelayRowIDL & | x | ) | const |
Define the content of a CalDelayRowIDL struct from the values found in this row.
x | a reference to the CalDelayRowIDL struct to be set. |
std::string asdm::CalDelayRow::toXML | ( | ) | const |
Return this row in the form of an XML string.
|
friend |
Definition at line 153 of file CalDelayRow.h.
|
friend |
Definition at line 154 of file CalDelayRow.h.
|
private |
===> Attribute appliedDelay
Definition at line 1273 of file CalDelayRow.h.
|
private |
===> Attribute atmPhaseCorrection
Definition at line 1152 of file CalDelayRow.h.
Extrinsic Table asdm::CalDelayRow::Attributes |
Definition at line 177 of file CalDelayRow.h.
Extrinsic Table asdm::CalDelayRow::Attributes |
Definition at line 825 of file CalDelayRow.h.
|
private |
===> Attribute basebandName
Definition at line 1163 of file CalDelayRow.h.
|
private |
===> Attribute calReductionId
Definition at line 1377 of file CalDelayRow.h.
|
private |
Definition at line 1286 of file CalDelayRow.h.
|
private |
Definition at line 1299 of file CalDelayRow.h.
|
private |
===> Attribute crossDelayOffsetError, which is optional
Definition at line 1296 of file CalDelayRow.h.
|
private |
===> Attribute crossDelayOffset, which is optional
Definition at line 1283 of file CalDelayRow.h.
|
private |
===> Attribute delayError
Definition at line 1229 of file CalDelayRow.h.
|
private |
===> Attribute delayOffset
Definition at line 1240 of file CalDelayRow.h.
|
private |
===> Attribute endValidTime
Definition at line 1196 of file CalDelayRow.h.
|
private |
Definition at line 1406 of file CalDelayRow.h.
|
private |
Definition at line 1435 of file CalDelayRow.h.
|
private |
Whether this row has been added to the table or not.
Definition at line 1097 of file CalDelayRow.h.
|
private |
===> Attribute numReceptor
Definition at line 1218 of file CalDelayRow.h.
|
private |
Definition at line 1312 of file CalDelayRow.h.
|
private |
===> Attribute numSideband, which is optional
Definition at line 1309 of file CalDelayRow.h.
|
private |
===> Attribute polarizationTypes
Definition at line 1251 of file CalDelayRow.h.
|
private |
===> Attribute receiverBand
Definition at line 1174 of file CalDelayRow.h.
|
private |
===> Attribute reducedChiSquared
Definition at line 1262 of file CalDelayRow.h.
|
private |
===> Attribute refAntennaName
Definition at line 1207 of file CalDelayRow.h.
|
private |
Definition at line 1325 of file CalDelayRow.h.
|
private |
===> Attribute refFreq, which is optional
Definition at line 1322 of file CalDelayRow.h.
|
private |
Definition at line 1338 of file CalDelayRow.h.
|
private |
===> Attribute refFreqPhase, which is optional
Definition at line 1335 of file CalDelayRow.h.
|
private |
Definition at line 1351 of file CalDelayRow.h.
|
private |
===> Attribute sidebands, which is optional
Definition at line 1348 of file CalDelayRow.h.
|
private |
===> Attribute startValidTime
Definition at line 1185 of file CalDelayRow.h.
|
private |
The table to which this row belongs.
Definition at line 1093 of file CalDelayRow.h.