asdm::CalBandpassRow Class Reference

#include <CalBandpassRow.h>

Collaboration diagram for asdm::CalBandpassRow:

Collaboration graph
[legend]
List of all members.

Detailed Description

The CalBandpassRow class is a row of a CalBandpassTable.

Generated from model's revision "1.46", branch "HEAD"

Definition at line 172 of file CalBandpassRow.h.

Public Member Functions

virtual ~CalBandpassRow ()
CalBandpassTablegetTable () const
 Return the table to which this row belongs.
CalBandpassRowIDL * toIDL () const
 Return this row in the form of an IDL struct.
void setFromIDL (CalBandpassRowIDL x) throw (ConversionException)
 Fill the values of this row from the IDL struct CalBandpassRowIDL.
string toXML () const
 Return this row in the form of an XML string.
void setFromXML (string rowDoc) throw (ConversionException)
 Fill the values of this row from an XML string that was produced by the toXML() method.
void setBasebandName (BasebandNameMod::BasebandName basebandName)
 Set basebandName with the specified BasebandNameMod::BasebandName.
int getNumAntenna () const
 Get numAntenna.
void setNumAntenna (int numAntenna)
 Set numAntenna with the specified int.
int getNumBaseline () const
 Get numBaseline.
void setNumBaseline (int numBaseline)
 Set numBaseline with the specified int.
int getNumAPC () const
 Get numAPC.
void setNumAPC (int numAPC)
 Set numAPC with the specified int.
int getNumReceptor () const
 Get numReceptor.
void setNumReceptor (int numReceptor)
 Set numReceptor with the specified int.
ArrayTime getStartValidTime () const
 Get startValidTime.
void setStartValidTime (ArrayTime startValidTime)
 Set startValidTime with the specified ArrayTime.
ArrayTime getEndValidTime () const
 Get endValidTime.
void setEndValidTime (ArrayTime endValidTime)
 Set endValidTime with the specified ArrayTime.
vector< FrequencygetFreqLimits () const
 Get freqLimits.
void setFreqLimits (vector< Frequency > freqLimits)
 Set freqLimits with the specified vector<Frequency >.
ReceiverBandMod::ReceiverBand getReceiverBand () const
 Get receiverBand.
void setReceiverBand (ReceiverBandMod::ReceiverBand receiverBand)
 Set receiverBand with the specified ReceiverBandMod::ReceiverBand.
vector< string > getAntennaNames () const
 Get antennaNames.
void setAntennaNames (vector< string > antennaNames)
 Set antennaNames with the specified vector<string >.
string getRefAntennaName () const
 Get refAntennaName.
void setRefAntennaName (string refAntennaName)
 Set refAntennaName with the specified string.
vector< AtmPhaseCorrectionMod::AtmPhaseCorrection > getAtmPhaseCorrections () const
 Get atmPhaseCorrections.
void setAtmPhaseCorrections (vector< AtmPhaseCorrectionMod::AtmPhaseCorrection > atmPhaseCorrections)
 Set atmPhaseCorrections with the specified vector<AtmPhaseCorrectionMod::AtmPhaseCorrection >.
vector< PolarizationTypeMod::PolarizationType > getPolarizationTypes () const
 Get polarizationTypes.
void setPolarizationTypes (vector< PolarizationTypeMod::PolarizationType > polarizationTypes)
 Set polarizationTypes with the specified vector<PolarizationTypeMod::PolarizationType >.
int getNumAmpliPoly () const
 Get numAmpliPoly.
void setNumAmpliPoly (int numAmpliPoly)
 Set numAmpliPoly with the specified int.
vector< vector< vector< vector<
float > > > > 
getAmpliCurve () const
 Get ampliCurve.
void setAmpliCurve (vector< vector< vector< vector< float > > > > ampliCurve)
 Set ampliCurve with the specified vector<vector<vector<vector<float > > > >.
vector< vector< vector< float > > > getAmpliRms () const
 Get ampliRms.
void setAmpliRms (vector< vector< vector< float > > > ampliRms)
 Set ampliRms with the specified vector<vector<vector<float > > >.
int getNumPhasePoly () const
 Get numPhasePoly.
void setNumPhasePoly (int numPhasePoly)
 Set numPhasePoly with the specified int.
vector< vector< vector< vector<
Angle > > > > 
getPhaseCurve () const
 Get phaseCurve.
