casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | Private Member Functions | Private Attributes | Friends | List of all members
asdm::CalPhaseRow Class Reference

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...
 
CalPhaseTablegetTable () 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< LengthgetBaselineLengths () 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< AnglegetDirection () const
 ===> Attribute direction More...
 
void setDirection (std::vector< Angle > direction)
 Set direction with the specified std::vector<Angle >. More...
 
std::vector< FrequencygetFrequencyRange () 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 *CalDataRowgetCalDataUsingCalDataId ()
 calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId More...
 
CalReductionRowgetCalReductionUsingCalReductionId ()
 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 Member Functions

void isAdded (bool added)
 This method is used by the Table class when this row is added to the table. More...
 
 CalPhaseRow (CalPhaseTable &table)
 Create a CalPhaseRow. More...
 
 CalPhaseRow (CalPhaseTable &table, CalPhaseRow *row)
 Create a CalPhaseRow using a copy constructor mechanism. More...
 
void basebandNameFromBin (EndianIStream &eis)
 
void receiverBandFromBin (EndianIStream &eis)
 
void atmPhaseCorrectionFromBin (EndianIStream &eis)
 
void calDataIdFromBin (EndianIStream &eis)
 
void calReductionIdFromBin (EndianIStream &eis)
 
void startValidTimeFromBin (EndianIStream &eis)
 
void endValidTimeFromBin (EndianIStream &eis)
 
void numBaselineFromBin (EndianIStream &eis)
 
void numReceptorFromBin (EndianIStream &eis)
 
void ampliFromBin (EndianIStream &eis)
 
void antennaNamesFromBin (EndianIStream &eis)
 
void baselineLengthsFromBin (EndianIStream &eis)
 
void decorrelationFactorFromBin (EndianIStream &eis)
 
void directionFromBin (EndianIStream &eis)
 
void frequencyRangeFromBin (EndianIStream &eis)
 
void integrationTimeFromBin (EndianIStream &eis)
 
void phaseFromBin (EndianIStream &eis)
 
void polarizationTypesFromBin (EndianIStream &eis)
 
void phaseRMSFromBin (EndianIStream &eis)
 
void statPhaseRMSFromBin (EndianIStream &eis)
 
void correctionValidityFromBin (EndianIStream &eis)
 
void numAntennaFromBin (EndianIStream &eis)
 
void singleAntennaNameFromBin (EndianIStream &eis)
 
void refAntennaNameFromBin (EndianIStream &eis)
 
void phaseAntFromBin (EndianIStream &eis)
 
void phaseAntRMSFromBin (EndianIStream &eis)
 
void basebandNameFromText (const std::string &s)
 
void receiverBandFromText (const std::string &s)
 
void atmPhaseCorrectionFromText (const std::string &s)
 
void calDataIdFromText (const std::string &s)
 
void calReductionIdFromText (const std::string &s)
 
void startValidTimeFromText (const std::string &s)
 
void endValidTimeFromText (const std::string &s)
 
void numBaselineFromText (const std::string &s)
 
void numReceptorFromText (const std::string &s)
 
void ampliFromText (const std::string &s)
 
void antennaNamesFromText (const std::string &s)
 
void baselineLengthsFromText (const std::string &s)
 
void decorrelationFactorFromText (const std::string &s)
 
void directionFromText (const std::string &s)
 
void frequencyRangeFromText (const std::string &s)
 
void integrationTimeFromText (const std::string &s)
 
void phaseFromText (const std::string &s)
 
void polarizationTypesFromText (const std::string &s)
 
void phaseRMSFromText (const std::string &s)
 
void statPhaseRMSFromText (const std::string &s)
 
void correctionValidityFromText (const std::string &s)
 
void numAntennaFromText (const std::string &s)
 
void singleAntennaNameFromText (const std::string &s)
 
void refAntennaNameFromText (const std::string &s)
 
void phaseAntFromText (const std::string &s)
 
void phaseAntRMSFromText (const std::string &s)
 
