SDFeedHandler.h
Classes
- SDFeedHandler -- (full description)
Interface
- Public Members
- SDFeedHandler()
- SDFeedHandler(MeasurementSet &ms, Vector<Bool> &handledCols, const Record &row)
- SDFeedHandler(const SDFeedHandler &other)
- ~SDFeedHandler()
- SDFeedHandler &operator=(const SDFeedHandler &other)
- void attach(MeasurementSet &ms, Vector<Bool> &handledCols, const Record &row)
- void resetRow(const Record &row)
- void fill(const Record &row, Int antennaId, Int spwinId, const Vector<Int> &stokes)
- Int feedId()
- Int numReceptors()
- Private Members
- void stokesToPolType(const Vector<Int> &stokes, Vector<String> &polType)
- 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
SDFeedHandler(const SDFeedHandler &other)
copy ctor
SDFeedHandler &operator=(const SDFeedHandler &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
void fill(const Record &row, Int antennaId, Int spwinId, const Vector<Int> &stokes)
fill - a new row is added only when necessary
get the current feed ID
the current NUM_RECEPTORS value
get the polarization type from the stokes vector
cleanup everything
initialize everything
void initRow(Vector<Bool> &handledCols, const Record &row)
initialize things which depend on row