void setPhaseCurve (vector< vector< vector< vector< Angle > > > > phaseCurve)
 Set phaseCurve with the specified vector<vector<vector<vector<Angle > > > >.
vector< vector< vector< float > > > getPhaseRms () const
 Get phaseRms.
void setPhaseRms (vector< vector< vector< float > > > phaseRms)
 Set phaseRms with the specified vector<vector<vector<float > > >.
void setCalDataId (Tag calDataId)
 Set calDataId with the specified Tag.
Tag getCalReductionId () const
 Get calReductionId.
void setCalReductionId (Tag calReductionId)
 Set calReductionId with the specified Tag.
Links *CalReductionRowgetCalReductionUsingCalReductionId ()
 calReductionId pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId
CalDataRowgetCalDataUsingCalDataId ()
 calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId
bool compareNoAutoInc (Tag calDataId, Tag calReductionId, BasebandNameMod::BasebandName basebandName, int numAntenna, int numBaseline, int numAPC, int numReceptor, ArrayTime startValidTime, ArrayTime endValidTime, vector< Frequency > freqLimits, ReceiverBandMod::ReceiverBand receiverBand, vector< string > antennaNames, string refAntennaName, vector< AtmPhaseCorrectionMod::AtmPhaseCorrection > atmPhaseCorrections, vector< PolarizationTypeMod::PolarizationType > polarizationTypes, int numAmpliPoly, vector< vector< vector< vector< float > > > > ampliCurve, vector< vector< vector< float > > > ampliRms, int numPhasePoly, vector< vector< vector< vector< Angle > > > > phaseCurve, vector< vector< vector< float > > > phaseRms)
 Compare each mandatory attribute except the autoincrementable one of this CalBandpassRow with the corresponding parameters and return true if there is a match and false otherwise.
bool compareRequiredValue (int numAntenna, int numBaseline, int numAPC, int numReceptor, ArrayTime startValidTime, ArrayTime endValidTime, vector< Frequency > freqLimits, ReceiverBandMod::ReceiverBand receiverBand, vector< string > antennaNames, string refAntennaName, vector< AtmPhaseCorrectionMod::AtmPhaseCorrection > atmPhaseCorrections, vector< PolarizationTypeMod::PolarizationType > polarizationTypes, int numAmpliPoly, vector< vector< vector< vector< float > > > > ampliCurve, vector< vector< vector< float > > > ampliRms, int numPhasePoly, vector< vector< vector< vector< Angle > > > > phaseCurve, vector< vector< vector< float > > > phaseRms)
bool equalByRequiredValue (CalBandpassRow *x)
 Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.

Public Attributes

Intrinsic Table Attributes
Extrinsic Table Attributes

Private Member Functions

void isAdded ()
 This method is used by the Table class when this row is added to the table.
 CalBandpassRow (CalBandpassTable &table)
 Create a CalBandpassRow.
 CalBandpassRow (CalBandpassTable &table, CalBandpassRow &row)
 Create a CalBandpassRow using a copy constructor mechanism.

Private Attributes

CalBandpassTabletable
 The table to which this row belongs.
bool hasBeenAdded
 Whether this row has been added to the table or not.
int numAntenna
 ===> Attribute numAntenna
int numBaseline
 ===> Attribute numBaseline
int numAPC
 ===> Attribute numAPC
int numReceptor
 ===> Attribute numReceptor
ArrayTime startValidTime
 ===> Attribute startValidTime
ArrayTime endValidTime
 ===> Attribute endValidTime
vector< FrequencyfreqLimits
 ===> Attribute freqLimits
ReceiverBandMod::ReceiverBand receiverBand
 ===> Attribute receiverBand
vector< string > antennaNames
 ===> Attribute antennaNames
string refAntennaName
 ===> Attribute refAntennaName
vector< AtmPhaseCorrectionMod::AtmPhaseCorrection > atmPhaseCorrections
 ===> Attribute atmPhaseCorrections
vector< PolarizationTypeMod::PolarizationType > polarizationTypes
 ===> Attribute polarizationTypes
int numAmpliPoly
 ===> Attribute numAmpliPoly
vector< vector< vector< vector<
float > > > > 
ampliCurve
 ===> Attribute ampliCurve
vector< vector< vector< float > > > ampliRms
 ===> Attribute ampliRms
int numPhasePoly
 ===> Attribute numPhasePoly