void toBin (EndianOSStream &eoss)
 Serialize this into a stream of bytes written to an EndianOSStream. More...
 

Private Attributes

CalPhaseTabletable
 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< LengthbaselineLengths
 ===> Attribute baselineLengths More...
 
std::vector< std::vector< float > > decorrelationFactor
 ===> Attribute decorrelationFactor More...
 
std::vector< Angledirection
 ===> Attribute direction More...
 
std::vector< FrequencyfrequencyRange
 ===> 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 >
 

Detailed Description

The CalPhaseRow class is a row of a CalPhaseTable.

Generated from model's revision "-1", branch ""

Definition at line 168 of file CalPhaseRow.h.

Constructor & Destructor Documentation

virtual asdm::CalPhaseRow::~CalPhaseRow ( )
virtual

friend class asdm::TableStreamReader<CalPhaseTable, CalPhaseRow>;

asdm::CalPhaseRow::CalPhaseRow ( CalPhaseTable table)
private

Create a CalPhaseRow.

This constructor is private because only the table can create rows. All rows know the table to which they belong.

Parameters
tableThe table to which this row belongs.
asdm::CalPhaseRow::CalPhaseRow ( CalPhaseTable table,
CalPhaseRow row 
)
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.

Parameters
tableThe table to which this row belongs.
rowThe row which is to be copied.

Member Function Documentation

void asdm::CalPhaseRow::ampliFromBin ( EndianIStream eis)
private
void asdm::CalPhaseRow::ampliFromText ( const std::string &  s)
private
void asdm::CalPhaseRow::antennaNamesFromBin ( EndianIStream eis)
private
void asdm::CalPhaseRow::antennaNamesFromText ( const std::string &  s)
private
void asdm::CalPhaseRow::atmPhaseCorrectionFromBin ( EndianIStream eis)
private
void asdm::CalPhaseRow::atmPhaseCorrectionFromText ( const std::string &  s)
private
void asdm::CalPhaseRow::basebandNameFromBin ( EndianIStream eis)
private
void asdm::CalPhaseRow::basebandNameFromText ( const std::string &  s)
private
void asdm::CalPhaseRow::baselineLengthsFromBin ( EndianIStream eis)
private
void asdm::CalPhaseRow::baselineLengthsFromText ( const std::string &  s)
private
void asdm::CalPhaseRow::calDataIdFromBin ( EndianIStream eis)
private
void asdm::CalPhaseRow::calDataIdFromText ( const std::string &  s)
private
void asdm::CalPhaseRow::calReductionIdFromBin ( EndianIStream eis)
private
void asdm::CalPhaseRow::calReductionIdFromText ( const std::string &  s)
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.

Parameters
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.

Parameters
startValidTime
endValidTime
numBaseline
numReceptor
ampli
antennaNames
baselineLengths
decorrelationFactor
direction
frequencyRange
integrationTime
phase
polarizationTypes
phaseRMS
statPhaseRMS
void asdm::CalPhaseRow::correctionValidityFromBin ( EndianIStream eis)
private
void asdm::CalPhaseRow::correctionValidityFromText ( const std::string &  s)
private
void asdm::CalPhaseRow::decorrelationFactorFromBin ( EndianIStream eis)
private
void asdm::CalPhaseRow::decorrelationFactorFromText ( const std::string &  s)
private
void asdm::CalPhaseRow::directionFromBin ( EndianIStream eis)
private
void asdm::CalPhaseRow::directionFromText ( const std::string &  s)
private
void asdm::CalPhaseRow::endValidTimeFromBin ( EndianIStream eis)
private
void asdm::CalPhaseRow::endValidTimeFromText ( const std::string &  s)
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.

Parameters
xa pointer on the CalPhaseRow whose required attributes of the value part will be compared with those of this.
Returns
a boolean.
void asdm::CalPhaseRow::frequencyRangeFromBin ( EndianIStream eis)
private
void asdm::CalPhaseRow::frequencyRangeFromText ( const std::string &  s)
private
std::vector<std::vector<float > > asdm::CalPhaseRow::getAmpli ( ) const

