casa
5.7.0-16
|
The CalPhaseRow class is a row of a CalPhaseTable. More...
#include <CalPhaseRow.h>
Public Member Functions | |
virtual | ~CalPhaseRow () |
friend class asdm::TableStreamReader<CalPhaseTable, CalPhaseRow>; More... | |
CalPhaseTable & | getTable () const |
Return the table to which this row belongs. More... | |
bool | isAdded () const |
Has this row been added to its table ? 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... | |
AtmPhaseCorrectionMod::AtmPhaseCorrection | getAtmPhaseCorrection () const |
===> Attribute atmPhaseCorrection More... | |
void | setAtmPhaseCorrection (AtmPhaseCorrectionMod::AtmPhaseCorrection atmPhaseCorrection) |
Set atmPhaseCorrection with the specified AtmPhaseCorrectionMod::AtmPhaseCorrection. 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... | |
int | getNumBaseline () const |
===> Attribute numBaseline More... | |
void | setNumBaseline (int numBaseline) |
Set numBaseline with the specified int. More... | |
int | getNumReceptor () const |
===> Attribute numReceptor More... | |
void | setNumReceptor (int numReceptor) |
Set numReceptor with the specified int. More... | |
std::vector< std::vector< float > > | getAmpli () const |
===> Attribute ampli More... | |
void | setAmpli (std::vector< std::vector< float > > ampli) |
Set ampli with the specified std::vector<std::vector<float > >. More... | |
std::vector< std::vector < std::string > > | getAntennaNames () const |
===> Attribute antennaNames More... | |
void | setAntennaNames (std::vector< std::vector< std::string > > antennaNames) |
Set antennaNames with the specified std::vector<std::vector<std::string > >. More... | |
std::vector< Length > | getBaselineLengths () const |
===> Attribute baselineLengths More... | |
void | setBaselineLengths (std::vector< Length > baselineLengths) |
Set baselineLengths with the specified std::vector<Length >. More... | |
std::vector< std::vector< float > > | getDecorrelationFactor () const |
===> Attribute decorrelationFactor More... | |
void | setDecorrelationFactor (std::vector< std::vector< float > > decorrelationFactor) |
Set decorrelationFactor with the specified std::vector<std::vector<float > >. More... | |
std::vector< Angle > | getDirection () const |
===> Attribute direction More... | |
void | setDirection (std::vector< Angle > direction) |
Set direction with the specified std::vector<Angle >. More... | |
std::vector< Frequency > | getFrequencyRange () const |
===> Attribute frequencyRange More... | |
void | setFrequencyRange (std::vector< Frequency > frequencyRange) |
Set frequencyRange with the specified std::vector<Frequency >. More... | |
Interval | getIntegrationTime () const |
===> Attribute integrationTime More... | |
void | setIntegrationTime (Interval integrationTime) |
Set integrationTime with the specified Interval. More... | |
std::vector< std::vector< float > > | getPhase () const |
===> Attribute phase More... | |
void | setPhase (std::vector< std::vector< float > > phase) |
Set phase with the specified std::vector<std::vector<float > >. 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< std::vector< float > > | getPhaseRMS () const |
===> Attribute phaseRMS More... | |
void | setPhaseRMS (std::vector< std::vector< float > > phaseRMS) |
Set phaseRMS with the specified std::vector<std::vector<float > >. More... | |
std::vector< std::vector< float > > | getStatPhaseRMS () const |
===> Attribute statPhaseRMS More... | |
void | setStatPhaseRMS (std::vector< std::vector< float > > statPhaseRMS) |
Set statPhaseRMS with the specified std::vector<std::vector<float > >. More... | |
bool | isCorrectionValidityExists () const |
===> Attribute correctionValidity, which is optional More... | |
std::vector< bool > | getCorrectionValidity () const |
Get correctionValidity, which is optional. More... | |
void | setCorrectionValidity (std::vector< bool > correctionValidity) |
Set correctionValidity with the specified std::vector<bool >. More... | |
void | clearCorrectionValidity () |
Mark correctionValidity, which is an optional field, as non-existent. More... | |
bool | isNumAntennaExists () const |
===> Attribute numAntenna, which is optional More... | |
int | getNumAntenna () const |
Get numAntenna, which is optional. More... | |
void | setNumAntenna (int numAntenna) |
Set numAntenna with the specified int. More... | |
void | clearNumAntenna () |
Mark numAntenna, which is an optional field, as non-existent. More... | |
bool | isSingleAntennaNameExists () const |
===> Attribute singleAntennaName, which is optional More... | |
std::vector< std::string > | getSingleAntennaName () const |
Get singleAntennaName, which is optional. More... | |
void | setSingleAntennaName (std::vector< std::string > singleAntennaName) |
Set singleAntennaName with the specified std::vector<std::string >. More... | |
void | clearSingleAntennaName () |
Mark singleAntennaName, which is an optional field, as non-existent. More... | |
bool | isRefAntennaNameExists () const |
===> Attribute refAntennaName, which is optional More... | |
std::string | getRefAntennaName () const |
Get refAntennaName, which is optional. More... | |
void | setRefAntennaName (std::string refAntennaName) |
Set refAntennaName with the specified std::string. More... | |
void | clearRefAntennaName () |
Mark refAntennaName, which is an optional field, as non-existent. More... | |
bool | isPhaseAntExists () const |
===> Attribute phaseAnt, which is optional More... | |
std::vector< std::vector< float > > | getPhaseAnt () const |
Get phaseAnt, which is optional. More... | |
void | setPhaseAnt (std::vector< std::vector< float > > phaseAnt) |
Set phaseAnt with the specified std::vector<std::vector<float > >. More... | |
void | clearPhaseAnt () |
Mark phaseAnt, which is an optional field, as non-existent. More... | |
bool | isPhaseAntRMSExists () const |
===> Attribute phaseAntRMS, which is optional More... | |
std::vector< std::vector< float > > | getPhaseAntRMS () const |
Get phaseAntRMS, which is optional. More... | |
void | setPhaseAntRMS (std::vector< std::vector< float > > phaseAntRMS) |
Set phaseAntRMS with the specified std::vector<std::vector<float > >. More... | |
void | clearPhaseAntRMS () |
Mark phaseAntRMS, 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 (BasebandNameMod::BasebandName basebandName, ReceiverBandMod::ReceiverBand receiverBand, AtmPhaseCorrectionMod::AtmPhaseCorrection atmPhaseCorrection, Tag calDataId, Tag calReductionId, ArrayTime startValidTime, ArrayTime endValidTime, int numBaseline, int numReceptor, std::vector< std::vector< float > > ampli, std::vector< std::vector< std::string > > antennaNames, std::vector< Length > baselineLengths, std::vector< std::vector< float > > decorrelationFactor, std::vector< Angle > direction, std::vector< Frequency > frequencyRange, Interval integrationTime, std::vector< std::vector< float > > phase, std::vector< PolarizationTypeMod::PolarizationType > polarizationTypes, std::vector< std::vector< float > > phaseRMS, std::vector< std::vector< float > > statPhaseRMS) |
Compare each mandatory attribute except the autoincrementable one of this CalPhaseRow with the corresponding parameters and return true if there is a match and false otherwise. More... | |
bool | compareRequiredValue (ArrayTime startValidTime, ArrayTime endValidTime, int numBaseline, int numReceptor, std::vector< std::vector< float > > ampli, std::vector< std::vector< std::string > > antennaNames, std::vector< Length > baselineLengths, std::vector< std::vector< float > > decorrelationFactor, std::vector< Angle > direction, std::vector< Frequency > frequencyRange, Interval integrationTime, std::vector< std::vector< float > > phase, std::vector< PolarizationTypeMod::PolarizationType > polarizationTypes, std::vector< std::vector< float > > phaseRMS, std::vector< std::vector< float > > statPhaseRMS) |
Compare each mandatory value (i.e. More... | |
bool | equalByRequiredValue (CalPhaseRow *x) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. More... | |
asdmIDL::CalPhaseRowIDL * | toIDL () const |
Return this row in the form of an IDL struct. More... | |
void | toIDL (asdmIDL::CalPhaseRowIDL &x) const |
Define the content of a CalPhaseRowIDL struct from the values found in this row. More... | |
void | setFromIDL (asdmIDL::CalPhaseRowIDL x) |
Fill the values of this row from the IDL struct CalPhaseRowIDL. 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 | |
CalPhaseTable & | table |
The table to which this row belongs. More... | |
bool | hasBeenAdded |
Whether this row has been added to the table or not. More... | |
ReceiverBandMod::ReceiverBand | receiverBand |
===> Attribute receiverBand More... | |
AtmPhaseCorrectionMod::AtmPhaseCorrection | atmPhaseCorrection |
===> Attribute atmPhaseCorrection More... | |
ArrayTime | startValidTime |
===> Attribute startValidTime More... | |
ArrayTime | endValidTime |
===> Attribute endValidTime More... | |
int | numBaseline |
===> Attribute numBaseline More... | |
int | numReceptor |
===> Attribute numReceptor More... | |
std::vector< std::vector< float > > | ampli |
===> Attribute ampli More... | |
std::vector< std::vector < std::string > > | antennaNames |
===> Attribute antennaNames More... | |
std::vector< Length > | baselineLengths |
===> Attribute baselineLengths More... | |
std::vector< std::vector< float > > | decorrelationFactor |
===> Attribute decorrelationFactor More... | |
std::vector< Angle > | direction |
===> Attribute direction More... | |
std::vector< Frequency > | frequencyRange |
===> Attribute frequencyRange More... | |
Interval | integrationTime |
===> Attribute integrationTime More... | |
std::vector< std::vector< float > > | phase |
===> Attribute phase More... | |
std::vector < PolarizationTypeMod::PolarizationType > | polarizationTypes |
===> Attribute polarizationTypes More... | |
std::vector< std::vector< float > > | phaseRMS |
===> Attribute phaseRMS More... | |
std::vector< std::vector< float > > | statPhaseRMS |
===> Attribute statPhaseRMS More... | |
bool | correctionValidityExists |
===> Attribute correctionValidity, which is optional More... | |
std::vector< bool > | correctionValidity |
bool | numAntennaExists |
===> Attribute numAntenna, which is optional More... | |
int | numAntenna |
bool | singleAntennaNameExists |
===> Attribute singleAntennaName, which is optional More... | |
std::vector< std::string > | singleAntennaName |
bool | refAntennaNameExists |
===> Attribute refAntennaName, which is optional More... | |
std::string | refAntennaName |
bool | phaseAntExists |
===> Attribute phaseAnt, which is optional More... | |
std::vector< std::vector< float > > | phaseAnt |
bool | phaseAntRMSExists |
===> Attribute phaseAntRMS, which is optional More... | |
std::vector< std::vector< float > > | phaseAntRMS |
Tag | calReductionId |
===> Attribute calReductionId More... | |
Links *binary deserialization material from an EndianIStream std::map< std::string, CalPhaseAttributeFromBin > | fromBinMethods |
*text deserialization material std::map< std::string, CalPhaseAttributeFromText > | fromTextMethods |
Friends | |
class | asdm::CalPhaseTable |
class | asdm::RowTransformer< CalPhaseRow > |
The CalPhaseRow class is a row of a CalPhaseTable.
Generated from model's revision "-1", branch ""
Definition at line 168 of file CalPhaseRow.h.
|
virtual |
friend class asdm::TableStreamReader<CalPhaseTable, CalPhaseRow>;
|
private |
Create a CalPhaseRow.
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 CalPhaseRow using a copy constructor mechanism.
Given a CalPhaseRow row and a CalPhaseTable table, the method creates a new CalPhaseRow 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 |
void asdm::CalPhaseRow::clearCorrectionValidity | ( | ) |
Mark correctionValidity, which is an optional field, as non-existent.
void asdm::CalPhaseRow::clearNumAntenna | ( | ) |
Mark numAntenna, which is an optional field, as non-existent.
void asdm::CalPhaseRow::clearPhaseAnt | ( | ) |
Mark phaseAnt, which is an optional field, as non-existent.
void asdm::CalPhaseRow::clearPhaseAntRMS | ( | ) |
Mark phaseAntRMS, which is an optional field, as non-existent.
void asdm::CalPhaseRow::clearRefAntennaName | ( | ) |
Mark refAntennaName, which is an optional field, as non-existent.
void asdm::CalPhaseRow::clearSingleAntennaName | ( | ) |
Mark singleAntennaName, which is an optional field, as non-existent.
bool asdm::CalPhaseRow::compareNoAutoInc | ( | BasebandNameMod::BasebandName | basebandName, |
ReceiverBandMod::ReceiverBand | receiverBand, | ||
AtmPhaseCorrectionMod::AtmPhaseCorrection | atmPhaseCorrection, | ||
Tag | calDataId, | ||
Tag | calReductionId, | ||
ArrayTime | startValidTime, | ||
ArrayTime | endValidTime, | ||
int | numBaseline, | ||
int | numReceptor, | ||
std::vector< std::vector< float > > | ampli, | ||
std::vector< std::vector< std::string > > | antennaNames, | ||
std::vector< Length > | baselineLengths, | ||
std::vector< std::vector< float > > | decorrelationFactor, | ||
std::vector< Angle > | direction, | ||
std::vector< Frequency > | frequencyRange, | ||
Interval | integrationTime, | ||
std::vector< std::vector< float > > | phase, | ||
std::vector< PolarizationTypeMod::PolarizationType > | polarizationTypes, | ||
std::vector< std::vector< float > > | phaseRMS, | ||
std::vector< std::vector< float > > | statPhaseRMS | ||
) |
Compare each mandatory attribute except the autoincrementable one of this CalPhaseRow with the corresponding parameters and return true if there is a match and false otherwise.
basebandName | |
receiverBand | |
atmPhaseCorrection | |
calDataId | |
calReductionId | |
startValidTime | |
endValidTime | |
numBaseline | |
numReceptor | |
ampli | |
antennaNames | |
baselineLengths | |
decorrelationFactor | |
direction | |
frequencyRange | |
integrationTime | |
phase | |
polarizationTypes | |
phaseRMS | |
statPhaseRMS |
bool asdm::CalPhaseRow::compareRequiredValue | ( | ArrayTime | startValidTime, |
ArrayTime | endValidTime, | ||
int | numBaseline, | ||
int | numReceptor, | ||
std::vector< std::vector< float > > | ampli, | ||
std::vector< std::vector< std::string > > | antennaNames, | ||
std::vector< Length > | baselineLengths, | ||
std::vector< std::vector< float > > | decorrelationFactor, | ||
std::vector< Angle > | direction, | ||
std::vector< Frequency > | frequencyRange, | ||
Interval | integrationTime, | ||
std::vector< std::vector< float > > | phase, | ||
std::vector< PolarizationTypeMod::PolarizationType > | polarizationTypes, | ||
std::vector< std::vector< float > > | phaseRMS, | ||
std::vector< std::vector< float > > | statPhaseRMS | ||
) |
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 | |
numBaseline | |
numReceptor | |
ampli | |
antennaNames | |
baselineLengths | |
decorrelationFactor | |
direction | |
frequencyRange | |
integrationTime | |
phase | |
polarizationTypes | |
phaseRMS | |
statPhaseRMS |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
bool asdm::CalPhaseRow::equalByRequiredValue | ( | CalPhaseRow * | 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 CalPhaseRow whose required attributes of the value part will be compared with those of this. |
|
private |
|
private |
std::vector<std::vector<float > > asdm::CalPhaseRow::getAmpli | ( | ) | const |
===> Attribute ampli
Get ampli.
std::vector<std::vector<std::string > > asdm::CalPhaseRow::getAntennaNames | ( | ) | const |
===> Attribute antennaNames
Get antennaNames.
AtmPhaseCorrectionMod::AtmPhaseCorrection asdm::CalPhaseRow::getAtmPhaseCorrection | ( | ) | const |
===> Attribute atmPhaseCorrection
Get atmPhaseCorrection.
std::vector<Length > asdm::CalPhaseRow::getBaselineLengths | ( | ) | const |
===> Attribute baselineLengths
Get baselineLengths.
Links* CalDataRow* asdm::CalPhaseRow::getCalDataUsingCalDataId | ( | ) |
calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId
Tag asdm::CalPhaseRow::getCalReductionId | ( | ) | const |
CalReductionRow* asdm::CalPhaseRow::getCalReductionUsingCalReductionId | ( | ) |
calReductionId pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId
std::vector<bool > asdm::CalPhaseRow::getCorrectionValidity | ( | ) | const |
Get correctionValidity, which is optional.
IllegalAccessException | If correctionValidity does not exist. |
std::vector<std::vector<float > > asdm::CalPhaseRow::getDecorrelationFactor | ( | ) | const |
===> Attribute decorrelationFactor
Get decorrelationFactor.
std::vector<Angle > asdm::CalPhaseRow::getDirection | ( | ) | const |
===> Attribute direction
Get direction.
ArrayTime asdm::CalPhaseRow::getEndValidTime | ( | ) | const |
std::vector<Frequency > asdm::CalPhaseRow::getFrequencyRange | ( | ) | const |
===> Attribute frequencyRange
Get frequencyRange.
Interval asdm::CalPhaseRow::getIntegrationTime | ( | ) | const |
int asdm::CalPhaseRow::getNumAntenna | ( | ) | const |
Get numAntenna, which is optional.
IllegalAccessException | If numAntenna does not exist. |
int asdm::CalPhaseRow::getNumBaseline | ( | ) | const |
===> Attribute numBaseline
Get numBaseline.
int asdm::CalPhaseRow::getNumReceptor | ( | ) | const |
===> Attribute numReceptor
Get numReceptor.
std::vector<std::vector<float > > asdm::CalPhaseRow::getPhase | ( | ) | const |
===> Attribute phase
Get phase.
std::vector<std::vector<float > > asdm::CalPhaseRow::getPhaseAnt | ( | ) | const |
Get phaseAnt, which is optional.
IllegalAccessException | If phaseAnt does not exist. |
std::vector<std::vector<float > > asdm::CalPhaseRow::getPhaseAntRMS | ( | ) | const |
Get phaseAntRMS, which is optional.
IllegalAccessException | If phaseAntRMS does not exist. |
std::vector<std::vector<float > > asdm::CalPhaseRow::getPhaseRMS | ( | ) | const |
===> Attribute phaseRMS
Get phaseRMS.
std::vector<PolarizationTypeMod::PolarizationType > asdm::CalPhaseRow::getPolarizationTypes | ( | ) | const |
===> Attribute polarizationTypes
Get polarizationTypes.
ReceiverBandMod::ReceiverBand asdm::CalPhaseRow::getReceiverBand | ( | ) | const |
===> Attribute receiverBand
Get receiverBand.
std::string asdm::CalPhaseRow::getRefAntennaName | ( | ) | const |
Get refAntennaName, which is optional.
IllegalAccessException | If refAntennaName does not exist. |
std::vector<std::string > asdm::CalPhaseRow::getSingleAntennaName | ( | ) | const |
Get singleAntennaName, which is optional.
IllegalAccessException | If singleAntennaName does not exist. |
ArrayTime asdm::CalPhaseRow::getStartValidTime | ( | ) | const |
std::vector<std::vector<float > > asdm::CalPhaseRow::getStatPhaseRMS | ( | ) | const |
===> Attribute statPhaseRMS
Get statPhaseRMS.
CalPhaseTable& asdm::CalPhaseRow::getTable | ( | ) | const |
Return the table to which this row belongs.
|
private |
|
private |
bool asdm::CalPhaseRow::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::CalPhaseRow::isCorrectionValidityExists | ( | ) | const |
===> Attribute correctionValidity, which is optional
The attribute correctionValidity is optional. Return true if this attribute exists.
bool asdm::CalPhaseRow::isNumAntennaExists | ( | ) | const |
===> Attribute numAntenna, which is optional
The attribute numAntenna is optional. Return true if this attribute exists.
bool asdm::CalPhaseRow::isPhaseAntExists | ( | ) | const |
===> Attribute phaseAnt, which is optional
The attribute phaseAnt is optional. Return true if this attribute exists.
bool asdm::CalPhaseRow::isPhaseAntRMSExists | ( | ) | const |
===> Attribute phaseAntRMS, which is optional
The attribute phaseAntRMS is optional. Return true if this attribute exists.
bool asdm::CalPhaseRow::isRefAntennaNameExists | ( | ) | const |
===> Attribute refAntennaName, which is optional
The attribute refAntennaName is optional. Return true if this attribute exists.
bool asdm::CalPhaseRow::isSingleAntennaNameExists | ( | ) | const |
===> Attribute singleAntennaName, which is optional
The attribute singleAntennaName 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 |
void asdm::CalPhaseRow::setAmpli | ( | std::vector< std::vector< float > > | ampli | ) |
Set ampli with the specified std::vector<std::vector<float > >.
ampli | The std::vector<std::vector<float > > value to which ampli is to be set. |
void asdm::CalPhaseRow::setAntennaNames | ( | std::vector< std::vector< std::string > > | antennaNames | ) |
Set antennaNames with the specified std::vector<std::vector<std::string > >.
antennaNames | The std::vector<std::vector<std::string > > value to which antennaNames is to be set. |
void asdm::CalPhaseRow::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::CalPhaseRow::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::CalPhaseRow::setBaselineLengths | ( | std::vector< Length > | baselineLengths | ) |
Set baselineLengths with the specified std::vector<Length >.
baselineLengths | The std::vector<Length > value to which baselineLengths is to be set. |
void asdm::CalPhaseRow::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::CalPhaseRow::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::CalPhaseRow::setCorrectionValidity | ( | std::vector< bool > | correctionValidity | ) |
Set correctionValidity with the specified std::vector<bool >.
correctionValidity | The std::vector<bool > value to which correctionValidity is to be set. |
void asdm::CalPhaseRow::setDecorrelationFactor | ( | std::vector< std::vector< float > > | decorrelationFactor | ) |
Set decorrelationFactor with the specified std::vector<std::vector<float > >.
decorrelationFactor | The std::vector<std::vector<float > > value to which decorrelationFactor is to be set. |
void asdm::CalPhaseRow::setDirection | ( | std::vector< Angle > | direction | ) |
Set direction with the specified std::vector<Angle >.
direction | The std::vector<Angle > value to which direction is to be set. |
void asdm::CalPhaseRow::setEndValidTime | ( | ArrayTime | endValidTime | ) |
void asdm::CalPhaseRow::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::CalPhaseRow::setFromIDL | ( | asdmIDL::CalPhaseRowIDL | x | ) |
Fill the values of this row from the IDL struct CalPhaseRowIDL.
x | The IDL struct containing the values used to fill this row. |
ConversionException |
void asdm::CalPhaseRow::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::CalPhaseRow::setIntegrationTime | ( | Interval | integrationTime | ) |
void asdm::CalPhaseRow::setNumAntenna | ( | int | numAntenna | ) |
Set numAntenna with the specified int.
numAntenna | The int value to which numAntenna is to be set. |
void asdm::CalPhaseRow::setNumBaseline | ( | int | numBaseline | ) |
Set numBaseline with the specified int.
numBaseline | The int value to which numBaseline is to be set. |
void asdm::CalPhaseRow::setNumReceptor | ( | int | numReceptor | ) |
Set numReceptor with the specified int.
numReceptor | The int value to which numReceptor is to be set. |
void asdm::CalPhaseRow::setPhase | ( | std::vector< std::vector< float > > | phase | ) |
Set phase with the specified std::vector<std::vector<float > >.
phase | The std::vector<std::vector<float > > value to which phase is to be set. |
void asdm::CalPhaseRow::setPhaseAnt | ( | std::vector< std::vector< float > > | phaseAnt | ) |
Set phaseAnt with the specified std::vector<std::vector<float > >.
phaseAnt | The std::vector<std::vector<float > > value to which phaseAnt is to be set. |
void asdm::CalPhaseRow::setPhaseAntRMS | ( | std::vector< std::vector< float > > | phaseAntRMS | ) |
Set phaseAntRMS with the specified std::vector<std::vector<float > >.
phaseAntRMS | The std::vector<std::vector<float > > value to which phaseAntRMS is to be set. |
void asdm::CalPhaseRow::setPhaseRMS | ( | std::vector< std::vector< float > > | phaseRMS | ) |
Set phaseRMS with the specified std::vector<std::vector<float > >.
phaseRMS | The std::vector<std::vector<float > > value to which phaseRMS is to be set. |
void asdm::CalPhaseRow::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::CalPhaseRow::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::CalPhaseRow::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::CalPhaseRow::setSingleAntennaName | ( | std::vector< std::string > | singleAntennaName | ) |
Set singleAntennaName with the specified std::vector<std::string >.
singleAntennaName | The std::vector<std::string > value to which singleAntennaName is to be set. |
void asdm::CalPhaseRow::setStartValidTime | ( | ArrayTime | startValidTime | ) |
void asdm::CalPhaseRow::setStatPhaseRMS | ( | std::vector< std::vector< float > > | statPhaseRMS | ) |
Set statPhaseRMS with the specified std::vector<std::vector<float > >.
statPhaseRMS | The std::vector<std::vector<float > > value to which statPhaseRMS is to be set. |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
Serialize this into a stream of bytes written to an EndianOSStream.
eoss | the EndianOSStream to be written to |
asdmIDL::CalPhaseRowIDL* asdm::CalPhaseRow::toIDL | ( | ) | const |
Return this row in the form of an IDL struct.
void asdm::CalPhaseRow::toIDL | ( | asdmIDL::CalPhaseRowIDL & | x | ) | const |
Define the content of a CalPhaseRowIDL struct from the values found in this row.
x | a reference to the CalPhaseRowIDL struct to be set. |
std::string asdm::CalPhaseRow::toXML | ( | ) | const |
Return this row in the form of an XML string.
|
friend |
Definition at line 169 of file CalPhaseRow.h.
|
friend |
Definition at line 170 of file CalPhaseRow.h.
|
private |
===> Attribute ampli
Definition at line 1409 of file CalPhaseRow.h.
|
private |
===> Attribute antennaNames
Definition at line 1420 of file CalPhaseRow.h.
|
private |
===> Attribute atmPhaseCorrection
Definition at line 1354 of file CalPhaseRow.h.
Extrinsic Table asdm::CalPhaseRow::Attributes |
Definition at line 193 of file CalPhaseRow.h.
Extrinsic Table asdm::CalPhaseRow::Attributes |
Definition at line 989 of file CalPhaseRow.h.
|
private |
===> Attribute baselineLengths
Definition at line 1431 of file CalPhaseRow.h.
|
private |
===> Attribute calReductionId
Definition at line 1623 of file CalPhaseRow.h.
|
private |
Definition at line 1532 of file CalPhaseRow.h.
|
private |
===> Attribute correctionValidity, which is optional
Definition at line 1529 of file CalPhaseRow.h.
|
private |
===> Attribute decorrelationFactor
Definition at line 1442 of file CalPhaseRow.h.
|
private |
===> Attribute direction
Definition at line 1453 of file CalPhaseRow.h.
|
private |
===> Attribute endValidTime
Definition at line 1376 of file CalPhaseRow.h.
|
private |
===> Attribute frequencyRange
Definition at line 1464 of file CalPhaseRow.h.
|
private |
Definition at line 1652 of file CalPhaseRow.h.
|
private |
Definition at line 1686 of file CalPhaseRow.h.
|
private |
Whether this row has been added to the table or not.
Definition at line 1288 of file CalPhaseRow.h.
|
private |
===> Attribute integrationTime
Definition at line 1475 of file CalPhaseRow.h.
|
private |
Definition at line 1545 of file CalPhaseRow.h.
|
private |
===> Attribute numAntenna, which is optional
Definition at line 1542 of file CalPhaseRow.h.
|
private |
===> Attribute numBaseline
Definition at line 1387 of file CalPhaseRow.h.
|
private |
===> Attribute numReceptor
Definition at line 1398 of file CalPhaseRow.h.
|
private |
===> Attribute phase
Definition at line 1486 of file CalPhaseRow.h.
|
private |
Definition at line 1584 of file CalPhaseRow.h.
|
private |
===> Attribute phaseAnt, which is optional
Definition at line 1581 of file CalPhaseRow.h.
|
private |
Definition at line 1597 of file CalPhaseRow.h.
|
private |
===> Attribute phaseAntRMS, which is optional
Definition at line 1594 of file CalPhaseRow.h.
|
private |
===> Attribute phaseRMS
Definition at line 1508 of file CalPhaseRow.h.
|
private |
===> Attribute polarizationTypes
Definition at line 1497 of file CalPhaseRow.h.
|
private |
===> Attribute receiverBand
Definition at line 1343 of file CalPhaseRow.h.
|
private |
Definition at line 1571 of file CalPhaseRow.h.
|
private |
===> Attribute refAntennaName, which is optional
Definition at line 1568 of file CalPhaseRow.h.
|
private |
Definition at line 1558 of file CalPhaseRow.h.
|
private |
===> Attribute singleAntennaName, which is optional
Definition at line 1555 of file CalPhaseRow.h.
|
private |
===> Attribute startValidTime
Definition at line 1365 of file CalPhaseRow.h.
|
private |
===> Attribute statPhaseRMS
Definition at line 1519 of file CalPhaseRow.h.
|
private |
The table to which this row belongs.
Definition at line 1284 of file CalPhaseRow.h.