casacore
MSPointingEnums.h
Go to the documentation of this file.
1//# MSPointingEnums.h: Definitions for the MeasurementSet POINTING 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: 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_MSPOINTINGENUMS_H
30#define MS_MSPOINTINGENUMS_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 POINTING 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 POINTING table
43// </etymology>
44// <synopsis>
45// This class does nothing. It is merely a container for the enumerations
46// used by the MSPointing class. These enumerations define the
47// standard columns and 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/14">
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 POINTING table colums with predefined meaning.
63 // Keys: ANTENNA_ID, TIME, INTERVAL
65 // "True" columns are defined.<BR>
66 // TYPE - UNIT - MEASURE
68 // Antenna id <BR>
69 // Int
71 // Antenna pointing direction (e.g. RA, DEC) as polynomial in time.<BR>
72 // Double(2,NUM_POLY+1) - rad - DIRECTION.
74 // Time interval <BR>
75 // Double - s
77 // Pointing Name. <BR>
78 // String
80 // Polynomial order for *_DIR columns <BR>
81 // Int
83 // Target direction <BR>
84 // Double(2,NUM_POLY+1) - rad - DIRECTION
86 // Time midpoint for interval. <BR>
87 // Double - s - EPOCH
89 // Time origin for the directions and rates. <BR>
90 // Double - s - EPOCH
92 // Track flag - true if on position <BR>
93 // Bool
95 // Number of required columns <BR>
97 // Encoder values <BR>
98 // Double(2)
100 // On source flag - true if on source <BR>
101 // Bool
103 // Over the top flag - true if antenna has been driven over the top <BR>
104 // Bool
106 // Pointing model id <BR>
107 // Int
109 // Pointing offset as polynomial in time<BR>
110 // Double(2,NUM_POLY+1) - rad - DIRECTION.
112 // Offset from source as polynomial in time<BR>
113 // Double(2,NUM_POLY+1) - rad - DIRECTION.
115 // Not a column, but just a final enum specifying the number of enums.
117 };
118
119 // Keywords with a predefined meaning
121 //
122 // "True" keywords are defined.
124 //
125 // Not a keyword, but just a final enum specifying the number of enums.
127 };
128};
129
130} //# NAMESPACE CASACORE - END
131
132#endif
Enums for the MeasurementSet POINTING 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 POINTING table colums with predefined meaning.
@ SOURCE_OFFSET
Offset from source as polynomial in time Double(2,NUM_POLY+1) - rad - DIRECTION.
@ DIRECTION
Antenna pointing direction (e.g.
@ TARGET
Target direction Double(2,NUM_POLY+1) - rad - DIRECTION.
@ POINTING_OFFSET
Pointing offset as polynomial in time Double(2,NUM_POLY+1) - rad - DIRECTION.
@ ANTENNA_ID
Antenna id Int.
@ NUMBER_PREDEFINED_COLUMNS
Not a column, but just a final enum specifying the number of enums.
@ POINTING_MODEL_ID
Pointing model id Int
@ NUM_POLY
Polynomial order for *_DIR columns Int.
@ ENCODER
Encoder values Double(2)
@ INTERVAL
Time interval Double - s.
@ TIME_ORIGIN
Time origin for the directions and rates.
@ UNDEFINED_COLUMN
"True" columns are defined.
@ ON_SOURCE
On source flag - true if on source Bool.
@ OVER_THE_TOP
Over the top flag - true if antenna has been driven over the top Bool.
@ NUMBER_REQUIRED_COLUMNS
Number of required columns
@ TIME
Time midpoint for interval.
@ TRACKING
Track flag - true if on position Bool.
this file contains all the compiler specific defines
Definition: mainpage.dox:28