===> Attribute ampli

Get ampli.

Returns
ampli as std::vector<std::vector<float > >
std::vector<std::vector<std::string > > asdm::CalPhaseRow::getAntennaNames ( ) const

===> Attribute antennaNames

Get antennaNames.

Returns
antennaNames as std::vector<std::vector<std::string > >
AtmPhaseCorrectionMod::AtmPhaseCorrection asdm::CalPhaseRow::getAtmPhaseCorrection ( ) const

===> Attribute atmPhaseCorrection

Get atmPhaseCorrection.

Returns
atmPhaseCorrection as AtmPhaseCorrectionMod::AtmPhaseCorrection
std::vector<Length > asdm::CalPhaseRow::getBaselineLengths ( ) const

===> Attribute baselineLengths

Get baselineLengths.

Returns
baselineLengths as std::vector<Length >
Links* CalDataRow* asdm::CalPhaseRow::getCalDataUsingCalDataId ( )

calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId

Returns
a CalDataRow*
Tag asdm::CalPhaseRow::getCalReductionId ( ) const

===> Attribute calReductionId

Get calReductionId.

Returns
calReductionId as Tag
CalReductionRow* asdm::CalPhaseRow::getCalReductionUsingCalReductionId ( )

calReductionId pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId

Returns
a CalReductionRow*
std::vector<bool > asdm::CalPhaseRow::getCorrectionValidity ( ) const

Get correctionValidity, which is optional.

Returns
correctionValidity as std::vector<bool >
Exceptions
IllegalAccessExceptionIf correctionValidity does not exist.
std::vector<std::vector<float > > asdm::CalPhaseRow::getDecorrelationFactor ( ) const

===> Attribute decorrelationFactor

Get decorrelationFactor.

Returns
decorrelationFactor as std::vector<std::vector<float > >
std::vector<Angle > asdm::CalPhaseRow::getDirection ( ) const

===> Attribute direction

Get direction.

Returns
direction as std::vector<Angle >
ArrayTime asdm::CalPhaseRow::getEndValidTime ( ) const

===> Attribute endValidTime

Get endValidTime.

Returns
endValidTime as ArrayTime
std::vector<Frequency > asdm::CalPhaseRow::getFrequencyRange ( ) const

===> Attribute frequencyRange

Get frequencyRange.

Returns
frequencyRange as std::vector<Frequency >
Interval asdm::CalPhaseRow::getIntegrationTime ( ) const

===> Attribute integrationTime

Get integrationTime.

Returns
integrationTime as Interval
int asdm::CalPhaseRow::getNumAntenna ( ) const

Get numAntenna, which is optional.

Returns
numAntenna as int
Exceptions
IllegalAccessExceptionIf numAntenna does not exist.
int asdm::CalPhaseRow::getNumBaseline ( ) const

===> Attribute numBaseline

Get numBaseline.

Returns
numBaseline as int
int asdm::CalPhaseRow::getNumReceptor ( ) const

===> Attribute numReceptor

Get numReceptor.

Returns
numReceptor as int
std::vector<std::vector<float > > asdm::CalPhaseRow::getPhase ( ) const

===> Attribute phase

Get phase.

Returns
phase as std::vector<std::vector<float > >
std::vector<std::vector<float > > asdm::CalPhaseRow::getPhaseAnt ( ) const

Get phaseAnt, which is optional.

Returns
phaseAnt as std::vector<std::vector<float > >
Exceptions
IllegalAccessExceptionIf phaseAnt does not exist.
std::vector<std::vector<float > > asdm::CalPhaseRow::getPhaseAntRMS ( ) const

Get phaseAntRMS, which is optional.

Returns
phaseAntRMS as std::vector<std::vector<float > >
Exceptions
IllegalAccessExceptionIf phaseAntRMS does not exist.
std::vector<std::vector<float > > asdm::CalPhaseRow::getPhaseRMS ( ) const

===> Attribute phaseRMS

Get phaseRMS.

