casacore
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>
33 #include <casacore/casa/Utilities/DataType.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
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
100 
102 
103  // assignment operator, uses copy semantics
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 
casacore::SDMainHandler::SDMainHandler
SDMainHandler()
default ctor is not attached to a MS and hence is useless until attached
casacore::Matrix< Float >
casacore::MEpoch
A Measure: instant in time.
Definition: MEpoch.h:104
casacore::SDMainHandler::msCols_p
MSMainColumns * msCols_p
Definition: SDMainHandler.h:118
casacore::SDMainHandler::scanNumberId_p
Int scanNumberId_p
Definition: SDMainHandler.h:120
casacore::MVTime
Class to handle date/time type conversions and I/O.
Definition: MVTime.h:269
casacore::SDMainHandler::operator=
SDMainHandler & operator=(const SDMainHandler &other)
assignment operator, uses copy semantics
casacore::SDMainHandler::flagRowId_p
Int flagRowId_p
Definition: SDMainHandler.h:124
casacore::SDMainHandler::SDMainHandler
SDMainHandler(const SDMainHandler &other)
copy ctor
casacore::SDMainHandler::intervalId_p
Int intervalId_p
Definition: SDMainHandler.h:124
casacore::SDMainHandler::weightId_p
Int weightId_p
Definition: SDMainHandler.h:124
casacore::SDMainHandler::clearAll
void clearAll()
cleanup everything
casacore::SDMainHandler::initAll
void initAll(MeasurementSet &ms, Vector< Bool > &handledCols, const Record &row)
initialize everything
casacore::SDMainHandler::arrayIdId_p
Int arrayIdId_p
fields from sdfits2ms, independent of MS version number so far
Definition: SDMainHandler.h:124
casacore::SDMainHandler::fill
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
casacore::SDMainHandler::resetRow
void resetRow(const Record &row)
reset internals given indicated row, use the same MS
casacore::MSMainColumns
A class for easy access to MeasurementSet main table columns.
Definition: MSMainColumns.h:107
casacore::SDMainHandler::ms_p
MeasurementSet * ms_p
Definition: SDMainHandler.h:117
casacore::SDMainHandler::scanNumberType_p
DataType scanNumberType_p
Definition: SDMainHandler.h:121
casacore::SDMainHandler::SDMainHandler
SDMainHandler(MeasurementSet &ms, Vector< Bool > &handledCols, const Record &row)
attach this to a MS - mark fields in row as handled
casacore::SDMainHandler::timeCentroidId_p
Int timeCentroidId_p
Definition: SDMainHandler.h:125
casacore::Int
int Int
Definition: aipstype.h:50
casacore
this file contains all the compiler specific defines
Definition: mainpage.dox:28
casacore::time
TableExprNode time(const TableExprNode &node)
Definition: ExprNode.h:1537
casacore::SDMainHandler::attach
void attach(MeasurementSet &ms, Vector< Bool > &handledCols, const Record &row)
attach to a MS, mark fields in row as handled
casacore::SDMainHandler
Definition: SDMainHandler.h:90
casacore::MeasurementSet
A Table intended to hold astronomical data (a set of Measurements).
Definition: MeasurementSet.h:243
casacore::SDMainHandler::sigmaId_p
Int sigmaId_p
Definition: SDMainHandler.h:124
casacore::SDMainHandler::~SDMainHandler
~SDMainHandler()
Definition: SDMainHandler.h:101
casacore::SDMainHandler::flagId_p
Int flagId_p
Definition: SDMainHandler.h:124
casacore::Record
A hierarchical collection of named fields of various types.
Definition: Record.h:181
casacore::Vector< Bool >
casacore::SDMainHandler::clearRow
void clearRow()
cleanup row-related stuff
casacore::SDMainHandler::initRow
void initRow(Vector< Bool > &handledCols, const Record &row)
intialize the row related stuff