vector< vector< vector< vector<
Angle > > > > 
phaseCurve
 ===> Attribute phaseCurve
vector< vector< vector< float > > > phaseRms
 ===> Attribute phaseRms
Tag calReductionId
 ===> Attribute calReductionId

Friends

class asdm::CalBandpassTable


Constructor & Destructor Documentation

virtual asdm::CalBandpassRow::~CalBandpassRow (  )  [virtual]

asdm::CalBandpassRow::CalBandpassRow ( CalBandpassTable table  )  [private]

Create a CalBandpassRow.

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

Parameters:
table The table to which this row belongs.

asdm::CalBandpassRow::CalBandpassRow ( CalBandpassTable table,
CalBandpassRow row 
) [private]

Create a CalBandpassRow using a copy constructor mechanism.

Given a CalBandpassRow row and a CalBandpassTable table, the method creates a new CalBandpassRow 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:
table The table to which this row belongs.
row The row which is to be copied.


Member Function Documentation

CalBandpassTable& asdm::CalBandpassRow::getTable (  )  const

Return the table to which this row belongs.

CalBandpassRowIDL* asdm::CalBandpassRow::toIDL (  )  const

Return this row in the form of an IDL struct.

Returns:
The values of this row as a CalBandpassRowIDL struct.

void asdm::CalBandpassRow::setFromIDL ( CalBandpassRowIDL  x  )  throw (ConversionException)

Fill the values of this row from the IDL struct CalBandpassRowIDL.

Parameters:
x The IDL struct containing the values used to fill this row.

string asdm::CalBandpassRow::toXML (  )  const

Return this row in the form of an XML string.

Returns:
The values of this row as an XML string.

void asdm::CalBandpassRow::setFromXML ( string  rowDoc  )  throw (ConversionException)

Fill the values of this row from an XML string that was produced by the toXML() method.

Parameters:
x The XML string being used to set the values of this row.

void asdm::CalBandpassRow::setBasebandName ( BasebandNameMod::BasebandName  basebandName  ) 

Set basebandName with the specified BasebandNameMod::BasebandName.

Parameters:
basebandName The BasebandNameMod::BasebandName value to which basebandName is to be set.
Exceptions:
IllegalAccessException If an attempt is made to change this field after is has been added to the table.

int asdm::CalBandpassRow::getNumAntenna (  )  const

Get numAntenna.

Returns:
numAntenna as int

void asdm::CalBandpassRow::setNumAntenna ( int  numAntenna  ) 

Set numAntenna with the specified int.

Parameters:
numAntenna The int value to which numAntenna is to be set.

int asdm::CalBandpassRow::getNumBaseline (  )  const

Get numBaseline.

Returns:
numBaseline as int

void asdm::CalBandpassRow::setNumBaseline ( int  numBaseline  ) 

Set numBaseline with the specified int.

Parameters:
numBaseline The int value to which numBaseline is to be set.

int asdm::CalBandpassRow::getNumAPC (  )  const

Get numAPC.

Returns:
numAPC as int

void asdm::CalBandpassRow::setNumAPC ( int  numAPC  ) 

Set numAPC with the specified int.

Parameters:
numAPC The int value to which numAPC is to be set.

int asdm::CalBandpassRow::getNumReceptor (  )  const

Get numReceptor.

Returns:
numReceptor as int

void asdm::CalBandpassRow::setNumReceptor ( int  numReceptor  ) 

Set numReceptor with the specified int.

Parameters:
numReceptor The int value to which numReceptor is to be set.

ArrayTime asdm::CalBandpassRow::getStartValidTime (  )  const

Get startValidTime.

Returns:
startValidTime as ArrayTime

void asdm::CalBandpassRow::setStartValidTime ( ArrayTime  startValidTime  ) 

Set startValidTime with the specified ArrayTime.

Parameters:
startValidTime The ArrayTime value to which startValidTime is to be set.

ArrayTime asdm::CalBandpassRow::getEndValidTime (  )  const

Get endValidTime.

Returns:
endValidTime as ArrayTime

void asdm::CalBandpassRow::setEndValidTime ( ArrayTime  endValidTime  ) 

Set endValidTime with the specified ArrayTime.

Parameters:
endValidTime The ArrayTime value to which endValidTime is to be set.

vector<Frequency > asdm::CalBandpassRow::getFreqLimits (  )  const