Returns
phaseRMS as std::vector<std::vector<float > >
std::vector<PolarizationTypeMod::PolarizationType > asdm::CalPhaseRow::getPolarizationTypes ( ) const

===> Attribute polarizationTypes

Get polarizationTypes.

Returns
polarizationTypes as std::vector<PolarizationTypeMod::PolarizationType >
ReceiverBandMod::ReceiverBand asdm::CalPhaseRow::getReceiverBand ( ) const

===> Attribute receiverBand

Get receiverBand.

Returns
receiverBand as ReceiverBandMod::ReceiverBand
std::string asdm::CalPhaseRow::getRefAntennaName ( ) const

Get refAntennaName, which is optional.

Returns
refAntennaName as std::string
Exceptions
IllegalAccessExceptionIf refAntennaName does not exist.
std::vector<std::string > asdm::CalPhaseRow::getSingleAntennaName ( ) const

Get singleAntennaName, which is optional.

Returns
singleAntennaName as std::vector<std::string >
Exceptions
IllegalAccessExceptionIf singleAntennaName does not exist.
ArrayTime asdm::CalPhaseRow::getStartValidTime ( ) const

===> Attribute startValidTime

Get startValidTime.

Returns
startValidTime as ArrayTime
std::vector<std::vector<float > > asdm::CalPhaseRow::getStatPhaseRMS ( ) const

===> Attribute statPhaseRMS

Get statPhaseRMS.

Returns
statPhaseRMS as std::vector<std::vector<float > >
CalPhaseTable& asdm::CalPhaseRow::getTable ( ) const

Return the table to which this row belongs.

void asdm::CalPhaseRow::integrationTimeFromBin ( EndianIStream eis)
private
void asdm::CalPhaseRow::integrationTimeFromText ( const std::string &  s)
private
bool asdm::CalPhaseRow::isAdded ( ) const

Has this row been added to its table ?

Returns
true if and only if it has been added.
void asdm::CalPhaseRow::isAdded ( bool  added)
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.

Returns
true if and only if the correctionValidity attribute exists.
bool asdm::CalPhaseRow::isNumAntennaExists ( ) const

===> Attribute numAntenna, which is optional

The attribute numAntenna is optional. Return true if this attribute exists.

Returns
true if and only if the numAntenna attribute exists.
bool asdm::CalPhaseRow::isPhaseAntExists ( ) const

===> Attribute phaseAnt, which is optional

The attribute phaseAnt is optional. Return true if this attribute exists.

Returns
true if and only if the phaseAnt attribute exists.
bool asdm::CalPhaseRow::isPhaseAntRMSExists ( ) const

===> Attribute phaseAntRMS, which is optional

The attribute phaseAntRMS is optional. Return true if this attribute exists.

Returns
true if and only if the phaseAntRMS attribute exists.
bool asdm::CalPhaseRow::isRefAntennaNameExists ( ) const

===> Attribute refAntennaName, which is optional

The attribute refAntennaName is optional. Return true if this attribute exists.

Returns
true if and only if the refAntennaName attribute exists.
bool asdm::CalPhaseRow::isSingleAntennaNameExists ( ) const

===> Attribute singleAntennaName, which is optional

The attribute singleAntennaName is optional. Return true if this attribute exists.

