casacore
|
Enums for the MeasurementSet POLARIZATION table. More...
#include <MSPolEnums.h>
Public Types | |
enum | PredefinedColumns { UNDEFINED_COLUMN , CORR_PRODUCT , CORR_TYPE , FLAG_ROW , NUM_CORR , NUMBER_REQUIRED_COLUMNS , NUMBER_PREDEFINED_COLUMNS } |
The POLARIZATION table colums with predefined meaning. More... | |
enum | PredefinedKeywords { UNDEFINED_KEYWORD , NUMBER_PREDEFINED_KEYWORDS } |
Keywords with a predefined meaning. More... | |
Enums for the MeasurementSet POLARIZATION table.
Public interface
This class contains the enums for the MeasurementSet POLARIZATION table
This class does nothing. It is merely a container for the enumerations used by the MSPolarization class. These enumerations define the standard columns and keywords.
See the documentation for MeasurementSet for examples on the use of these enumerations.
Definition at line 60 of file MSPolEnums.h.
The POLARIZATION table colums with predefined meaning.
Keys: POLARIZATION_ID is rownumber
Enumerator | |
---|---|
UNDEFINED_COLUMN | "True" columns are defined.
|
CORR_PRODUCT | A pair of integers for each correlation product specifying the receptors from which the signal originated. E.g., (0,1) = receptor 0 on feed1 and receptor 1 on feed2. This is unused for I,Q,U,V data. |
CORR_TYPE | The polarization type for each correlation product, as a Stokes enum.
|
FLAG_ROW | Row flag |
NUM_CORR | Number of correlations.
|
NUMBER_REQUIRED_COLUMNS | Number of required columns |
NUMBER_PREDEFINED_COLUMNS | Not a column, but just a final enum specifying the number of enums. |
Definition at line 64 of file MSPolEnums.h.
Keywords with a predefined meaning.
Enumerator | |
---|---|
UNDEFINED_KEYWORD | "True" keywords are defined.
|
NUMBER_PREDEFINED_KEYWORDS | Not a keyword, but just a final enum specifying the number of enums. |
Definition at line 89 of file MSPolEnums.h.