asdm::CalSeeingRow Class Reference

The CalSeeingRow class is a row of a CalSeeingTable. More...

#include <CalSeeingRow.h>

List of all members.

Public Member Functions

virtual ~CalSeeingRow ()
 friend class asdm::TableStreamReader<CalSeeingTable, CalSeeingRow>;
CalSeeingTablegetTable () const
 Return the table to which this row belongs.
bool isAdded () const
 Has this row been added to its table ?
void setAtmPhaseCorrection (AtmPhaseCorrectionMod::AtmPhaseCorrection atmPhaseCorrection)
 Set atmPhaseCorrection with the specified AtmPhaseCorrectionMod::AtmPhaseCorrection.
ArrayTime getStartValidTime () const
 ===> Attribute startValidTime
void setStartValidTime (ArrayTime startValidTime)
 Set startValidTime with the specified ArrayTime.
ArrayTime getEndValidTime () const
 ===> Attribute endValidTime
void setEndValidTime (ArrayTime endValidTime)
 Set endValidTime with the specified ArrayTime.
vector< FrequencygetFrequencyRange () const
 ===> Attribute frequencyRange
void setFrequencyRange (vector< Frequency > frequencyRange)
 Set frequencyRange with the specified vector<Frequency >.
Interval getIntegrationTime () const
 ===> Attribute integrationTime
void setIntegrationTime (Interval integrationTime)
 Set integrationTime with the specified Interval.
int getNumBaseLengths () const
 ===> Attribute numBaseLengths
void setNumBaseLengths (int numBaseLengths)
 Set numBaseLengths with the specified int.
vector< LengthgetBaselineLengths () const
 ===> Attribute baselineLengths
void setBaselineLengths (vector< Length > baselineLengths)
 Set baselineLengths with the specified vector<Length >.
vector< AnglegetPhaseRMS () const
 ===> Attribute phaseRMS
void setPhaseRMS (vector< Angle > phaseRMS)
 Set phaseRMS with the specified vector<Angle >.
Angle getSeeing () const
 ===> Attribute seeing
void setSeeing (Angle seeing)
 Set seeing with the specified Angle.
Angle getSeeingError () const
 ===> Attribute seeingError
void setSeeingError (Angle seeingError)
 Set seeingError with the specified Angle.
bool isExponentExists () const
 ===> Attribute exponent, which is optional
float getExponent () const
 Get exponent, which is optional.
void setExponent (float exponent)
 Set exponent with the specified float.
void clearExponent ()
 Mark exponent, which is an optional field, as non-existent.
bool isOuterScaleExists () const
 ===> Attribute outerScale, which is optional
Length getOuterScale () const
 Get outerScale, which is optional.
void setOuterScale (Length outerScale)
 Set outerScale with the specified Length.
void clearOuterScale ()
 Mark outerScale, which is an optional field, as non-existent.
bool isOuterScaleRMSExists () const
 ===> Attribute outerScaleRMS, which is optional
Angle getOuterScaleRMS () const
 Get outerScaleRMS, which is optional.
void setOuterScaleRMS (Angle outerScaleRMS)
 Set outerScaleRMS with the specified Angle.
void clearOuterScaleRMS ()
 Mark outerScaleRMS, which is an optional field, as non-existent.
void setCalDataId (Tag calDataId)
 Set calDataId with the specified Tag.
Tag getCalReductionId () const
 ===> Attribute calReductionId
void setCalReductionId (Tag calReductionId)
 Set calReductionId with the specified Tag.
Links *CalDataRowgetCalDataUsingCalDataId ()
 calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId
CalReductionRowgetCalReductionUsingCalReductionId ()
 calReductionId pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId
bool compareNoAutoInc (AtmPhaseCorrectionMod::AtmPhaseCorrection atmPhaseCorrection, Tag calDataId, Tag calReductionId, ArrayTime startValidTime, ArrayTime endValidTime, vector< Frequency > frequencyRange, Interval integrationTime, int numBaseLengths, vector< Length > baselineLengths, vector< Angle > phaseRMS, Angle seeing, Angle seeingError)
 Compare each mandatory attribute except the autoincrementable one of this CalSeeingRow with the corresponding parameters and return true if there is a match and false otherwise.
bool compareRequiredValue (ArrayTime startValidTime, ArrayTime endValidTime, vector< Frequency > frequencyRange, Interval integrationTime, int numBaseLengths, vector< Length > baselineLengths, vector< Angle > phaseRMS, Angle seeing, Angle seeingError)
 Compare each mandatory value (i.e.
bool equalByRequiredValue (CalSeeingRow *x)
 Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.
asdmIDL::CalSeeingRowIDL * toIDL () const
 Return this row in the form of an IDL struct.
void toIDL (asdmIDL::CalSeeingRowIDL &x) const
 Define the content of a CalSeeingRowIDL struct from the values found in this row.
void setFromIDL (asdmIDL::CalSeeingRowIDL x)
 Fill the values of this row from the IDL struct CalSeeingRowIDL.
std::string toXML () const
 Return this row in the form of an XML string.
void setFromXML (std::string rowDoc)
 Fill the values of this row from an XML string that was produced by the toXML() method.

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.
 CalSeeingRow (CalSeeingTable &table)
 Create a CalSeeingRow.
 CalSeeingRow (CalSeeingTable &table, CalSeeingRow &row)
 Create a CalSeeingRow using a copy constructor mechanism.
void atmPhaseCorrectionFromBin (EndianIStream &eis)
void calDataIdFromBin (EndianIStream &eis)
void calReductionIdFromBin (EndianIStream &eis)
void startValidTimeFromBin (EndianIStream &eis)
void endValidTimeFromBin (EndianIStream &eis)
void frequencyRangeFromBin (EndianIStream &eis)
void integrationTimeFromBin (EndianIStream &eis)
void numBaseLengthsFromBin (EndianIStream &eis)
void baselineLengthsFromBin (EndianIStream &eis)
void phaseRMSFromBin (EndianIStream &eis)
void seeingFromBin (EndianIStream &eis)
void seeingErrorFromBin (EndianIStream &eis)
void exponentFromBin (EndianIStream &eis)
void outerScaleFromBin (EndianIStream &eis)
void outerScaleRMSFromBin (EndianIStream &eis)
void atmPhaseCorrectionFromText (const string &s)
void calDataIdFromText (const string &s)
void calReductionIdFromText (const string &s)
void startValidTimeFromText (const string &s)
void endValidTimeFromText (const string &s)
void frequencyRangeFromText (const string &s)
void integrationTimeFromText (const string &s)
void numBaseLengthsFromText (const string &s)
void baselineLengthsFromText (const string &s)
void phaseRMSFromText (const string &s)
void seeingFromText (const string &s)
void seeingErrorFromText (const string &s)
void exponentFromText (const string &s)
void outerScaleFromText (const string &s)
void outerScaleRMSFromText (const string &s)
void toBin (EndianOSStream &eoss)
 Serialize this into a stream of bytes written to an EndianOSStream.

Private Attributes

CalSeeingTabletable
 The table to which this row belongs.
bool hasBeenAdded
 Whether this row has been added to the table or not.
ArrayTime startValidTime
 ===> Attribute startValidTime
ArrayTime endValidTime
 ===> Attribute endValidTime
vector< FrequencyfrequencyRange
 ===> Attribute frequencyRange
Interval integrationTime
 ===> Attribute integrationTime
int numBaseLengths
 ===> Attribute numBaseLengths
vector< LengthbaselineLengths
 ===> Attribute baselineLengths
vector< AnglephaseRMS
 ===> Attribute phaseRMS
Angle seeing
 ===> Attribute seeing
Angle seeingError
 ===> Attribute seeingError
bool exponentExists
 ===> Attribute exponent, which is optional
float exponent
bool outerScaleExists
 ===> Attribute outerScale, which is optional
Length outerScale
bool outerScaleRMSExists
 ===> Attribute outerScaleRMS, which is optional
Angle outerScaleRMS
Tag calReductionId
 ===> Attribute calReductionId
Links *binary deserialization
material from an EndianIStream
std::map< std::string,
CalSeeingAttributeFromBin
fromBinMethods
*text deserialization material
std::map< std::string,
CalSeeingAttributeFromText
fromTextMethods

Friends

class asdm::CalSeeingTable
class asdm::RowTransformer< CalSeeingRow >

Detailed Description

The CalSeeingRow class is a row of a CalSeeingTable.

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

Definition at line 140 of file CalSeeingRow.h.


Constructor & Destructor Documentation

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

friend class asdm::TableStreamReader<CalSeeingTable, CalSeeingRow>;

asdm::CalSeeingRow::CalSeeingRow ( CalSeeingTable table  )  [private]

Create a CalSeeingRow.

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::CalSeeingRow::CalSeeingRow ( CalSeeingTable table,
CalSeeingRow row 
) [private]

Create a CalSeeingRow using a copy constructor mechanism.

Given a CalSeeingRow row and a CalSeeingTable table, the method creates a new CalSeeingRow 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

void asdm::CalSeeingRow::atmPhaseCorrectionFromBin ( EndianIStream eis  )  [private]
void asdm::CalSeeingRow::atmPhaseCorrectionFromText ( const string &  s  )  [private]
void asdm::CalSeeingRow::baselineLengthsFromBin ( EndianIStream eis  )  [private]
void asdm::CalSeeingRow::baselineLengthsFromText ( const string &  s  )  [private]
void asdm::CalSeeingRow::calDataIdFromBin ( EndianIStream eis  )  [private]
void asdm::CalSeeingRow::calDataIdFromText ( const string &  s  )  [private]
void asdm::CalSeeingRow::calReductionIdFromBin ( EndianIStream eis  )  [private]
void asdm::CalSeeingRow::calReductionIdFromText ( const string &  s  )  [private]
void asdm::CalSeeingRow::clearExponent (  ) 

Mark exponent, which is an optional field, as non-existent.

void asdm::CalSeeingRow::clearOuterScale (  ) 

Mark outerScale, which is an optional field, as non-existent.

void asdm::CalSeeingRow::clearOuterScaleRMS (  ) 

Mark outerScaleRMS, which is an optional field, as non-existent.

bool asdm::CalSeeingRow::compareNoAutoInc ( AtmPhaseCorrectionMod::AtmPhaseCorrection  atmPhaseCorrection,
Tag  calDataId,
Tag  calReductionId,
ArrayTime  startValidTime,
ArrayTime  endValidTime,
vector< Frequency frequencyRange,
Interval  integrationTime,
int  numBaseLengths,
vector< Length baselineLengths,
vector< Angle phaseRMS,
Angle  seeing,
Angle  seeingError 
)

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

Parameters:
atmPhaseCorrection 
calDataId 
calReductionId 
startValidTime 
endValidTime 
frequencyRange 
integrationTime 
numBaseLengths 
baselineLengths 
phaseRMS 
seeing 
seeingError 
bool asdm::CalSeeingRow::compareRequiredValue ( ArrayTime  startValidTime,
ArrayTime  endValidTime,
vector< Frequency frequencyRange,
Interval  integrationTime,
int  numBaseLengths,
vector< Length baselineLengths,
vector< Angle phaseRMS,
Angle  seeing,
Angle  seeingError 
)

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 
frequencyRange 
integrationTime 
numBaseLengths 
baselineLengths 
phaseRMS 
seeing 
seeingError 
void asdm::CalSeeingRow::endValidTimeFromBin ( EndianIStream eis  )  [private]
void asdm::CalSeeingRow::endValidTimeFromText ( const string &  s  )  [private]
bool asdm::CalSeeingRow::equalByRequiredValue ( CalSeeingRow 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 CalSeeingRow whose required attributes of the value part will be compared with those of this.
Returns:
a boolean.
void asdm::CalSeeingRow::exponentFromBin ( EndianIStream eis  )  [private]
void asdm::CalSeeingRow::exponentFromText ( const string &  s  )  [private]
void asdm::CalSeeingRow::frequencyRangeFromBin ( EndianIStream eis  )  [private]
void asdm::CalSeeingRow::frequencyRangeFromText ( const string &  s  )  [private]
vector<Length > asdm::CalSeeingRow::getBaselineLengths (  )  const

===> Attribute baselineLengths

Get baselineLengths.

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

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

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

===> Attribute calReductionId

Get calReductionId.

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

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

Returns:
a CalReductionRow*
ArrayTime asdm::CalSeeingRow::getEndValidTime (  )  const

===> Attribute endValidTime

Get endValidTime.

Returns:
endValidTime as ArrayTime
float asdm::CalSeeingRow::getExponent (  )  const

Get exponent, which is optional.

Returns:
exponent as float
Exceptions:
IllegalAccessException If exponent does not exist.
vector<Frequency > asdm::CalSeeingRow::getFrequencyRange (  )  const

===> Attribute frequencyRange

Get frequencyRange.

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

===> Attribute integrationTime

Get integrationTime.

Returns:
integrationTime as Interval
int asdm::CalSeeingRow::getNumBaseLengths (  )  const

===> Attribute numBaseLengths

Get numBaseLengths.

Returns:
numBaseLengths as int
Length asdm::CalSeeingRow::getOuterScale (  )  const

Get outerScale, which is optional.

Returns:
outerScale as Length
Exceptions:
IllegalAccessException If outerScale does not exist.
Angle asdm::CalSeeingRow::getOuterScaleRMS (  )  const

Get outerScaleRMS, which is optional.

Returns:
outerScaleRMS as Angle
Exceptions:
IllegalAccessException If outerScaleRMS does not exist.
vector<Angle > asdm::CalSeeingRow::getPhaseRMS (  )  const

===> Attribute phaseRMS

Get phaseRMS.

Returns:
phaseRMS as vector<Angle >
Angle asdm::CalSeeingRow::getSeeing (  )  const

===> Attribute seeing

Get seeing.

Returns:
seeing as Angle
Angle asdm::CalSeeingRow::getSeeingError (  )  const

===> Attribute seeingError

Get seeingError.

Returns:
seeingError as Angle
ArrayTime asdm::CalSeeingRow::getStartValidTime (  )  const

===> Attribute startValidTime

Get startValidTime.

Returns:
startValidTime as ArrayTime
CalSeeingTable& asdm::CalSeeingRow::getTable (  )  const

Return the table to which this row belongs.

void asdm::CalSeeingRow::integrationTimeFromBin ( EndianIStream eis  )  [private]
void asdm::CalSeeingRow::integrationTimeFromText ( const string &  s  )  [private]
void asdm::CalSeeingRow::isAdded ( bool  added  )  [private]

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

bool asdm::CalSeeingRow::isAdded (  )  const

Has this row been added to its table ?

Returns:
true if and only if it has been added.
bool asdm::CalSeeingRow::isExponentExists (  )  const

===> Attribute exponent, which is optional

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

Returns:
true if and only if the exponent attribute exists.
bool asdm::CalSeeingRow::isOuterScaleExists (  )  const

===> Attribute outerScale, which is optional

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

Returns:
true if and only if the outerScale attribute exists.
bool asdm::CalSeeingRow::isOuterScaleRMSExists (  )  const

===> Attribute outerScaleRMS, which is optional

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

Returns:
true if and only if the outerScaleRMS attribute exists.
void asdm::CalSeeingRow::numBaseLengthsFromBin ( EndianIStream eis  )  [private]
void asdm::CalSeeingRow::numBaseLengthsFromText ( const string &  s  )  [private]
void asdm::CalSeeingRow::outerScaleFromBin ( EndianIStream eis  )  [private]
void asdm::CalSeeingRow::outerScaleFromText ( const string &  s  )  [private]
void asdm::CalSeeingRow::outerScaleRMSFromBin ( EndianIStream eis  )  [private]
void asdm::CalSeeingRow::outerScaleRMSFromText ( const string &  s  )  [private]
void asdm::CalSeeingRow::phaseRMSFromBin ( EndianIStream eis  )  [private]
void asdm::CalSeeingRow::phaseRMSFromText ( const string &  s  )  [private]
void asdm::CalSeeingRow::seeingErrorFromBin ( EndianIStream eis  )  [private]
void asdm::CalSeeingRow::seeingErrorFromText ( const string &  s  )  [private]
void asdm::CalSeeingRow::seeingFromBin ( EndianIStream eis  )  [private]
void asdm::CalSeeingRow::seeingFromText ( const string &  s  )  [private]
void asdm::CalSeeingRow::setAtmPhaseCorrection ( AtmPhaseCorrectionMod::AtmPhaseCorrection  atmPhaseCorrection  ) 

Set atmPhaseCorrection with the specified AtmPhaseCorrectionMod::AtmPhaseCorrection.

Parameters:
atmPhaseCorrection The AtmPhaseCorrectionMod::AtmPhaseCorrection value to which atmPhaseCorrection is to be set.
Exceptions:
IllegalAccessException If an attempt is made to change this field after is has been added to the table.
void asdm::CalSeeingRow::setBaselineLengths ( vector< Length baselineLengths  ) 

Set baselineLengths with the specified vector<Length >.

Parameters:
baselineLengths The vector<Length > value to which baselineLengths is to be set.
void asdm::CalSeeingRow::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.
void asdm::CalSeeingRow::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.
void asdm::CalSeeingRow::setEndValidTime ( ArrayTime  endValidTime  ) 

Set endValidTime with the specified ArrayTime.

Parameters:
endValidTime The ArrayTime value to which endValidTime is to be set.
void asdm::CalSeeingRow::setExponent ( float  exponent  ) 

Set exponent with the specified float.

Parameters:
exponent The float value to which exponent is to be set.
void asdm::CalSeeingRow::setFrequencyRange ( vector< Frequency frequencyRange  ) 

Set frequencyRange with the specified vector<Frequency >.

Parameters:
frequencyRange The vector<Frequency > value to which frequencyRange is to be set.
void asdm::CalSeeingRow::setFromIDL ( asdmIDL::CalSeeingRowIDL  x  ) 

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

Parameters:
x The IDL struct containing the values used to fill this row.
Exceptions:
ConversionException 
void asdm::CalSeeingRow::setFromXML ( std::string  rowDoc  ) 

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

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

Set integrationTime with the specified Interval.

Parameters:
integrationTime The Interval value to which integrationTime is to be set.
void asdm::CalSeeingRow::setNumBaseLengths ( int  numBaseLengths  ) 

Set numBaseLengths with the specified int.

Parameters:
numBaseLengths The int value to which numBaseLengths is to be set.
void asdm::CalSeeingRow::setOuterScale ( Length  outerScale  ) 

Set outerScale with the specified Length.

Parameters:
outerScale The Length value to which outerScale is to be set.
void asdm::CalSeeingRow::setOuterScaleRMS ( Angle  outerScaleRMS  ) 

Set outerScaleRMS with the specified Angle.

Parameters:
outerScaleRMS The Angle value to which outerScaleRMS is to be set.
void asdm::CalSeeingRow::setPhaseRMS ( vector< Angle phaseRMS  ) 

Set phaseRMS with the specified vector<Angle >.

Parameters:
phaseRMS The vector<Angle > value to which phaseRMS is to be set.
void asdm::CalSeeingRow::setSeeing ( Angle  seeing  ) 

Set seeing with the specified Angle.

Parameters:
seeing The Angle value to which seeing is to be set.
void asdm::CalSeeingRow::setSeeingError ( Angle  seeingError  ) 

Set seeingError with the specified Angle.

Parameters:
seeingError The Angle value to which seeingError is to be set.
void asdm::CalSeeingRow::setStartValidTime ( ArrayTime  startValidTime  ) 

Set startValidTime with the specified ArrayTime.

Parameters:
startValidTime The ArrayTime value to which startValidTime is to be set.
void asdm::CalSeeingRow::startValidTimeFromBin ( EndianIStream eis  )  [private]
void asdm::CalSeeingRow::startValidTimeFromText ( const string &  s  )  [private]
void asdm::CalSeeingRow::toBin ( EndianOSStream eoss  )  [private]

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

Parameters:
eoss the EndianOSStream to be written to
void asdm::CalSeeingRow::toIDL ( asdmIDL::CalSeeingRowIDL &  x  )  const

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

Parameters:
x a reference to the CalSeeingRowIDL struct to be set.
asdmIDL::CalSeeingRowIDL* asdm::CalSeeingRow::toIDL (  )  const

Return this row in the form of an IDL struct.

Returns:
The values of this row as a CalSeeingRowIDL struct.
std::string asdm::CalSeeingRow::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::CalSeeingTable [friend]

Definition at line 141 of file CalSeeingRow.h.

friend class asdm::RowTransformer< CalSeeingRow > [friend]

Definition at line 142 of file CalSeeingRow.h.


Member Data Documentation

Definition at line 594 of file CalSeeingRow.h.

Definition at line 165 of file CalSeeingRow.h.

===> Attribute baselineLengths

Definition at line 964 of file CalSeeingRow.h.

===> Attribute calReductionId

Definition at line 1062 of file CalSeeingRow.h.

===> Attribute endValidTime

Definition at line 920 of file CalSeeingRow.h.

Definition at line 1010 of file CalSeeingRow.h.

===> Attribute exponent, which is optional

Definition at line 1007 of file CalSeeingRow.h.

===> Attribute frequencyRange

Definition at line 931 of file CalSeeingRow.h.

Links* binary deserialization material from an EndianIStream std::map<std::string, CalSeeingAttributeFromBin> asdm::CalSeeingRow::fromBinMethods [private]

Definition at line 1091 of file CalSeeingRow.h.

* text deserialization material std::map<std::string, CalSeeingAttributeFromText> asdm::CalSeeingRow::fromTextMethods [private]

Definition at line 1114 of file CalSeeingRow.h.

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

Definition at line 854 of file CalSeeingRow.h.

===> Attribute integrationTime

Definition at line 942 of file CalSeeingRow.h.

===> Attribute numBaseLengths

Definition at line 953 of file CalSeeingRow.h.

Definition at line 1023 of file CalSeeingRow.h.

===> Attribute outerScale, which is optional

Definition at line 1020 of file CalSeeingRow.h.

Definition at line 1036 of file CalSeeingRow.h.

===> Attribute outerScaleRMS, which is optional

Definition at line 1033 of file CalSeeingRow.h.

vector<Angle > asdm::CalSeeingRow::phaseRMS [private]

===> Attribute phaseRMS

Definition at line 975 of file CalSeeingRow.h.

===> Attribute seeing

Definition at line 986 of file CalSeeingRow.h.

===> Attribute seeingError

Definition at line 997 of file CalSeeingRow.h.

===> Attribute startValidTime

Definition at line 909 of file CalSeeingRow.h.

The table to which this row belongs.

Definition at line 850 of file CalSeeingRow.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 31 Aug 2016 for casa by  doxygen 1.6.1