casacore
Loading...
Searching...
No Matches
MSPolEnums.h
Go to the documentation of this file.
1//# MSPolarizationEnums.h: Definitions for the MeasurementSet POLARIZATION table
2//# Copyright (C) 1999,2000
3//# Associated Universities, Inc. Washington DC, USA.
4//#
5//# This library is free software; you can redistribute it and/or modify it
6//# under the terms of the GNU Library General Public License as published by
7//# the Free Software Foundation; either version 2 of the License, or (at your
8//# option) any later version.
9//#
10//# This library is distributed in the hope that it will be useful, but WITHOUT
11//# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12//# FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
13//# License for more details.
14//#
15//# You should have received a copy of the GNU Library General Public License
16//# along with this library; if not, write to the Free Software Foundation,
17//# Inc., 675 Massachusetts Ave, Cambridge, MA 02139, USA.
18//#
19//# Correspondence concerning AIPS++ should be addressed as follows:
20//# Internet email: casa-feedback@nrao.edu.
21//# Postal address: AIPS++ Project Office
22//# National Radio Astronomy Observatory
23//# 520 Edgemont Road
24//# Charlottesville, VA 22903-2475 USA
25
26#ifndef MS_MSPOLENUMS_H
27#define MS_MSPOLENUMS_H
28
29#include <casacore/casa/aips.h>
30
31namespace casacore { //# NAMESPACE CASACORE - BEGIN
32
33// <use visibility=export>
34
35// <summary> Enums for the MeasurementSet POLARIZATION table </summary>
36// <reviewed reviewer="UNKNOWN" date="before2004/08/25" tests="" demos="">
37// </reviewed>
38// <etymology>
39// This class contains the enums for the MeasurementSet POLARIZATION table
40// </etymology>
41// <synopsis>
42// This class does nothing. It is merely a container for the enumerations
43// used by the MSPolarization class. These enumerations define the
44// standard columns and keywords.
45// </synopsis>
46
47// <example>
48// See the documentation for MeasurementSet for examples on the use of these
49// enumerations.
50// </example>
51// <todo asof="1999/01/14">
52// All the todo items which may be related to this class are
53// grouped with the todo items for MeasurementSet
54// </todo>
55//
56
58public:
59 // The POLARIZATION table colums with predefined meaning.
60 // Keys: POLARIZATION_ID is rownumber
62 // "True" columns are defined.<BR>
63 // TYPE - UNIT - MEASURE
65 // A pair of integers for each correlation product specifying the receptors
66 // from which the signal originated. E.g., (0,1) = receptor 0 on feed1 and
67 // receptor 1 on feed2. This is unused for I,Q,U,V data.<BR>
68 // Int(2, NUM_CORR)
70 // The polarization type for each correlation product, as a Stokes enum. <BR>
71 // Int(NUM_CORR)
73 // Row flag <BR>
74 // Bool
76 // Number of correlations. <BR>
77 // Int
79 // Number of required columns <BR>
81 // Not a column, but just a final enum specifying the number of enums.
83 };
84
85 // Keywords with a predefined meaning
87 //
88 // "True" keywords are defined.
90 //
91 // Not a keyword, but just a final enum specifying the number of enums.
93 };
94};
95
96} //# NAMESPACE CASACORE - END
97
98#endif
Enums for the MeasurementSet POLARIZATION table.
Definition MSPolEnums.h:57
PredefinedColumns
The POLARIZATION table colums with predefined meaning.
Definition MSPolEnums.h:61
@ UNDEFINED_COLUMN
"True" columns are defined.
Definition MSPolEnums.h:64
@ NUMBER_REQUIRED_COLUMNS
Number of required columns
Definition MSPolEnums.h:80
@ CORR_PRODUCT
A pair of integers for each correlation product specifying the receptors from which the signal origin...
Definition MSPolEnums.h:69
@ NUM_CORR
Number of correlations.
Definition MSPolEnums.h:78
@ CORR_TYPE
The polarization type for each correlation product, as a Stokes enum.
Definition MSPolEnums.h:72
@ NUMBER_PREDEFINED_COLUMNS
Not a column, but just a final enum specifying the number of enums.
Definition MSPolEnums.h:82
PredefinedKeywords
Keywords with a predefined meaning.
Definition MSPolEnums.h:86
@ UNDEFINED_KEYWORD
"True" keywords are defined.
Definition MSPolEnums.h:89
@ NUMBER_PREDEFINED_KEYWORDS
Not a keyword, but just a final enum specifying the number of enums.
Definition MSPolEnums.h:92
this file contains all the compiler specific defines
Definition mainpage.dox:28