Get freqLimits.

Returns:
freqLimits as vector<Frequency >

void asdm::CalBandpassRow::setFreqLimits ( vector< Frequency freqLimits  ) 

Set freqLimits with the specified vector<Frequency >.

Parameters:
freqLimits The vector<Frequency > value to which freqLimits is to be set.

ReceiverBandMod::ReceiverBand asdm::CalBandpassRow::getReceiverBand (  )  const

Get receiverBand.

Returns:
receiverBand as ReceiverBandMod::ReceiverBand

void asdm::CalBandpassRow::setReceiverBand ( ReceiverBandMod::ReceiverBand  receiverBand  ) 

Set receiverBand with the specified ReceiverBandMod::ReceiverBand.

Parameters:
receiverBand The ReceiverBandMod::ReceiverBand value to which receiverBand is to be set.

vector<string > asdm::CalBandpassRow::getAntennaNames (  )  const

Get antennaNames.

Returns:
antennaNames as vector<string >

void asdm::CalBandpassRow::setAntennaNames ( vector< string >  antennaNames  ) 

Set antennaNames with the specified vector<string >.

Parameters:
antennaNames The vector<string > value to which antennaNames is to be set.

string asdm::CalBandpassRow::getRefAntennaName (  )  const

Get refAntennaName.

Returns:
refAntennaName as string

void asdm::CalBandpassRow::setRefAntennaName ( string  refAntennaName  ) 

Set refAntennaName with the specified string.

Parameters:
refAntennaName The string value to which refAntennaName is to be set.

vector<AtmPhaseCorrectionMod::AtmPhaseCorrection > asdm::CalBandpassRow::getAtmPhaseCorrections (  )  const

Get atmPhaseCorrections.

Returns:
atmPhaseCorrections as vector<AtmPhaseCorrectionMod::AtmPhaseCorrection >

void asdm::CalBandpassRow::setAtmPhaseCorrections ( vector< AtmPhaseCorrectionMod::AtmPhaseCorrection >  atmPhaseCorrections  ) 

Set atmPhaseCorrections with the specified vector<AtmPhaseCorrectionMod::AtmPhaseCorrection >.

Parameters:
atmPhaseCorrections The vector<AtmPhaseCorrectionMod::AtmPhaseCorrection > value to which atmPhaseCorrections is to be set.

vector<PolarizationTypeMod::PolarizationType > asdm::CalBandpassRow::getPolarizationTypes (  )  const

Get polarizationTypes.

Returns:
polarizationTypes as vector<PolarizationTypeMod::PolarizationType >

void asdm::CalBandpassRow::setPolarizationTypes ( vector< PolarizationTypeMod::PolarizationType >  polarizationTypes  ) 

Set polarizationTypes with the specified vector<PolarizationTypeMod::PolarizationType >.

Parameters:
polarizationTypes The vector<PolarizationTypeMod::PolarizationType > value to which polarizationTypes is to be set.

int asdm::CalBandpassRow::getNumAmpliPoly (  )  const

Get numAmpliPoly.

Returns:
numAmpliPoly as int

void asdm::CalBandpassRow::setNumAmpliPoly ( int  numAmpliPoly  ) 

Set numAmpliPoly with the specified int.

Parameters:
numAmpliPoly The int value to which numAmpliPoly is to be set.

vector<vector<vector<vector<float > > > > asdm::CalBandpassRow::getAmpliCurve (  )  const

Get ampliCurve.

Returns:
ampliCurve as vector<vector<vector<vector<float > > > >

void asdm::CalBandpassRow::setAmpliCurve ( vector< vector< vector< vector< float > > > >  ampliCurve  ) 

Set ampliCurve with the specified vector<vector<vector<vector<float > > > >.

Parameters:
ampliCurve The vector<vector<vector<vector<float > > > > value to which ampliCurve is to be set.

vector<vector<vector<float > > > asdm::CalBandpassRow::getAmpliRms (  )  const

Get ampliRms.

Returns:
ampliRms as vector<vector<vector<float > > >

void asdm::CalBandpassRow::setAmpliRms ( vector< vector< vector< float > > >  ampliRms  ) 

Set ampliRms with the specified vector<vector<vector<float > > >.

Parameters:
ampliRms The vector<vector<vector<float > > > value to which ampliRms is to be set.

int asdm::CalBandpassRow::getNumPhasePoly (  )  const

