casacore
Loading...
Searching...
No Matches
MSAntennaEnums.h
Go to the documentation of this file.
1//# MSAntennaEnums.h: Definitions for the MeasurementSet ANTENNA table
2//# Copyright (C) 1996,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_MSANTENNAENUMS_H
27#define MS_MSANTENNAENUMS_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 ANTENNA 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 ANTENNA table
40// </etymology>
41// <synopsis>
42// This class does nothing. It is merely a container for the enumerations
43// used by the MSAntenna class. These enumerations define the
44// standard columns, 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/02/12">
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 ANTENNA table colums with predefined meaning.
60 // Keys: ANTENNA_ID, ARRAY_ID
62 // "True" columns are defined.<BR>
63 // TYPE - UNIT - MEASURE
65 // Antenna type: "GROUND-BASED", "SPACE-BASED", "TRACKING-STATION" <BR>
66 // String
68 // Physical diameter of dish (if appropriate)<BR>
69 // Double - m
71 // Flag for this row <BR>
72 // Bool
74 // Mount type: choose from "AZ-EL", "HA-DEC", "X-Y", "orbiting"
75 // or "bizarre" (following VLBA FITS).<BR>
76 // String.
78 // Antenna name, e.g. VLA22, CA03.<BR>
79 // String.
81 // Axes offset of mount to FEED REFERENCE point. <BR>
82 // Double(3) - m - POSITION
84 // Antenna X,Y,Z phase reference positions in the IERS Terrestrial
85 // Reference Frame (ITRF);
86 // right-handed, X towards the intersection of the ITRF equator and
87 // the Greenwich meridian, Z towards the adopted mean position of the pole.<BR>
88 // Double(3) - m - POSITION
90 // Station (antenna pad) name.<BR>
91 // String
93 // Number of required columns
95 // Mean Keplerian orbit elements <BR>
96 // Double(6)
98 // Index into optional ORBIT table.<BR>
99 // Int.
101 // Index into optional PHASED_ARRAY table.<BR>
102 // Int.
104 //
105 // Not a column, but just a final enum specifying the number of enums.
107 };
108
109 // Keywords with a predefined meaning
111 //
112 // "True" keywords are defined.
114 //
115 // Not a keyword, but just a final enum specifying the number of enums.
117 };
118};
119
120} //# NAMESPACE CASACORE - END
121
122#endif
Enums for the MeasurementSet ANTENNA 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 ANTENNA table colums with predefined meaning.
@ NUMBER_PREDEFINED_COLUMNS
Not a column, but just a final enum specifying the number of enums.
@ NAME
Antenna name, e.g.
@ POSITION
Antenna X,Y,Z phase reference positions in the IERS Terrestrial Reference Frame (ITRF); right-handed,...
@ NUMBER_REQUIRED_COLUMNS
Number of required columns.
@ MOUNT
Mount type: choose from "AZ-EL", "HA-DEC", "X-Y", "orbiting" or "bizarre" (following VLBA FITS).
@ PHASED_ARRAY_ID
Index into optional PHASED_ARRAY table.
@ TYPE
Antenna type: "GROUND-BASED", "SPACE-BASED", "TRACKING-STATION" String.
@ DISH_DIAMETER
Physical diameter of dish (if appropriate) Double - m.
@ OFFSET
Axes offset of mount to FEED REFERENCE point.
@ UNDEFINED_COLUMN
"True" columns are defined.
@ MEAN_ORBIT
Mean Keplerian orbit elements Double(6)
@ FLAG_ROW
Flag for this row Bool.
@ ORBIT_ID
Index into optional ORBIT table.
@ STATION
Station (antenna pad) name.
this file contains all the compiler specific defines
Definition mainpage.dox:28