SDPolarizationHandler.h
Classes
- SDPolarizationHandler -- (full description)
Interface
- Public Members
- SDPolarizationHandler()
- SDPolarizationHandler(MeasurementSet &ms, Vector<Bool> &handledCols, const Record &row)
- SDPolarizationHandler(const SDPolarizationHandler &other)
- ~SDPolarizationHandler()
- SDPolarizationHandler &operator=(const SDPolarizationHandler &other)
- void attach(MeasurementSet &ms, Vector<Bool> &handledCols, const Record &row)
- void resetRow(const Record &row)
- void fill(const Record &row, const Vector<Int> &stokes)
- Int polarizationId()
- Private Members
- void stokesKeys(Int stokesValue, Int &key1, Int &key2)
- void clearAll()
- void clearRow()
- void initAll(MeasurementSet &ms, Vector<Bool> &handledCols, const Record &row)
- void initRow(Vector<Bool> &handledCols, const Record &row)
or
Review Status
- Date Reviewed:
- yyyy/mm/dd
Prerequisite
- SomeClass
- SomeOtherClass
- some concept
Etymology
Synopsis
Example
Motivation
Template Type Argument Requirements (T)
Thrown Exceptions
To Do
- add this feature
- fix this bug
- start discussion of this possible extension
Member Description
default ctor is not attached to a MS and hence is useless until attached
attach this to a MS - no columns are explicitly handled here
copy ctor
SDPolarizationHandler &operator=(const SDPolarizationHandler &other)
assignment operator, uses copy semantics
attach to a MS, the handledCols and row arguments are ignored here
reset internals given indicated row, use the same MS; just resets the id pointer
void fill(const Record &row, const Vector<Int> &stokes)
fill - a new row is added only when necessary
get the current polarization ID
void stokesKeys(Int stokesValue, Int &key1, Int &key2)
decompose a stokes value into constituent parts for use
in making the CORR_PRODUCT matrix
cleanup everything
initialize everything
void initRow(Vector<Bool> &handledCols, const Record &row)