casacore
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>
33 #include <casacore/casa/Containers/RecordField.h>
34 
35 namespace casacore { //# NAMESPACE CASACORE - BEGIN
36 
37 //# Forward Declarations
38 class MeasurementSet;
39 class MSSysCal;
40 class MSSysCalColumns;
41 class Record;
42 
43 template <class T> class Vector;
44 
45 // <summary>
46 // </summary>
47 
48 // <use visibility=local> or <use visibility=export>
49 
50 // <reviewed reviewer="" date="yyyy/mm/dd" tests="" demos="">
51 // </reviewed>
52 
53 // <prerequisite>
54 // <li> SomeClass
55 // <li> SomeOtherClass
56 // <li> some concept
57 // </prerequisite>
58 //
59 // <etymology>
60 // </etymology>
61 //
62 // <synopsis>
63 // </synopsis>
64 //
65 // <example>
66 // </example>
67 //
68 // <motivation>
69 // </motivation>
70 //
71 // <templating arg=T>
72 // <li>
73 // <li>
74 // </templating>
75 //
76 // <thrown>
77 // <li>
78 // <li>
79 // </thrown>
80 //
81 // <todo asof="yyyy/mm/dd">
82 // <li> add this feature
83 // <li> fix this bug
84 // <li> start discussion of this possible extension
85 // </todo>
86 
88 {
89 public:
90  // default ctor is not attached to a MS and hence is useless until attached
92 
93  // attach this to a MS - mark fields in row as handled
94  SDSysCalHandler(MeasurementSet &ms, Vector<Bool> &handledCols, const Record &row);
95 
96  // copy ctor
98 
100 
101  // assignment operator, uses copy semantics
103 
104  // attach to a MS, mark fields in row as handled
105  void attach(MeasurementSet &ms, Vector<Bool> &handledCols, const Record &row);
106 
107  // reset internals given indicated row, use the same MS
108  void resetRow(const Record &row);
109 
110  // fill - a new row is added as necessary, there is no lookback to see if a row could be
111  // reused. Only the current row might be reused.
112  void fill(const Record &row, Int antennaId, Int feedId, Int spectralWindowId,
113  Double time, Vector<Double> timeRange, uInt numReceptors);
114 private:
117 
119 
121 
123 
125 
126  // fields which come from a previous incarnation as a MS
131 
132  // cleanup everything
133  void clearAll();
134 
135  // cleanup row-related stuff
136  void clearRow();
137 
138  // initialize everything
139  void initAll(MeasurementSet &ms, Vector<Bool> &handledCols, const Record &row);
140 
141  // intialize the row related stuff
142  void initRow(Vector<Bool> &handledCols, const Record &row);
143 };
144 
145 
146 } //# NAMESPACE CASACORE - END
147 
148 #endif
149 
150 
casacore::SDSysCalHandler::msSysCalCols_p
MSSysCalColumns * msSysCalCols_p
Definition: SDSysCalHandler.h:116
casacore::SDSysCalHandler::tcalField_p
RORecordFieldPtr< Array< Float > > tcalField_p
Definition: SDSysCalHandler.h:130
casacore::SDSysCalHandler::clearRow
void clearRow()
cleanup row-related stuff
casacore::SDSysCalHandler::phaseDiffFlagField_p
RORecordFieldPtr< Bool > phaseDiffFlagField_p
Definition: SDSysCalHandler.h:129
casacore::SDSysCalHandler::tsysFlagField_p
RORecordFieldPtr< Bool > tsysFlagField_p
Definition: SDSysCalHandler.h:129
casacore::SDSysCalHandler::tcalId_p
Int tcalId_p
Definition: SDSysCalHandler.h:122
casacore::SDSysCalHandler::tsysId_p
Int tsysId_p
Definition: SDSysCalHandler.h:122
casacore::SDSysCalHandler::trxField_p
RORecordFieldPtr< Array< Float > > trxField_p
Definition: SDSysCalHandler.h:130
casacore::SDSysCalHandler::~SDSysCalHandler
~SDSysCalHandler()
Definition: SDSysCalHandler.h:99
casacore::SDSysCalHandler::clearAll
void clearAll()
cleanup everything
casacore::SDSysCalHandler::tsysField_p
RORecordFieldPtr< Array< Float > > tsysField_p
Definition: SDSysCalHandler.h:130
casacore::SDSysCalHandler::trxId_p
Int trxId_p
Definition: SDSysCalHandler.h:122
casacore::SDSysCalHandler::phaseDiffField_p
RORecordFieldPtr< Float > phaseDiffField_p
Definition: SDSysCalHandler.h:128
casacore::SDSysCalHandler::timeField_p
RORecordFieldPtr< Double > timeField_p
Definition: SDSysCalHandler.h:127
casacore::SDSysCalHandler::fill
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.
casacore::MSSysCalColumns
Definition: MSSysCalColumns.h:78
casacore::Double
double Double
Definition: aipstype.h:55
casacore::uInt
unsigned int uInt
Definition: aipstype.h:51
casacore::SDSysCalHandler::rownr_p
Int rownr_p
Definition: SDSysCalHandler.h:118
casacore::SDSysCalHandler::SDSysCalHandler
SDSysCalHandler(const SDSysCalHandler &other)
copy ctor
casacore::SDSysCalHandler::nrecpt_p
uInt nrecpt_p
Definition: SDSysCalHandler.h:120
casacore::SDSysCalHandler::SDSysCalHandler
SDSysCalHandler(MeasurementSet &ms, Vector< Bool > &handledCols, const Record &row)
attach this to a MS - mark fields in row as handled
casacore::SDSysCalHandler::intervalField_p
RORecordFieldPtr< Double > intervalField_p
fields which come from a previous incarnation as a MS
Definition: SDSysCalHandler.h:127
casacore::Int
int Int
Definition: aipstype.h:50
casacore
this file contains all the compiler specific defines
Definition: mainpage.dox:28
casacore::SDSysCalHandler::attach
void attach(MeasurementSet &ms, Vector< Bool > &handledCols, const Record &row)
attach to a MS, mark fields in row as handled
casacore::SDSysCalHandler::resetRow
void resetRow(const Record &row)
reset internals given indicated row, use the same MS
casacore::time
TableExprNode time(const TableExprNode &node)
Definition: ExprNode.h:1537
casacore::SDSysCalHandler::hasTrxCol_p
Bool hasTrxCol_p
Definition: SDSysCalHandler.h:124
casacore::SDSysCalHandler::msSysCal_p
MSSysCal * msSysCal_p
Definition: SDSysCalHandler.h:115
casacore::SDSysCalHandler::initAll
void initAll(MeasurementSet &ms, Vector< Bool > &handledCols, const Record &row)
initialize everything
casacore::SDSysCalHandler::SDSysCalHandler
SDSysCalHandler()
default ctor is not attached to a MS and hence is useless until attached
casacore::SDSysCalHandler::initRow
void initRow(Vector< Bool > &handledCols, const Record &row)
intialize the row related stuff
casacore::MeasurementSet
Definition: MeasurementSet.h:243
casacore::RORecordFieldPtr< Double >
casacore::SDSysCalHandler::hasTsysCol_p
Bool hasTsysCol_p
Definition: SDSysCalHandler.h:124
casacore::Bool
bool Bool
Define the standard types used by Casacore.
Definition: aipstype.h:42
casacore::Record
Definition: Record.h:181
casacore::Vector< Bool >
casacore::SDSysCalHandler::operator=
SDSysCalHandler & operator=(const SDSysCalHandler &other)
assignment operator, uses copy semantics
casacore::MSSysCal
Definition: MSSysCal.h:80
casacore::SDSysCalHandler
Definition: SDSysCalHandler.h:88
casacore::SDSysCalHandler::trxFlagField_p
RORecordFieldPtr< Bool > trxFlagField_p
Definition: SDSysCalHandler.h:129
casacore::SDSysCalHandler::hasTcalCol_p
Bool hasTcalCol_p
Definition: SDSysCalHandler.h:124
casacore::SDSysCalHandler::tcalFlagField_p
RORecordFieldPtr< Bool > tcalFlagField_p
Definition: SDSysCalHandler.h:129