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

#include <SysCalRecord.h>

Public Types

enum  Status {
  Spectral,
  Scalar,
  NotDefined
}
 

Public Member Functions

 SysCalTableRecord (casacore::MeasurementSet *ms, casacore::uInt irow, SysCalRecord const &record)
 
 SysCalTableRecord (SysCalTableRecord const &other)
 
bool operator== (SysCalTableRecord const &record)
 returns true if two SysCalTableRecord objects are exactly same More...
 
bool operator== (SysCalRecord const &record)
 returns true if given SysCalRecord is effectively the same More...
 

Public Attributes

casacore::Int antenna_id
 
casacore::Int feed_id
 
casacore::Int spw_id
 
casacore::Int num_chan
 
casacore::Int num_corr
 
Status tsys_status
 
Status tcal_status
 
casacore::Float tsys_nominal
 
casacore::Float tcal_nominal
 

Private Attributes

casacore::MeasurementSetms_
 
casacore::MSSysCalColumns columns_
 
casacore::uInt irow_
 

Detailed Description

Definition at line 94 of file SysCalRecord.h.

Member Enumeration Documentation

Enumerator
Spectral 
Scalar 
NotDefined 

Definition at line 95 of file SysCalRecord.h.

Constructor & Destructor Documentation

casa::sdfiller::SysCalTableRecord::SysCalTableRecord ( casacore::MeasurementSet ms,
casacore::uInt  irow,
SysCalRecord const &  record 
)
inline
casa::sdfiller::SysCalTableRecord::SysCalTableRecord ( SysCalTableRecord const &  other)
inline

Member Function Documentation

bool casa::sdfiller::SysCalTableRecord::operator== ( SysCalTableRecord const &  record)
inline

returns true if two SysCalTableRecord objects are exactly same

Definition at line 155 of file SysCalRecord.h.

References antenna_id, feed_id, irow_, ms_, num_chan, num_corr, spw_id, casacore::Table::tableName(), tcal_nominal, tcal_status, tsys_nominal, and tsys_status.

bool casa::sdfiller::SysCalTableRecord::operator== ( SysCalRecord const &  record)
inline

Member Data Documentation

casacore::Int casa::sdfiller::SysCalTableRecord::antenna_id

Definition at line 144 of file SysCalRecord.h.

Referenced by operator==(), and SysCalTableRecord().

casacore::MSSysCalColumns casa::sdfiller::SysCalTableRecord::columns_
private

Definition at line 218 of file SysCalRecord.h.

Referenced by operator==().

casacore::Int casa::sdfiller::SysCalTableRecord::feed_id

Definition at line 145 of file SysCalRecord.h.

Referenced by operator==(), and SysCalTableRecord().

casacore::uInt casa::sdfiller::SysCalTableRecord::irow_
private

Definition at line 219 of file SysCalRecord.h.

Referenced by operator==().

casacore::MeasurementSet* casa::sdfiller::SysCalTableRecord::ms_
private

Definition at line 217 of file SysCalRecord.h.

Referenced by operator==(), and SysCalTableRecord().

casacore::Int casa::sdfiller::SysCalTableRecord::num_chan

Definition at line 147 of file SysCalRecord.h.

Referenced by operator==(), and SysCalTableRecord().

casacore::Int casa::sdfiller::SysCalTableRecord::num_corr

Definition at line 148 of file SysCalRecord.h.

Referenced by operator==(), and SysCalTableRecord().

casacore::Int casa::sdfiller::SysCalTableRecord::spw_id

Definition at line 146 of file SysCalRecord.h.

Referenced by operator==(), and SysCalTableRecord().

casacore::Float casa::sdfiller::SysCalTableRecord::tcal_nominal

Definition at line 152 of file SysCalRecord.h.

Referenced by operator==(), and SysCalTableRecord().

Status casa::sdfiller::SysCalTableRecord::tcal_status

Definition at line 150 of file SysCalRecord.h.

Referenced by operator==(), and SysCalTableRecord().

casacore::Float casa::sdfiller::SysCalTableRecord::tsys_nominal

Definition at line 151 of file SysCalRecord.h.

Referenced by operator==(), and SysCalTableRecord().

Status casa::sdfiller::SysCalTableRecord::tsys_status

Definition at line 149 of file SysCalRecord.h.

Referenced by operator==(), and SysCalTableRecord().


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