Returns
true if and only if the singleAntennaName attribute exists.
void asdm::CalPhaseRow::numAntennaFromBin ( EndianIStream eis)
private
void asdm::CalPhaseRow::numAntennaFromText ( const std::string &  s)
private
void asdm::CalPhaseRow::numBaselineFromBin ( EndianIStream eis)
private
void asdm::CalPhaseRow::numBaselineFromText ( const std::string &  s)
private
void asdm::CalPhaseRow::numReceptorFromBin ( EndianIStream eis)
private
void asdm::CalPhaseRow::numReceptorFromText ( const std::string &  s)
private
void asdm::CalPhaseRow::phaseAntFromBin ( EndianIStream eis)
private
void asdm::CalPhaseRow::phaseAntFromText ( const std::string &  s)
private
void asdm::CalPhaseRow::phaseAntRMSFromBin ( EndianIStream eis)
private
void asdm::CalPhaseRow::phaseAntRMSFromText ( const std::string &  s)
private
void asdm::CalPhaseRow::phaseFromBin ( EndianIStream eis)
private
void asdm::CalPhaseRow::phaseFromText ( const std::string &  s)
private
void asdm::CalPhaseRow::phaseRMSFromBin ( EndianIStream eis)
private
void asdm::CalPhaseRow::phaseRMSFromText ( const std::string &  s)
private
void asdm::CalPhaseRow::polarizationTypesFromBin ( EndianIStream eis)
private
void asdm::CalPhaseRow::polarizationTypesFromText ( const std::string &  s)
private
void asdm::CalPhaseRow::receiverBandFromBin ( EndianIStream eis)
private
void asdm::CalPhaseRow::receiverBandFromText ( const std::string &  s)
private
void asdm::CalPhaseRow::refAntennaNameFromBin ( EndianIStream eis)
private
void asdm::CalPhaseRow::refAntennaNameFromText ( const std::string &  s)
private
void asdm::CalPhaseRow::setAmpli ( std::vector< std::vector< float > >  ampli)

Set ampli with the specified std::vector<std::vector<float > >.

Parameters
ampliThe 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 > >.

Parameters
antennaNamesThe 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.

Parameters
atmPhaseCorrectionThe AtmPhaseCorrectionMod::AtmPhaseCorrection value to which atmPhaseCorrection is to be set.
Exceptions
IllegalAccessExceptionIf 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.

Parameters
basebandNameThe BasebandNameMod::BasebandName value to which basebandName is to be set.
Exceptions
IllegalAccessExceptionIf 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 >.

Parameters
baselineLengthsThe std::vector<Length > value to which baselineLengths is to be set.
void asdm::CalPhaseRow::setCalDataId ( Tag  calDataId)

Set calDataId with the specified Tag.

Parameters
calDataIdThe Tag value to which calDataId is to be set.
Exceptions
IllegalAccessExceptionIf 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.

Parameters
calReductionIdThe Tag value to which calReductionId is to be set.
Exceptions
IllegalAccessExceptionIf 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 >.

Parameters
correctionValidityThe 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 > >.

Parameters
decorrelationFactorThe 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 >.

Parameters
directionThe std::vector<Angle > value to which direction is to be set.
void asdm::CalPhaseRow::setEndValidTime ( ArrayTime  endValidTime)

Set endValidTime with the specified ArrayTime.

Parameters
endValidTimeThe ArrayTime value to which endValidTime is to be set.
void asdm::CalPhaseRow::setFrequencyRange ( std::vector< Frequency frequencyRange)

Set frequencyRange with the specified std::vector<Frequency >.

Parameters
frequencyRangeThe 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.

Parameters
xThe IDL struct containing the values used to fill this row.
Exceptions
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.

Parameters
rowDocthe XML string being used to set the values of this row.
Exceptions
ConversionException
void asdm::CalPhaseRow::setIntegrationTime ( Interval  integrationTime)

Set integrationTime with the specified Interval.

Parameters
integrationTimeThe Interval value to which integrationTime is to be set.
void asdm::CalPhaseRow::setNumAntenna ( int  numAntenna)

Set numAntenna with the specified int.

Parameters
numAntennaThe int value to which numAntenna is to be set.
void asdm::CalPhaseRow::setNumBaseline ( int  numBaseline)

Set numBaseline with the specified int.

Parameters
numBaselineThe int value to which numBaseline is to be set.
void asdm::CalPhaseRow::setNumReceptor ( int  numReceptor)

Set numReceptor with the specified int.

Parameters
numReceptorThe 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 > >.

Parameters
phaseThe 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 > >.

Parameters
phaseAntThe 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 > >.

Parameters
phaseAntRMSThe 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 > >.

Parameters
phaseRMSThe 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 >.

Parameters
polarizationTypesThe 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.

