#include <MSCalEnums.h>
Definition at line 88 of file MSCalEnums.h.
Enumerate all relevant data fields (columns and keywords).
| ANTENNA1 |
First include all MeasurementSet MAIN columns which may be used in calibration selection, interpolation or labelling. Antenna number |
| ANTENNA2 | |
| FEED1 |
Feed identifier. |
| FEED2 | |
| PULSAR_BIN |
Pulsar bin number. |
| SCAN_NUMBER |
Scan number. |
| TIME |
Time. |
| TIME_EXTRA_PREC |
Extra time precision. |
| INTERVAL |
Interval. |
| ARRAY_ID |
Array identifier. |
| PROCESSOR_ID |
Processor identifier. |
| FIELD_ID |
Field identifier. |
| OBSERVATION_ID |
Observation identifier. |
| PULSAR_GATE_ID |
Pulsar gate. |
| SPECTRAL_WINDOW_ID |
Spectral window identifier. |
| PHASE_ID |
Phase identifier. |
| STATE_ID |
State identifier. |
| FREQ_GROUP |
Other secondary MeasurementSet columns. Frequency group |
| FREQ_GROUP_NAME |
Frequency group name. |
| FIELD_NAME |
Field name. |
| FIELD_CODE |
Field code. |
| SOURCE_NAME |
Source name. |
| SOURCE_CODE |
Source code. |
| CALIBRATION_GROUP |
Source calibration group. |
| GAIN |
Other calibration table columns. Gain matrix values |
| REF_ANT |
Reference antenna. |
| REF_FEED |
Reference feed. |
| REF_RECEPTOR |
Reference receptor. |
| REF_FREQUENCY |
Reference frequency. |
| MEAS_FREQ_REF |
Reference frequency frame. |
| REF_DIRECTION |
Reference direction. |
| MEAS_DIR_REF |
Reference direction frame. |
| POINTING_OFFSET |
Antenna pointing offsets. |
| MEAS_POINTING |
Pointing offset frame. |
| CAL_DESC_ID |
Calibration format descriptor. |
| CAL_HISTORY_ID |
Calibration history identifier. |
| TOTAL_SOLUTION_OK |
Solution statistics and weights. Solution validity flag |
| TOTAL_FIT |
RMS of fit. |
| TOTAL_FIT_WEIGHT |
Sum of fit weights. |
| SOLUTION_OK |
Solution validity flag (per solution). |
| FIT |
RMS of fit (per solution). |
| FIT_WEIGHT |
Sum of fit weights (per solution). |
| FLAG |
Solution FLAG (!SOLUTION_OK). |
| SNR |
Solution SNR. |
| NUM_SPW |
Calibration description columns. Number of spectral windows |
| NUM_CHAN |
Number of frequency channels. |
| NUM_RECEPTORS |
Number of receptors. |
| N_JONES |
Jones matrix dimension. |
| CHAN_FREQ |
Midpoint of frequency channels. |
| CHAN_WIDTH |
Frequency channel width. |
| CHAN_RANGE |
Channel range. |
| JONES_TYPE |
Jones matrix type. |
| POLARIZATION_TYPE |
Polarization enumerations. |
| MS_NAME |
MeasurementSet name. |
| CAL_PARMS |
Calibration history columns. Application parameter values |
| CAL_TABLES |
Associated calibration tables. |
| CAL_SELECT |
Calibration selection. |
| CAL_NOTES |
Calibration notes. |
| CAL_DESC |
Keywords. Cal Desc sub-table |
| CAL_HISTORY |
Cal History sub-table. |
| ROT_MEASURE |
FJones additions. |
| ROT_MEASURE_ERROR | |
| IONOSPH_TEC | |
| IONOSPH_TEC_ERROR | |
| PHASE_OFFSET |
GJonesDelayRateSB additions. |
| SB_DELAY | |
| DELAY_RATE | |
| POLY_TYPE |
General polynomial calibration additions. |
| POLY_MODE | |
| SCALE_FACTOR | |
| VALID_DOMAIN | |
| N_POLY_AMP | |
| N_POLY_PHASE | |
| POLY_COEFF_AMP | |
| POLY_COEFF_PHASE | |
| PHASE_UNITS | |
| SIDEBAND_REF |
BJonesPoly additions. |
| N_KNOTS_AMP |
Spline polynomial calibration additions. |
| N_KNOTS_PHASE | |
| SPLINE_KNOTS_AMP | |
| SPLINE_KNOTS_PHASE |
Definition at line 92 of file MSCalEnums.h.
| static DataType casa::MSCalEnums::basicType | ( | Int | enumField | ) | [static] |
| static String casa::MSCalEnums::fieldName | ( | Int | enumField | ) | [static] |
Access functions for column/keyword description data.
| static Block<String> casa::MSCalEnums::fieldNames | ( | const Vector< Int > & | enumFields | ) | [static] |
| static void casa::MSCalEnums::initMaps | ( | ) | [static, private] |
Initialize the static maps.
SimpleOrderedMap<Int, String> casa::MSCalEnums::theirFieldMap [static, private] |
Static ordered maps containing field descriptions Enum => Field Name.
Definition at line 278 of file MSCalEnums.h.
SimpleOrderedMap<Int, DataType> casa::MSCalEnums::theirTypeMap [static, private] |
Enum => Basic data type.
Definition at line 280 of file MSCalEnums.h.
1.6.1