Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1MSSelectionKeywords.html
Дата изменения: Unknown Дата индексирования: Mon Feb 14 23:16:26 2011 Кодировка: Поисковые слова: п п п п п п п п п п п п п п п п п п п п п п п п п п п п п п п п п п п п п п |
MSSelectionKeywords specifies selection keywords for the MeasurementSet. More...
#include <MSSelectionKeywords.h>
MSSelectionKeywords specifies selection keywords for the MeasurementSet.
Public interface
MSSelectionKeywords is a class that defines selection keywords
This class is used to specify selections on a MeasurementSet. It is a purely static class that just defines a mapping from Strings to Enums, and provides these for use by classes like MSSelector and MSRange
Selection keywords are needed for several classes, this class provides them to all, avoiding duplication in each class.
Definition at line 88 of file MSSelectionKeywords.h.
The fields in the MS for which selection and range operations are defined.
Some of these directly correspond to columns in the table, others are derived quantities or columns in subtables.
UNDEFINED |
undefined field |
AMPLITUDE |
the range of visibility amplitude |
CORRECTED_AMPLITUDE |
the range of corrected vis amplitude |
MODEL_AMPLITUDE |
the range of model vis amplitude |
RATIO_AMPLITUDE |
the amplitude of the ratio corrected data/model data |
RESIDUAL_AMPLITUDE |
the residual vis amplitude (corrected-model) |
OBS_RESIDUAL_AMPLITUDE |
the observed residual vis amplitude (observed-model) |
ANTENNA1 |
the list of antenna1 id values |
ANTENNA2 |
the list of antenna2 id values |
ANTENNAS |
the list of antenna names |
ARRAY_ID |
the list of array id values |
AXIS_INFO |
description of the data axes |
CHAN_FREQ |
the channel frequencies, a vector for each selected spectral window |
CORR_NAMES |
the list of polarizations present, this gives the String values |
CORR_TYPES |
the list of polarizations present, this gives the Stokes enum values |
DATA |
the complex data |
CORRECTED_DATA |
the complex corrected data |
MODEL_DATA |
the complex model data |
RATIO_DATA |
the ratio corrected data/model data |
RESIDUAL_DATA |
the residual data (corrected - model) |
OBS_RESIDUAL_DATA |
the observed residual data (observed - model) |
DATA_DESC_ID |
the list of dataDescription id values |
FEED1 |
the list of feed1 id values |
FEED2 |
the list of feed2 id values |
FIELD_ID |
the list of field_id values |
FIELDS |
the list of field names |
FLAG |
the flags |
FLAG_ROW |
the row flags |
FLAG_SUM |
a summary of flags (flag count summed over rows) |
FLOAT_DATA |
the float data (optional single dish column) |
HA |
Hour angle. |
IFR_NUMBER |
the list of interferometers (= 1000*ant1+ant2) present |
IMAGINARY |
the (range of the) imaginary part of the visibilities |
CORRECTED_IMAGINARY |
the (range of the) imaginary part of the corrected visibilities |
MODEL_IMAGINARY |
the (range of the) imaginary part of the model visibilities |
RATIO_IMAGINARY |
the imaginary part of the ratio corrected data/model data |
RESIDUAL_IMAGINARY |
the (range of the) imaginary part of the residual visibilities |
OBS_RESIDUAL_IMAGINARY |
the (range of the) imaginary part of the observed residual visibilities |
IMAGING_WEIGHT |
imaging weights |
LAST |
Local Apparent Sidereal Time. |
NUM_CORR |
the number of correlation products (polarizations) for selected spectral window |
NUM_CHAN |
the number of spectral channels for selected spectral window |
PHASE |
the (range of the) phase of the visibilities |
CORRECTED_PHASE |
the (range of the) phase of the corrected visibilities |
MODEL_PHASE |
the (range of the) phase of the model visibilities |
RATIO_PHASE |
the phase of the ratio corrected data/model data |
RESIDUAL_PHASE |
the (range of the) phase of the residual visibilities |
OBS_RESIDUAL_PHASE |
the (range of the) phase of the observed residual visibilities |
PHASE_DIR |
the phase center direction for each field (matrix + epoch) |
REAL |
the (range of the) real part of the visibilities |
CORRECTED_REAL |
the (range of the) real part of the corrected visibilities |
MODEL_REAL |
the (range of the) real part of the model visibilities |
RATIO_REAL |
the real part of the ratio corrected data/model data |
RESIDUAL_REAL |
the real part of the residual visibilities (corrected-model) |
OBS_RESIDUAL_REAL |
the real part of the observed residuals (observed-model) |
REF_FREQUENCY |
the reference frequency for selected spectral window (or vector with all) |
ROWS |
the list of row numbers in the original MS |
SCAN_NUMBER |
the list of scan_number values |
SIGMA |
the per spectrum sigmas |
TIME |
the range of times |
TIMES |
the list of time values |
UT |
UT time (seconds of current day). |
UVW |
the uvw coordinates |
U |
the (range of the) U coordinate (m) |
V |
the (range of the) V coordinate (m) |
W |
the (range of the) W coordinate (m) |
UVDIST |
the (range of the) UV-distance (m) |
WEIGHT |
the weights |
NUMBER_KEYWORDS |
Number of keywords. |
Definition at line 94 of file MSSelectionKeywords.h.
casa::MSSelectionKeywords::MSSelectionKeywords | ( | ) | [protected] |
This class is purely static, no instances are allowed.
casa::MSSelectionKeywords::MSSelectionKeywords | ( | const MSSelectionKeywords & | other | ) | [protected] |
convert a keyword string to the corresponding enum
static void casa::MSSelectionKeywords::initMap | ( | SimpleOrderedMap< String, Int > *& | fieldMap, | |
Block< Int > *& | reverseMap | |||
) | [static, protected] |
initialization function for the string to enum mapping
convert an enum value to the corresponding keyword string
MSSelectionKeywords& casa::MSSelectionKeywords::operator= | ( | const MSSelectionKeywords & | other | ) | [protected] |