casacore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Member Functions | Private Attributes | List of all members
casacore::SDSysCalHandler Class Reference

#include <SDSysCalHandler.h>

Public Member Functions

 SDSysCalHandler ()
 default ctor is not attached to a MS and hence is useless until attached More...
 
 SDSysCalHandler (MeasurementSet &ms, Vector< Bool > &handledCols, const Record &row)
 attach this to a MS - mark fields in row as handled More...
 
 SDSysCalHandler (const SDSysCalHandler &other)
 copy ctor More...
 
 ~SDSysCalHandler ()
 
SDSysCalHandleroperator= (const SDSysCalHandler &other)
 assignment operator, uses copy semantics More...
 
void attach (MeasurementSet &ms, Vector< Bool > &handledCols, const Record &row)
 attach to a MS, mark fields in row as handled More...
 
void resetRow (const Record &row)
 reset internals given indicated row, use the same MS More...
 
void fill (const Record &row, Int antennaId, Int feedId, Int spectralWindowId, Double time, Vector< Double > timeRange, uInt numReceptors)
 fill - a new row is added as necessary, there is no lookback to see if a row could be reused. More...
 

Private Member Functions

void clearAll ()
 cleanup everything More...
 
void clearRow ()
 cleanup row-related stuff More...
 
void initAll (MeasurementSet &ms, Vector< Bool > &handledCols, const Record &row)
 initialize everything More...
 
void initRow (Vector< Bool > &handledCols, const Record &row)
 intialize the row related stuff More...
 

Private Attributes

MSSysCalmsSysCal_p
 
MSSysCalColumnsmsSysCalCols_p
 
Int rownr_p
 
uInt nrecpt_p
 
Int tcalId_p
 
Int tsysId_p
 
Int trxId_p
 
Bool hasTsysCol_p
 
Bool hasTcalCol_p
 
Bool hasTrxCol_p
 
RORecordFieldPtr< DoubleintervalField_p
 fields which come from a previous incarnation as a MS More...
 
RORecordFieldPtr< DoubletimeField_p
 
RORecordFieldPtr< FloatphaseDiffField_p
 
RORecordFieldPtr< BooltcalFlagField_p
 
RORecordFieldPtr< BooltrxFlagField_p
 
RORecordFieldPtr< BooltsysFlagField_p
 
RORecordFieldPtr< BoolphaseDiffFlagField_p
 
RORecordFieldPtr< Array< Float > > tcalField_p
 
RORecordFieldPtr< Array< Float > > trxField_p
 
RORecordFieldPtr< Array< Float > > tsysField_p
 

Detailed Description

Intended use:

Internal or

Intended use:

Internal

Review Status

Date Reviewed:
yyyy/mm/dd

Prerequisite

Etymology

Synopsis

Example

Motivation

Template Type Argument Requirements (T)

Thrown Exceptions

To Do

Definition at line 86 of file SDSysCalHandler.h.

Constructor & Destructor Documentation

casacore::SDSysCalHandler::SDSysCalHandler ( )

default ctor is not attached to a MS and hence is useless until attached

casacore::SDSysCalHandler::SDSysCalHandler ( MeasurementSet ms,
Vector< Bool > &  handledCols,
const Record row 
)

attach this to a MS - mark fields in row as handled

casacore::SDSysCalHandler::SDSysCalHandler ( const SDSysCalHandler other)

copy ctor

casacore::SDSysCalHandler::~SDSysCalHandler ( )
inline

Definition at line 98 of file SDSysCalHandler.h.

References clearAll().

Member Function Documentation

void casacore::SDSysCalHandler::attach ( MeasurementSet ms,
Vector< Bool > &  handledCols,
const Record row 
)

attach to a MS, mark fields in row as handled

void casacore::SDSysCalHandler::clearAll ( )
private

cleanup everything

Referenced by ~SDSysCalHandler().