Get numPhasePoly.

Returns:
numPhasePoly as int

void asdm::CalBandpassRow::setNumPhasePoly ( int  numPhasePoly  ) 

Set numPhasePoly with the specified int.

Parameters:
numPhasePoly The int value to which numPhasePoly is to be set.

vector<vector<vector<vector<Angle > > > > asdm::CalBandpassRow::getPhaseCurve (  )  const

Get phaseCurve.

Returns:
phaseCurve as vector<vector<vector<vector<Angle > > > >

void asdm::CalBandpassRow::setPhaseCurve ( vector< vector< vector< vector< Angle > > > >  phaseCurve  ) 

Set phaseCurve with the specified vector<vector<vector<vector<Angle > > > >.

Parameters:
phaseCurve The vector<vector<vector<vector<Angle > > > > value to which phaseCurve is to be set.

vector<vector<vector<float > > > asdm::CalBandpassRow::getPhaseRms (  )  const

Get phaseRms.

Returns:
phaseRms as vector<vector<vector<float > > >

void asdm::CalBandpassRow::setPhaseRms ( vector< vector< vector< float > > >  phaseRms  ) 

Set phaseRms with the specified vector<vector<vector<float > > >.

Parameters:
phaseRms The vector<vector<vector<float > > > value to which phaseRms is to be set.

void asdm::CalBandpassRow::setCalDataId ( Tag  calDataId  ) 

Set calDataId with the specified Tag.

Parameters:
calDataId The Tag value to which calDataId is to be set.
Exceptions:
IllegalAccessException If an attempt is made to change this field after is has been added to the table.

Tag asdm::CalBandpassRow::getCalReductionId (  )  const

Get calReductionId.

Returns:
calReductionId as Tag

void asdm::CalBandpassRow::setCalReductionId ( Tag  calReductionId  ) 

Set calReductionId with the specified Tag.

Parameters:
calReductionId The Tag value to which calReductionId is to be set.
Exceptions:
IllegalAccessException If an attempt is made to change this field after is has been added to the table.

Links* CalReductionRow* asdm::CalBandpassRow::getCalReductionUsingCalReductionId (  ) 

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

Returns:
a CalReductionRow*

CalDataRow* asdm::CalBandpassRow::getCalDataUsingCalDataId (  ) 

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

Returns:
a CalDataRow*

bool asdm::CalBandpassRow::compareNoAutoInc ( Tag  calDataId,
Tag  calReductionId,
BasebandNameMod::BasebandName  basebandName,
int  numAntenna,
int  numBaseline,
int  numAPC,
int  numReceptor,
ArrayTime  startValidTime,
ArrayTime  endValidTime,
vector< Frequency freqLimits,
ReceiverBandMod::ReceiverBand  receiverBand,
vector< string >  antennaNames,
string  refAntennaName,
vector< AtmPhaseCorrectionMod::AtmPhaseCorrection >  atmPhaseCorrections,
vector< PolarizationTypeMod::PolarizationType >  polarizationTypes,
int  numAmpliPoly,
vector< vector< vector< vector< float > > > >  ampliCurve,
vector< vector< vector< float > > >  ampliRms,
int  numPhasePoly,
vector< vector< vector< vector< Angle > > > >  phaseCurve,
vector< vector< vector< float > > >  phaseRms 
)

Compare each mandatory attribute except the autoincrementable one of this CalBandpassRow with the corresponding parameters and return true if there is a match and false otherwise.

bool asdm::CalBandpassRow::compareRequiredValue ( int  numAntenna,
int  numBaseline,
int  numAPC,
int  numReceptor,
ArrayTime  startValidTime,
ArrayTime  endValidTime,
vector< Frequency freqLimits,
ReceiverBandMod::ReceiverBand  receiverBand,
vector< string >  antennaNames,
string  refAntennaName,
vector< AtmPhaseCorrectionMod::AtmPhaseCorrection >  atmPhaseCorrections,
vector< PolarizationTypeMod::PolarizationType >  polarizationTypes,
int  numAmpliPoly,
vector< vector< vector< vector< float > > > >  ampliCurve,
vector< vector< vector< float > > >  ampliRms,
int  numPhasePoly,
vector< vector< vector< vector< Angle > > > >  phaseCurve,
vector< vector< vector< float > > >  phaseRms 
)

