casacore
Loading...
Searching...
No Matches
MSSysCalEnums.h
Go to the documentation of this file.
1//# MSSysCalEnums.h: Class with definitions for the MSSysCal table
2//# Copyright (C) 1996,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: aips2-request@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//#
27//# $Id$
28
29#ifndef MS_MSSYSCALENUMS_H
30#define MS_MSSYSCALENUMS_H
31
32#include <casacore/casa/aips.h>
33
34namespace casacore { //# NAMESPACE CASACORE - BEGIN
35
36// <use visibility=export>
37
38// <summary> Enums for the MeasurementSet SYSCAL table </summary>
39// <reviewed reviewer="UNKNOWN" date="before2004/08/25" tests="" demos="">
40// </reviewed>
41// <etymology>
42// This class contains the enums for the MeasurementSet SYSCAL table
43// </etymology>
44// <synopsis>
45// This class does nothing. It is merely a container for the enumerations
46// used by the MSSysCal class. These enumerations define the
47// standard columns, keywords.
48// </synopsis>
49
50// <example>
51// See the documentation for MeasurementSet for examples on the use of these
52// enumerations.
53// </example>
54// <todo asof="1999/01/22">
55// All the todo items which may be related to this class are
56// grouped with the todo items for MeasurementSet
57// </todo>
58//
59
61public:
62 // The SYSCAL table colums with predefined meaning.
63 // Keys: ANTENNA_ID, ARRAY_ID, FEED_ID, SPECTRAL_WINDOW_ID, INTERVAL, TIME
65 // "True" columns are defined.<BR>
66 // TYPE - UNIT - MEASURE
68 // Antenna Id.<BR>
69 // Int.
71 // Feed id <BR>
72 // Int
74 // Interval for which this set of parameters is accurate <BR>
75 // Double - s
77 // Spectral window id <BR>
78 // Int
80 // Midpoint of time for which this set of parameters is accurate<BR>
81 // Double - s - EPOCH
83 // Enum specifying the number of required columns
85 // Phase difference between receptor 2 and receptor 1. Not used
86 // for single polarization feeds. <BR>
87 // Float - rad
89 // Flag for PHASE_DIFF <BR>
90 // Bool
92 // Antenna temperature <BR>
93 // Float(NUM_RECEPTORS) - K
95 // Flag for TANT <BR>
96 // Bool
98 // Antenna temperature for each channel and receptor <BR>
99 // Float(NUM_RECEPTORS,NUM_CHAN) - K
101 // Ratio of antenna temperature and system temperature <BR>
102 // Float(NUM_RECEPTORS) - K
104 // Flag for TANT_TSYS <BR>
105 // Bool
107 // Spectrum of Tant/Tsys ratio for each receptor <BR>
108 // Float(NUM_RECEPTORS,NUM_CHAN)
110 // Calibration temperature for each receptor <BR>
111 // Float(NUM_RECEPTORS) - K
113 // Flag for TCAL <BR>
114 // Bool
116 // Calibration temp. for each channel and receptor <BR>
117 // Float(NUM_RECEPTORS,NUM_CHAN) - K
119 // Receiver temperature for each of the two receptors. This is
120 // a scalar quantity <BR>
121 // Float(NUM_RECEPTORS) - K
123 // Flag for TRX <BR>
124 // Bool
126 // Receiver temp. for each channel and receptor <BR>
127 // Float(NUM_RECEPTORS,NUM_CHAN) - K
129 // Sky temperature for each of the two receptors. <BR>
130 // Float(NUM_RECEPTORS) - K
132 // Flag for TSKY <BR>
133 // Bool
135 // Sky temp. for each channel and receptor <BR>
136 // Float(NUM_RECEPTORS,NUM_CHAN) - K
138 // System temp. for each of the two receptors. <BR>
139 // Float(NUM_RECEPTORS) - K
141 // Flag for TSYS <BR>
142 // Bool
144 // System temp. for each channel and receptor <BR>
145 // Float(NUM_RECEPTORS,NUM_CHAN) - K
147 // Not a column, but just a final enum specifying the number of enums.
149 };
150
151 // Keywords with a predefined meaning
153 //
154 // "True" keywords are defined.
156 //
157 // Not a keyword, but just a final enum specifying the number of enums.
159 };
160};
161
162} //# NAMESPACE CASACORE - END
163
164#endif
165
Enums for the MeasurementSet SYSCAL table.
PredefinedKeywords
Keywords with a predefined meaning.
@ NUMBER_PREDEFINED_KEYWORDS
Not a keyword, but just a final enum specifying the number of enums.
@ UNDEFINED_KEYWORD
"True" keywords are defined.
PredefinedColumns
The SYSCAL table colums with predefined meaning.
@ NUMBER_REQUIRED_COLUMNS
Enum specifying the number of required columns.
@ PHASE_DIFF_FLAG
Flag for PHASE_DIFF Bool.
@ SPECTRAL_WINDOW_ID
Spectral window id Int.
@ TRX_FLAG
Flag for TRX Bool.
@ NUMBER_PREDEFINED_COLUMNS
Not a column, but just a final enum specifying the number of enums.
@ TANT_TSYS_SPECTRUM
Spectrum of Tant/Tsys ratio for each receptor Float(NUM_RECEPTORS,NUM_CHAN)
@ UNDEFINED_COLUMN
"True" columns are defined.
@ TCAL_SPECTRUM
Calibration temp.
@ TCAL
Calibration temperature for each receptor Float(NUM_RECEPTORS) - K.
@ TANT_TSYS_FLAG
Flag for TANT_TSYS Bool.
@ TRX
Receiver temperature for each of the two receptors.
@ TCAL_FLAG
Flag for TCAL Bool.
@ PHASE_DIFF
Phase difference between receptor 2 and receptor 1.
@ TANT_FLAG
Flag for TANT Bool.
@ TSKY
Sky temperature for each of the two receptors.
@ TSKY_FLAG
Flag for TSKY Bool.
@ INTERVAL
Interval for which this set of parameters is accurate Double - s.
@ TSYS_FLAG
Flag for TSYS Bool.
@ TSYS_SPECTRUM
System temp.
@ TRX_SPECTRUM
Receiver temp.
@ TANT
Antenna temperature Float(NUM_RECEPTORS) - K.
@ TANT_TSYS
Ratio of antenna temperature and system temperature Float(NUM_RECEPTORS) - K.
@ TIME
Midpoint of time for which this set of parameters is accurate Double - s - EPOCH.
@ TANT_SPECTRUM
Antenna temperature for each channel and receptor Float(NUM_RECEPTORS,NUM_CHAN) - K.
this file contains all the compiler specific defines
Definition mainpage.dox:28