void casacore::SDSysCalHandler::clearRow ( )
private

cleanup row-related stuff

void casacore::SDSysCalHandler::fill ( const Record row,
Int  antennaId,
Int  feedId,
Int  spectralWindowId,
Double  time,
Vector< Double timeRange,
uInt  numReceptors 
)

fill - a new row is added as necessary, there is no lookback to see if a row could be reused.

Only the current row might be reused.

void casacore::SDSysCalHandler::initAll ( MeasurementSet ms,
Vector< Bool > &  handledCols,
const Record row 
)
private

initialize everything

void casacore::SDSysCalHandler::initRow ( Vector< Bool > &  handledCols,
const Record row 
)
private

intialize the row related stuff

SDSysCalHandler& casacore::SDSysCalHandler::operator= ( const SDSysCalHandler other)

assignment operator, uses copy semantics

void casacore::SDSysCalHandler::resetRow ( const Record row)

reset internals given indicated row, use the same MS

Member Data Documentation

Bool casacore::SDSysCalHandler::hasTcalCol_p
private

Definition at line 123 of file SDSysCalHandler.h.

Bool casacore::SDSysCalHandler::hasTrxCol_p
private

Definition at line 123 of file SDSysCalHandler.h.

Bool casacore::SDSysCalHandler::hasTsysCol_p
private

Definition at line 123 of file SDSysCalHandler.h.

RORecordFieldPtr<Double> casacore::SDSysCalHandler::intervalField_p
private

fields which come from a previous incarnation as a MS

Definition at line 126 of file SDSysCalHandler.h.

MSSysCal* casacore::SDSysCalHandler::msSysCal_p
private

Definition at line 114 of file SDSysCalHandler.h.

MSSysCalColumns* casacore::SDSysCalHandler::msSysCalCols_p
private

Definition at line 115 of file SDSysCalHandler.h.

uInt casacore::SDSysCalHandler::nrecpt_p
private

Definition at line 119 of file SDSysCalHandler.h.

RORecordFieldPtr<Float> casacore::SDSysCalHandler::phaseDiffField_p
private

Definition at line 127 of file SDSysCalHandler.h.

RORecordFieldPtr<Bool> casacore::SDSysCalHandler::phaseDiffFlagField_p
private

Definition at line 128 of file SDSysCalHandler.h.

Int casacore::SDSysCalHandler::rownr_p
private

Definition at line 117 of file SDSysCalHandler.h.

RORecordFieldPtr<Array<Float> > casacore::SDSysCalHandler::tcalField_p
private

Definition at line 129 of file SDSysCalHandler.h.

RORecordFieldPtr<Bool> casacore::SDSysCalHandler::tcalFlagField_p
private

Definition at line 128 of file SDSysCalHandler.h.

Int casacore::SDSysCalHandler::tcalId_p
private

Definition at line 121 of file SDSysCalHandler.h.

RORecordFieldPtr<Double> casacore::SDSysCalHandler::timeField_p
private

Definition at line 126 of file SDSysCalHandler.h.

RORecordFieldPtr<Array<Float> > casacore::SDSysCalHandler::trxField_p
private

Definition at line 129 of file SDSysCalHandler.h.

RORecordFieldPtr<Bool> casacore::SDSysCalHandler::trxFlagField_p
private

Definition at line 128 of file SDSysCalHandler.h.

Int casacore::SDSysCalHandler::trxId_p
private

Definition at line 121 of file SDSysCalHandler.h.

RORecordFieldPtr<Array<Float> > casacore::SDSysCalHandler::tsysField_p
private

Definition at line 129 of file SDSysCalHandler.h.

RORecordFieldPtr<Bool> casacore::SDSysCalHandler::tsysFlagField_p
private

Definition at line 128 of file SDSysCalHandler.h.

Int casacore::SDSysCalHandler::tsysId_p
private

Definition at line 121 of file SDSysCalHandler.h.


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