casacore
Loading...
Searching...
No Matches
MSSpWindowEnums.h
Go to the documentation of this file.
1//# MSSpectralWindowEnums.h: Definitions for the MS SPECTRAL_WINDOW 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: 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_MSSPWINDOWENUMS_H
27#define MS_MSSPWINDOWENUMS_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 SPECTRAL_WINDOW 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 SPECTRAL_WINDOW table
40// </etymology>
41// <synopsis>
42// This class does nothing. It is merely a container for the enumerations
43// used by the MeasurementSet 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="1996/01/16">
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
57
59public:
60 // The SpectralWindow table colums with predefined meaning.
61 // The SPECTRAL_WINDOW_ID is the row number in the table.
63 // "True" columns are defined.<BR>
64 // TYPE - UNIT - MEASURE
66 // Center frequencies for each channel in the data matrix.
67 // Can therefore be non-linear to allow for e.g. AOS <BR>
68 // Double(NUM_CHAN) - Hz - FREQUENCY
70 // The channel width for each channel <BR>
71 // Double(NUM_CHAN) - Hz
73 // The effective noise bandwidth of each channel <BR>
74 // Double(NUM_CHAN) - Hz
76 // Row flag <BR>
77 // Bool
79 // The frequency group <BR>
80 // Int
82 // The frequency group name <BR>
83 // String
85 // The IF conversion chain (to distinguish the separate electronic paths for
86 // simultaneous observations at multiple frequencies). E.g., VLA A-C and
87 // B-D should always be numbered 0 and 1 resp.<BR>
88 // Int
90 // The frequency measure reference <BR>
91 // Int
93 // Spectral window name <BR>
94 // String
96 // Net sideband for this spectral window (+/- 1) <BR>
97 // Int
99 // Number of spectral channels <BR>
100 // Int
102 // The reference frequency (as specified on-line). <BR>
103 // Double - Hz - FREQUENCY
105 // The effective spectral resolution of each channel
106 // The Vector nature allows for variable-width channels.<BR>
107 // Double(NUM_CHAN) - Hz
109 // The total bandwidth (as specified on-line). <BR>
110 // Double - Hz
112 //
113 // Not a column, but just an enum specifying the number of required columns.
115 // Nature of association with other spectral window id <BR>
116 // String(*)
118 // Associated spectral window id's, e.g. averaged spectra
119 // Int(*)
121 // Baseband converter number <BR>
122 // Int
124 // Baseband converter sideband <BR>
125 // Int
127 // Doppler id, points to DOPPLER table <BR>
128 // Int
130 // Receiver id, identifies receiver used for this spectral window.
131 // May point to optional RECEIVER table <BR>
132 // Int
134 // Not a column, but just a final enum specifying the number of enums.
136 };
137
138 // Keywords with a predefined meaning
140 //
141 // "True" keywords are defined.
143 //
144 // Not a keyword, but just a final enum specifying the number of enums.
146 };
147};
148
149} //# NAMESPACE CASACORE - END
150
151#endif
Enums for the MeasurementSet SPECTRAL_WINDOW table.
PredefinedKeywords
Keywords with a predefined meaning.
@ UNDEFINED_KEYWORD
"True" keywords are defined.
@ NUMBER_PREDEFINED_KEYWORDS
Not a keyword, but just a final enum specifying the number of enums.
PredefinedColumns
The SpectralWindow table colums with predefined meaning.
@ NAME
Spectral window name String.
@ BBC_SIDEBAND
Baseband converter sideband Int.
@ CHAN_FREQ
Center frequencies for each channel in the data matrix.
@ IF_CONV_CHAIN
The IF conversion chain (to distinguish the separate electronic paths for simultaneous observations a...
@ ASSOC_NATURE
Nature of association with other spectral window id String(*)
@ NUM_CHAN
Number of spectral channels Int.
@ BBC_NO
Baseband converter number Int.
@ NUMBER_PREDEFINED_COLUMNS
Not a column, but just a final enum specifying the number of enums.
@ DOPPLER_ID
Doppler id, points to DOPPLER table Int.
@ UNDEFINED_COLUMN
"True" columns are defined.
@ MEAS_FREQ_REF
The frequency measure reference Int.
@ FREQ_GROUP_NAME
The frequency group name String.
@ NET_SIDEBAND
Net sideband for this spectral window (+/- 1) Int.
@ ASSOC_SPW_ID
Associated spectral window id's, e.g.
@ RECEIVER_ID
Receiver id, identifies receiver used for this spectral window.
@ CHAN_WIDTH
The channel width for each channel Double(NUM_CHAN) - Hz.
@ EFFECTIVE_BW
The effective noise bandwidth of each channel Double(NUM_CHAN) - Hz.
@ TOTAL_BANDWIDTH
The total bandwidth (as specified on-line).
@ FREQ_GROUP
The frequency group Int.
@ NUMBER_REQUIRED_COLUMNS
Not a column, but just an enum specifying the number of required columns.
@ REF_FREQUENCY
The reference frequency (as specified on-line).
@ RESOLUTION
The effective spectral resolution of each channel The Vector nature allows for variable-width channel...
this file contains all the compiler specific defines
Definition mainpage.dox:28