casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SDMainHandler.h
Go to the documentation of this file.
1 //# SDMainFiller.h: fills the MAIN 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_SDMAINHANDLER_H
30 #define MS_SDMAINHANDLER_H
31 
32 #include <casacore/casa/aips.h>
34 
35 namespace casacore { //# NAMESPACE CASACORE - BEGIN
36 
37 //# Forward Declarations
38 class MeasurementSet;
39 class MSMainColumns;
40 class MEpoch;
41 class MVTime;
42 class Record;
43 
44 template <class T> class Vector;
45 template <class T> class Matrix;
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
93  SDMainHandler();
94 
95  // attach this to a MS - mark fields in row as handled
96  SDMainHandler(MeasurementSet &ms, Vector<Bool> &handledCols, const Record &row);
97 
98  // copy ctor
99  SDMainHandler(const SDMainHandler &other);
100 
102 
103  // assignment operator, uses copy semantics
104  SDMainHandler &operator=(const SDMainHandler &other);
105 
106  // attach to a MS, mark fields in row as handled
107  void attach(MeasurementSet &ms, Vector<Bool> &handledCols, const Record &row);
108 
109  // reset internals given indicated row, use the same MS
110  void resetRow(const Record &row);
111 
112  // fill - a new row is always added
113  void fill(const Record &row, const MEpoch &time, Int antennaId, Int feedId,
114  Int dataDescId, Int fieldId, const MVTime &exposure,
115  Int observationId, const Matrix<Float> &floatData);
116 private:
119 
122 
123  // fields from sdfits2ms, independent of MS version number so far
126 
127  // cleanup everything
128  void clearAll();
129 
130  // cleanup row-related stuff
131  void clearRow();
132 
133  // initialize everything
134  void initAll(MeasurementSet &ms, Vector<Bool> &handledCols, const Record &row);
135 
136  // intialize the row related stuff
137  void initRow(Vector<Bool> &handledCols, const Record &row);
138 };
139 
140 
141 } //# NAMESPACE CASACORE - END
142 
143 #endif
144 
145 
int Int
Definition: aipstype.h:50
std::vector< double > Vector
Definition: ds9context.h:24
SDMainHandler & operator=(const SDMainHandler &other)
assignment operator, uses copy semantics
TableExprNode time(const TableExprNode &node)
Definition: ExprNode.h:1537
void initRow(Vector< Bool > &handledCols, const Record &row)
intialize the row related stuff
SDMainHandler()
default ctor is not attached to a MS and hence is useless until attached
void resetRow(const Record &row)
reset internals given indicated row, use the same MS
MSMainColumns * msCols_p
A Measure: instant in time.
Definition: MEpoch.h:104
void fill(const Record &row, const MEpoch &time, Int antennaId, Int feedId, Int dataDescId, Int fieldId, const MVTime &exposure, Int observationId, const Matrix< Float > &floatData)
fill - a new row is always added
MeasurementSet * ms_p
void attach(MeasurementSet &ms, Vector< Bool > &handledCols, const Record &row)
attach to a MS, mark fields in row as handled
void clearRow()
cleanup row-related stuff
Int arrayIdId_p
fields from sdfits2ms, independent of MS version number so far
A hierarchical collection of named fields of various types.
Definition: Record.h:180
A Table intended to hold astronomical data (a set of Measurements).
A class for easy read-write access to MeasurementSet main table columns.
void clearAll()
cleanup everything
void initAll(MeasurementSet &ms, Vector< Bool > &handledCols, const Record &row)
initialize everything
Class to handle date/time type conversions and I/O.
Definition: MVTime.h:269
#define casacore
&lt;X11/Intrinsic.h&gt; #defines true, false, casacore::Bool, and String.
Definition: X11Intrinsic.h:42