Parameters
receiverBandThe ReceiverBandMod::ReceiverBand value to which receiverBand is to be set.
Exceptions
IllegalAccessExceptionIf 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.

Parameters
refAntennaNameThe 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 >.

Parameters
singleAntennaNameThe std::vector<std::string > value to which singleAntennaName is to be set.
void asdm::CalPhaseRow::setStartValidTime ( ArrayTime  startValidTime)

Set startValidTime with the specified ArrayTime.

Parameters
startValidTimeThe ArrayTime value to which startValidTime is to be set.
void asdm::CalPhaseRow::setStatPhaseRMS ( std::vector< std::vector< float > >  statPhaseRMS)

Set statPhaseRMS with the specified std::vector<std::vector<float > >.

Parameters
statPhaseRMSThe std::vector<std::vector<float > > value to which statPhaseRMS is to be set.
void asdm::CalPhaseRow::singleAntennaNameFromBin ( EndianIStream eis)
private
void asdm::CalPhaseRow::singleAntennaNameFromText ( const std::string &  s)
private
void asdm::CalPhaseRow::startValidTimeFromBin ( EndianIStream eis)
private
void asdm::CalPhaseRow::startValidTimeFromText ( const std::string &  s)
private
void asdm::CalPhaseRow::statPhaseRMSFromBin ( EndianIStream eis)
private
void asdm::CalPhaseRow::statPhaseRMSFromText ( const std::string &  s)
private
void asdm::CalPhaseRow::toBin ( EndianOSStream eoss)
private

Serialize this into a stream of bytes written to an EndianOSStream.

Parameters
eossthe EndianOSStream to be written to
asdmIDL::CalPhaseRowIDL* asdm::CalPhaseRow::toIDL ( ) const

Return this row in the form of an IDL struct.

Returns
The values of this row as a CalPhaseRowIDL struct.
void asdm::CalPhaseRow::toIDL ( asdmIDL::CalPhaseRowIDL &  x) const

Define the content of a CalPhaseRowIDL struct from the values found in this row.

Parameters
xa reference to the CalPhaseRowIDL struct to be set.
std::string asdm::CalPhaseRow::toXML ( ) const

Return this row in the form of an XML string.

Returns
The values of this row as an XML string.

Friends And Related Function Documentation

friend class asdm::CalPhaseTable
friend

Definition at line 169 of file CalPhaseRow.h.

friend class asdm::RowTransformer< CalPhaseRow >
friend

Definition at line 170 of file CalPhaseRow.h.

Member Data Documentation

std::vector<std::vector<float > > asdm::CalPhaseRow::ampli
private

===> Attribute ampli

Definition at line 1409 of file CalPhaseRow.h.

std::vector<std::vector<std::string > > asdm::CalPhaseRow::antennaNames
private

===> Attribute antennaNames

Definition at line 1420 of file CalPhaseRow.h.

AtmPhaseCorrectionMod::AtmPhaseCorrection asdm::CalPhaseRow::atmPhaseCorrection
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.

std::vector<Length > asdm::CalPhaseRow::baselineLengths
private

===> Attribute baselineLengths

Definition at line 1431 of file CalPhaseRow.h.

Tag asdm::CalPhaseRow::calReductionId
private

===> Attribute calReductionId

Definition at line 1623 of file CalPhaseRow.h.

std::vector<bool > asdm::CalPhaseRow::correctionValidity
private

Definition at line 1532 of file CalPhaseRow.h.

bool asdm::CalPhaseRow::correctionValidityExists
private

===> Attribute correctionValidity, which is optional

Definition at line 1529 of file CalPhaseRow.h.

std::vector<std::vector<float > > asdm::CalPhaseRow::decorrelationFactor
private

===> Attribute decorrelationFactor

Definition at line 1442 of file CalPhaseRow.h.

std::vector<Angle > asdm::CalPhaseRow::direction
private

===> Attribute direction

Definition at line 1453 of file CalPhaseRow.h.

ArrayTime asdm::CalPhaseRow::endValidTime
private

===> Attribute endValidTime

