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 | List of all members
casa::sdfiller::SysCalRecord Struct Reference

#include <SysCalRecord.h>

Public Types

typedef casacore::MSSysCal AssociatingTable
 
typedef casacore::MSSysCalColumns AssociatingColumns
 

Public Member Functions

void clear ()
 method More...
 
SysCalRecordoperator= (SysCalRecord const &other)
 
void add (AssociatingTable &table, AssociatingColumns &)
 
casacore::Bool fill (casacore::uInt irow, AssociatingColumns &columns)
 

Public Attributes

casacore::Int antenna_id
 mandatory More...
 
casacore::Int feed_id
 
casacore::Int spw_id
 
casacore::Double time
 
casacore::Double interval
 
casacore::Vector< casacore::Floattcal
 optional More...
 
casacore::Matrix< casacore::Floattcal_spectrum
 
casacore::Vector< casacore::Floattsys
 
casacore::Matrix< casacore::Floattsys_spectrum
 

Detailed Description

Definition at line 21 of file SysCalRecord.h.

Member Typedef Documentation

Definition at line 23 of file SysCalRecord.h.

Definition at line 22 of file SysCalRecord.h.

Member Function Documentation

void casa::sdfiller::SysCalRecord::add ( AssociatingTable table,
AssociatingColumns  
)
inline

Definition at line 64 of file SysCalRecord.h.

References casacore::Table::addRow().

void casa::sdfiller::SysCalRecord::clear ( )
inline
casacore::Bool casa::sdfiller::SysCalRecord::fill ( casacore::uInt  irow,
AssociatingColumns columns 
)
inline
SysCalRecord& casa::sdfiller::SysCalRecord::operator= ( SysCalRecord const &  other)
inline

Definition at line 51 of file SysCalRecord.h.

References antenna_id, feed_id, interval, spw_id, tcal, tcal_spectrum, time, tsys, and tsys_spectrum.

Member Data Documentation

casacore::Int casa::sdfiller::SysCalRecord::antenna_id
casacore::Int casa::sdfiller::SysCalRecord::feed_id
casacore::Double casa::sdfiller::SysCalRecord::interval

Definition at line 30 of file SysCalRecord.h.

Referenced by clear(), fill(), and operator=().

casacore::Int casa::sdfiller::SysCalRecord::spw_id
casacore::Vector<casacore::Float> casa::sdfiller::SysCalRecord::tcal
casacore::Matrix<casacore::Float> casa::sdfiller::SysCalRecord::tcal_spectrum
casacore::Double casa::sdfiller::SysCalRecord::time

Definition at line 29 of file SysCalRecord.h.

Referenced by clear(), fill(), and operator=().

casacore::Vector<casacore::Float> casa::sdfiller::SysCalRecord::tsys
casacore::Matrix<casacore::Float> casa::sdfiller::SysCalRecord::tsys_spectrum

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