casacore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SDAntennaHandler.h
Go to the documentation of this file.
1 //# SDAntennaFiller.h: fills the ANTENNA table for the SDFITS filler
2 //# Copyright (C) 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_SDANTENNAHANDLER_H
30 #define MS_SDANTENNAHANDLER_H
31 
32 #include <casacore/casa/aips.h>
37 
38 namespace casacore { //# NAMESPACE CASACORE - BEGIN
39 
40 //# Forward Declarations
41 class ColumnsIndex;
42 class MeasurementSet;
43 class MSAntenna;
44 class MSAntennaColumns;
45 class Record;
46 
47 // <summary>
48 // </summary>
49 
50 // <use visibility=local> or <use visibility=export>
51 
52 // <reviewed reviewer="" date="yyyy/mm/dd" tests="" demos="">
53 // </reviewed>
54 
55 // <prerequisite>
56 // <li> SomeClass
57 // <li> SomeOtherClass
58 // <li> some concept
59 // </prerequisite>
60 //
61 // <etymology>
62 // </etymology>
63 //
64 // <synopsis>
65 // </synopsis>
66 //
67 // <example>
68 // </example>
69 //
70 // <motivation>
71 // </motivation>
72 //
73 // <templating arg=T>
74 // <li>
75 // <li>
76 // </templating>
77 //
78 // <thrown>
79 // <li>
80 // <li>
81 // </thrown>
82 //
83 // <todo asof="yyyy/mm/dd">
84 // <li> add this feature
85 // <li> fix this bug
86 // <li> start discussion of this possible extension
87 // </todo>
88 
90 {
91 public:
92  // default ctor is not attached to a MS and hence is useless until attached
94 
95  // attach this to a MS, mark the appropriate columns as handled given
96  // the indicated row
97  SDAntennaHandler(MeasurementSet &ms, Vector<Bool> &handledCols, const Record &row);
98 
99  // copy ctor
100  SDAntennaHandler(const SDAntennaHandler &other);
101 
103 
104  // assignment operator, uses copy semantics
106 
107  // attach to a MS, mark the appropriate columns as handled given the
108  void attach(MeasurementSet &ms, Vector<Bool> &handledCols, const Record &row);
109 
110  // reset internals given indicated row, use the same MS
111  void resetRow(const Record &row);
112 
113  // fill - a new row is added only when necessary
114  void fill(const Record &row);
115 
116  // get the current antenna ID
117  Int antennaId() {return rownr_p;}
118 
119  // get the telescope name
121 
122  // get the telescope position
124 private:
132 
134 
135  // pointers to fields in record, only used if attached
137 
138  // telescope position might be a double or float,
139  // just remember its location
141 
144 
145  // fields which might exist if this SDFITS was converted from an MS using ms2sdfits
151 
152  // I expect these will never be used, nevertheless, put them here just in case I'm wrong
153  void addPhasedArrayIdColumn();
154  void addOrbitIdColumn();
155 
156  // cleanup everything
157  void clearAll();
158 
159  // cleanup things which depend on the row description being fixed
160  void clearRow();
161 
162  // initialize everything
163  void initAll(MeasurementSet &ms, Vector<Bool> &handledCols, const Record &row);
164 
165  // initialize the things which depend on the row
166  void initRow(Vector<Bool> &handledCols, const Record &row);
167 };
168 
169 
170 } //# NAMESPACE CASACORE - END
171 
172 #endif
173 
174 
RORecordFieldPtr< String > msNameField_p
Index to one or more columns in a table.
Definition: ColumnsIndex.h:227
A Measure: position on Earth.
Definition: MPosition.h:79
int Int
Definition: aipstype.h:50
RORecordFieldPtr< String > telescopField_p
pointers to fields in record, only used if attached
RecordFieldPtr< Int > phasedIdKey_p
void fill(const Record &row)
fill - a new row is added only when necessary
RecordFieldPtr< String > mountKey_p
RecordFieldPtr< Double > dishDiameterKey_p
RORecordFieldPtr< Int > phasedArrayIdField_p
RecordFieldPtr< Bool > flagRowKey_p
Int antennaId()
get the current antenna ID
RORecordFieldPtr< String > mountField_p
fields which might exist if this SDFITS was converted from an MS using ms2sdfits
RORecordFieldPtr< Int > orbitIdField_p
void resetRow(const Record &row)
reset internals given indicated row, use the same MS
RORecordFieldPtr< String > stationField_p
RecordFieldPtr< String > stationKey_p
A Table intended to hold a MeasurementSet ANTENNA table.
Definition: MSAntenna.h:79
RecordFieldPtr< Int > orbitIdKey_p
MSAntennaColumns * msAntCols_p
void clearRow()
cleanup things which depend on the row description being fixed
Access to an individual field in a record.
Definition: RecordField.h:118
void initRow(Vector< Bool > &handledCols, const Record &row)
initialize the things which depend on the row
Int siteLongFldNum_p
telescope position might be a double or float, just remember its location
const MPosition & telescopePosition()
get the telescope position
RORecordFieldPtr< Array< Double > > offsetField_p
A class to provide easy access to MSAntenna columns.
A hierarchical collection of named fields of various types.
Definition: Record.h:180
RORecordFieldPtr< Array< Double > > positionField_p
String telescopeName()
get the telescope name
void addPhasedArrayIdColumn()
I expect these will never be used, nevertheless, put them here just in case I&#39;m wrong.
A Table intended to hold astronomical data (a set of Measurements).
SDAntennaHandler()
default ctor is not attached to a MS and hence is useless until attached
RecordFieldPtr< String > nameKey_p
RORecordFieldPtr< Bool > flagRowField_p
SDAntennaHandler & operator=(const SDAntennaHandler &other)
assignment operator, uses copy semantics
void clearAll()
cleanup everything
String: the storage and methods of handling collections of characters.
Definition: String.h:225
RORecordFieldPtr< Double > dishDiameterField_p
void attach(MeasurementSet &ms, Vector< Bool > &handledCols, const Record &row)
attach to a MS, mark the appropriate columns as handled given the
void initAll(MeasurementSet &ms, Vector< Bool > &handledCols, const Record &row)
initialize everything
Read-Only access to an individual field from a Record.
Definition: RecordField.h:228