casacore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SDSysCalHandler.h
Go to the documentation of this file.
1 //# SDSysCalFiller.h: fills the SYSCAL 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_SDSYSCALHANDLER_H
30 #define MS_SDSYSCALHANDLER_H
31 
32 #include <casacore/casa/aips.h>
35 
36 namespace casacore { //# NAMESPACE CASACORE - BEGIN
37 
38 //# Forward Declarations
39 class MeasurementSet;
40 class MSSysCal;
41 class MSSysCalColumns;
42 class Record;
43 
44 // <summary>
45 // </summary>
46 
47 // <use visibility=local> or <use visibility=export>
48 
49 // <reviewed reviewer="" date="yyyy/mm/dd" tests="" demos="">
50 // </reviewed>
51 
52 // <prerequisite>
53 // <li> SomeClass
54 // <li> SomeOtherClass
55 // <li> some concept
56 // </prerequisite>
57 //
58 // <etymology>
59 // </etymology>
60 //
61 // <synopsis>
62 // </synopsis>
63 //
64 // <example>
65 // </example>
66 //
67 // <motivation>
68 // </motivation>
69 //
70 // <templating arg=T>
71 // <li>
72 // <li>
73 // </templating>
74 //
75 // <thrown>
76 // <li>
77 // <li>
78 // </thrown>
79 //
80 // <todo asof="yyyy/mm/dd">
81 // <li> add this feature
82 // <li> fix this bug
83 // <li> start discussion of this possible extension
84 // </todo>
85 
87 {
88 public:
89  // default ctor is not attached to a MS and hence is useless until attached
91 
92  // attach this to a MS - mark fields in row as handled
93  SDSysCalHandler(MeasurementSet &ms, Vector<Bool> &handledCols, const Record &row);
94 
95  // copy ctor
96  SDSysCalHandler(const SDSysCalHandler &other);
97 
99 
100  // assignment operator, uses copy semantics
102 
103  // attach to a MS, mark fields in row as handled
104  void attach(MeasurementSet &ms, Vector<Bool> &handledCols, const Record &row);
105 
106  // reset internals given indicated row, use the same MS
107  void resetRow(const Record &row);
108 
109  // fill - a new row is added as necessary, there is no lookback to see if a row could be
110  // reused. Only the current row might be reused.
111  void fill(const Record &row, Int antennaId, Int feedId, Int spectralWindowId,
112  Double time, Vector<Double> timeRange, uInt numReceptors);
113 private:
116 
118 
120 
122 
124 
125  // fields which come from a previous incarnation as a MS
130 
131  // cleanup everything
132  void clearAll();
133 
134  // cleanup row-related stuff
135  void clearRow();
136 
137  // initialize everything
138  void initAll(MeasurementSet &ms, Vector<Bool> &handledCols, const Record &row);
139 
140  // intialize the row related stuff
141  void initRow(Vector<Bool> &handledCols, const Record &row);
142 };
143 
144 
145 } //# NAMESPACE CASACORE - END
146 
147 #endif
148 
149 
RORecordFieldPtr< Double > timeField_p
RORecordFieldPtr< Bool > phaseDiffFlagField_p
int Int
Definition: aipstype.h:50
TableExprNode time(const TableExprNode &node)
Definition: ExprNode.h:1580
SDSysCalHandler()
default ctor is not attached to a MS and hence is useless until attached
void clearAll()
cleanup everything
void initRow(Vector< Bool > &handledCols, const Record &row)
intialize the row related stuff
void fill(const Record &row, Int antennaId, Int feedId, Int spectralWindowId, Double time, Vector< Double > timeRange, uInt numReceptors)
fill - a new row is added as necessary, there is no lookback to see if a row could be reused...
void attach(MeasurementSet &ms, Vector< Bool > &handledCols, const Record &row)
attach to a MS, mark fields in row as handled
RORecordFieldPtr< Double > intervalField_p
fields which come from a previous incarnation as a MS
RORecordFieldPtr< Array< Float > > tcalField_p
A Table intended to hold a MeasurementSet SYSCAL table.
Definition: MSSysCal.h:78
void clearRow()
cleanup row-related stuff
RORecordFieldPtr< Float > phaseDiffField_p
void resetRow(const Record &row)
reset internals given indicated row, use the same MS
double Double
Definition: aipstype.h:55
A class to provide easy access to MSSysCal columns.
RORecordFieldPtr< Bool > tcalFlagField_p
void initAll(MeasurementSet &ms, Vector< Bool > &handledCols, const Record &row)
initialize everything
A hierarchical collection of named fields of various types.
Definition: Record.h:180
bool Bool
Define the standard types used by Casacore.
Definition: aipstype.h:42
RORecordFieldPtr< Array< Float > > tsysField_p
RORecordFieldPtr< Array< Float > > trxField_p
A Table intended to hold astronomical data (a set of Measurements).
SDSysCalHandler & operator=(const SDSysCalHandler &other)
assignment operator, uses copy semantics
RORecordFieldPtr< Bool > tsysFlagField_p
MSSysCalColumns * msSysCalCols_p
unsigned int uInt
Definition: aipstype.h:51
RORecordFieldPtr< Bool > trxFlagField_p