bool asdm::CalBandpassRow::equalByRequiredValue ( CalBandpassRow x  ) 

Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.

Parameters:
x a pointer on the CalBandpassRow whose required attributes of the value part will be compared with those of this.
Returns:
a boolean.

void asdm::CalBandpassRow::isAdded (  )  [private]

This method is used by the Table class when this row is added to the table.


Friends And Related Function Documentation

friend class asdm::CalBandpassTable [friend]

Definition at line 173 of file CalBandpassRow.h.


Member Data Documentation

Extrinsic Table asdm::CalBandpassRow::Attributes

Definition at line 218 of file CalBandpassRow.h.

Extrinsic Table asdm::CalBandpassRow::Attributes

Definition at line 794 of file CalBandpassRow.h.

CalBandpassTable& asdm::CalBandpassRow::table [private]

The table to which this row belongs.

Definition at line 920 of file CalBandpassRow.h.

bool asdm::CalBandpassRow::hasBeenAdded [private]

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

Definition at line 924 of file CalBandpassRow.h.

int asdm::CalBandpassRow::numAntenna [private]

===> Attribute numAntenna

Definition at line 979 of file CalBandpassRow.h.

int asdm::CalBandpassRow::numBaseline [private]

===> Attribute numBaseline

Definition at line 990 of file CalBandpassRow.h.

int asdm::CalBandpassRow::numAPC [private]

===> Attribute numAPC

Definition at line 1001 of file CalBandpassRow.h.

int asdm::CalBandpassRow::numReceptor [private]

===> Attribute numReceptor

Definition at line 1012 of file CalBandpassRow.h.

ArrayTime asdm::CalBandpassRow::startValidTime [private]

===> Attribute startValidTime

Definition at line 1023 of file CalBandpassRow.h.

ArrayTime asdm::CalBandpassRow::endValidTime [private]

===> Attribute endValidTime

Definition at line 1034 of file CalBandpassRow.h.

vector<Frequency > asdm::CalBandpassRow::freqLimits [private]

===> Attribute freqLimits

Definition at line 1045 of file CalBandpassRow.h.

ReceiverBandMod::ReceiverBand asdm::CalBandpassRow::receiverBand [private]

===> Attribute receiverBand

Definition at line 1056 of file CalBandpassRow.h.

vector<string > asdm::CalBandpassRow::antennaNames [private]

===> Attribute antennaNames

Definition at line 1067 of file CalBandpassRow.h.

string asdm::CalBandpassRow::refAntennaName [private]

===> Attribute refAntennaName

Definition at line 1078 of file CalBandpassRow.h.

vector<AtmPhaseCorrectionMod::AtmPhaseCorrection > asdm::CalBandpassRow::atmPhaseCorrections [private]

===> Attribute atmPhaseCorrections

Definition at line 1089 of file CalBandpassRow.h.

vector<PolarizationTypeMod::PolarizationType > asdm::CalBandpassRow::polarizationTypes [private]

===> Attribute polarizationTypes

Definition at line 1100 of file CalBandpassRow.h.

int asdm::CalBandpassRow::numAmpliPoly [private]

===> Attribute numAmpliPoly

Definition at line 1111 of file CalBandpassRow.h.

vector<vector<vector<vector<float > > > > asdm::CalBandpassRow::ampliCurve [private]

===> Attribute ampliCurve

Definition at line 1122 of file CalBandpassRow.h.

vector<vector<vector<float > > > asdm::CalBandpassRow::ampliRms [private]

===> Attribute ampliRms

Definition at line 1133 of file CalBandpassRow.h.

int asdm::CalBandpassRow::numPhasePoly [private]

===> Attribute numPhasePoly

Definition at line 1144 of file CalBandpassRow.h.

vector<vector<vector<vector<Angle > > > > asdm::CalBandpassRow::phaseCurve [private]

===> Attribute phaseCurve

Definition at line 1155 of file CalBandpassRow.h.

vector<vector<vector<float > > > asdm::CalBandpassRow::phaseRms [private]

===> Attribute phaseRms

Definition at line 1166 of file CalBandpassRow.h.

Tag asdm::CalBandpassRow::calReductionId [private]

===> Attribute calReductionId

Definition at line 1192 of file CalBandpassRow.h.


The documentation for this class was generated from the following file:
Generated on Thu Aug 27 21:23:41 2009 for NRAOCASA by  doxygen 1.5.1