casacore
Loading...
Searching...
No Matches
MSObsEnums.h
Go to the documentation of this file.
1//# MSObservationEnums.h: Definitions for the MeasurementSet OBSERVATION 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_MSOBSENUMS_H
30#define MS_MSOBSENUMS_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 OBSERVATION 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 OBSERVATION table
43// </etymology>
44// <synopsis>
45// This class does nothing. It is merely a container for the enumerations
46// used by the MSObservation 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/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 OBSERVATION table colums with predefined meaning.
63 // The OBSERVATION_ID is the row number .
65 // "True" columns are defined.<BR>
66 // TYPE - UNIT - MEASURE
68 // Row flag <BR>
69 // Bool
71 // Observing log <BR>
72 // String(*)
74 // Name of observer(s) <BR>
75 // String
77 // Project identification string<BR>
78 // TpString
80 // Release data, date when data may become public <BR>
81 // Double - s - EPOCH
83 // Observing schedule <BR>
84 // String(*)
86 // Observing schedule type <BR>
87 // String
89 // Telescope name <BR>
90 // TpString
92 // Start and end times of observation <BR>
93 // Double(2)
95 // Number of required columns
97 // Not a column, but just a final enum specifying the number of enums.
99 };
100
101 // Keywords with a predefined meaning
103 //
104 // "True" keywords are defined.
106 //
107 // Not a keyword, but just a final enum specifying the number of enums.
109 };
110};
111
112} //# NAMESPACE CASACORE - END
113
114#endif
Enums for the MeasurementSet OBSERVATION table.
Definition MSObsEnums.h:60
PredefinedColumns
The OBSERVATION table colums with predefined meaning.
Definition MSObsEnums.h:64
@ TELESCOPE_NAME
Telescope name TpString.
Definition MSObsEnums.h:91
@ SCHEDULE_TYPE
Observing schedule type String.
Definition MSObsEnums.h:88
@ NUMBER_REQUIRED_COLUMNS
Number of required columns.
Definition MSObsEnums.h:96
@ LOG
Observing log String(*)
Definition MSObsEnums.h:73
@ TIME_RANGE
Start and end times of observation Double(2)
Definition MSObsEnums.h:94
@ PROJECT
Project identification string TpString.
Definition MSObsEnums.h:79
@ UNDEFINED_COLUMN
"True" columns are defined.
Definition MSObsEnums.h:67
@ SCHEDULE
Observing schedule String(*)
Definition MSObsEnums.h:85
@ OBSERVER
Name of observer(s) String.
Definition MSObsEnums.h:76
@ RELEASE_DATE
Release data, date when data may become public Double - s - EPOCH.
Definition MSObsEnums.h:82
@ NUMBER_PREDEFINED_COLUMNS
Not a column, but just a final enum specifying the number of enums.
Definition MSObsEnums.h:98
PredefinedKeywords
Keywords with a predefined meaning.
Definition MSObsEnums.h:102
@ UNDEFINED_KEYWORD
"True" keywords are defined.
Definition MSObsEnums.h:105
@ NUMBER_PREDEFINED_KEYWORDS
Not a keyword, but just a final enum specifying the number of enums.
Definition MSObsEnums.h:108
this file contains all the compiler specific defines
Definition mainpage.dox:28