Definition at line 1376 of file CalPhaseRow.h.

std::vector<Frequency > asdm::CalPhaseRow::frequencyRange
private

===> Attribute frequencyRange

Definition at line 1464 of file CalPhaseRow.h.

Links* binary deserialization material from an EndianIStream std::map<std::string, CalPhaseAttributeFromBin> asdm::CalPhaseRow::fromBinMethods
private

Definition at line 1652 of file CalPhaseRow.h.

* text deserialization material std::map<std::string, CalPhaseAttributeFromText> asdm::CalPhaseRow::fromTextMethods
private

Definition at line 1686 of file CalPhaseRow.h.

bool asdm::CalPhaseRow::hasBeenAdded
private

Whether this row has been added to the table or not.

Definition at line 1288 of file CalPhaseRow.h.

Interval asdm::CalPhaseRow::integrationTime
private

===> Attribute integrationTime

Definition at line 1475 of file CalPhaseRow.h.

int asdm::CalPhaseRow::numAntenna
private

Definition at line 1545 of file CalPhaseRow.h.

bool asdm::CalPhaseRow::numAntennaExists
private

===> Attribute numAntenna, which is optional

Definition at line 1542 of file CalPhaseRow.h.

int asdm::CalPhaseRow::numBaseline
private

===> Attribute numBaseline

Definition at line 1387 of file CalPhaseRow.h.

int asdm::CalPhaseRow::numReceptor
private

===> Attribute numReceptor

Definition at line 1398 of file CalPhaseRow.h.

std::vector<std::vector<float > > asdm::CalPhaseRow::phase
private

===> Attribute phase

Definition at line 1486 of file CalPhaseRow.h.

std::vector<std::vector<float > > asdm::CalPhaseRow::phaseAnt
private

Definition at line 1584 of file CalPhaseRow.h.

bool asdm::CalPhaseRow::phaseAntExists
private

===> Attribute phaseAnt, which is optional

Definition at line 1581 of file CalPhaseRow.h.

std::vector<std::vector<float > > asdm::CalPhaseRow::phaseAntRMS
private

Definition at line 1597 of file CalPhaseRow.h.

bool asdm::CalPhaseRow::phaseAntRMSExists
private

===> Attribute phaseAntRMS, which is optional

Definition at line 1594 of file CalPhaseRow.h.

std::vector<std::vector<float > > asdm::CalPhaseRow::phaseRMS
private

===> Attribute phaseRMS

Definition at line 1508 of file CalPhaseRow.h.

std::vector<PolarizationTypeMod::PolarizationType > asdm::CalPhaseRow::polarizationTypes
private

===> Attribute polarizationTypes

Definition at line 1497 of file CalPhaseRow.h.

ReceiverBandMod::ReceiverBand asdm::CalPhaseRow::receiverBand
private

===> Attribute receiverBand

Definition at line 1343 of file CalPhaseRow.h.

std::string asdm::CalPhaseRow::refAntennaName
private

Definition at line 1571 of file CalPhaseRow.h.

bool asdm::CalPhaseRow::refAntennaNameExists
private

===> Attribute refAntennaName, which is optional

Definition at line 1568 of file CalPhaseRow.h.

std::vector<std::string > asdm::CalPhaseRow::singleAntennaName
private

Definition at line 1558 of file CalPhaseRow.h.

bool asdm::CalPhaseRow::singleAntennaNameExists
private

===> Attribute singleAntennaName, which is optional

Definition at line 1555 of file CalPhaseRow.h.

ArrayTime asdm::CalPhaseRow::startValidTime
private

===> Attribute startValidTime

Definition at line 1365 of file CalPhaseRow.h.

std::vector<std::vector<float > > asdm::CalPhaseRow::statPhaseRMS
private

===> Attribute statPhaseRMS

Definition at line 1519 of file CalPhaseRow.h.

CalPhaseTable& asdm::CalPhaseRow::table
private

The table to which this row belongs.

Definition at line 1284 of file CalPhaseRow.h.


The documentation for this class was generated from the following file: