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

A class to parse the contents of a single CalLib slice i.e., for one caltable, one setup. More...

#include <CLPatchPanel.h>

Public Member Functions

 CalLibSlice (casacore::String obs, casacore::String fld, casacore::String ent, casacore::String spw, casacore::String tinterp, casacore::String finterp, casacore::Vector< casacore::Int > obsmap=casacore::Vector< casacore::Int >(1,-1), casacore::Vector< casacore::Int > fldmap=casacore::Vector< casacore::Int >(1,-1), casacore::Vector< casacore::Int > spwmap=casacore::Vector< casacore::Int >(1,-1), casacore::Vector< casacore::Int > antmap=casacore::Vector< casacore::Int >(1,-1))
 
 CalLibSlice (const casacore::Record &clslice, const casacore::MeasurementSet &ms=casacore::MeasurementSet(), const NewCalTable &ct=NewCalTable())
 
casacore::Record asRecord ()
 Extract as a record. More...
 
casacore::String state ()
 

Static Public Member Functions

static casacore::Bool validateCLS (const casacore::Record &clslice)
 validation More...
 

Public Attributes

casacore::String obs
 
casacore::String fld
 
casacore::String ent
 
casacore::String spw
 
casacore::String tinterp
 
casacore::String finterp
 
CalMap obsmap
 
CalMap fldmap
 
CalMap spwmap
 
CalMap antmap
 

Detailed Description

A class to parse the contents of a single CalLib slice i.e., for one caltable, one setup.

Definition at line 164 of file CLPatchPanel.h.

Constructor & Destructor Documentation

casa::CalLibSlice::CalLibSlice ( const casacore::Record clslice,
const casacore::MeasurementSet ms = casacore::MeasurementSet(),
const NewCalTable ct = NewCalTable() 
)

Member Function Documentation

casacore::Record casa::CalLibSlice::asRecord ( )

Extract as a record.

casacore::String casa::CalLibSlice::state ( )
static casacore::Bool casa::CalLibSlice::validateCLS ( const casacore::Record clslice)
static

validation

Member Data Documentation

CalMap casa::CalLibSlice::antmap

Definition at line 180 of file CLPatchPanel.h.

casacore::String casa::CalLibSlice::ent

Definition at line 178 of file CLPatchPanel.h.

casacore::String casa::CalLibSlice::finterp

Definition at line 179 of file CLPatchPanel.h.

casacore::String casa::CalLibSlice::fld

Definition at line 178 of file CLPatchPanel.h.

CalMap casa::CalLibSlice::fldmap

Definition at line 180 of file CLPatchPanel.h.

casacore::String casa::CalLibSlice::obs

Definition at line 178 of file CLPatchPanel.h.

CalMap casa::CalLibSlice::obsmap

Definition at line 180 of file CLPatchPanel.h.

casacore::String casa::CalLibSlice::spw

Definition at line 178 of file CLPatchPanel.h.

CalMap casa::CalLibSlice::spwmap

Definition at line 180 of file CLPatchPanel.h.

casacore::String casa::CalLibSlice::tinterp

Definition at line 179 of file CLPatchPanel.h.


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