Source
132
132
private:
133
133
134
134
// The underlying VisSet
135
135
VisSet* vs_p;
136
136
137
137
// Private variables containing the solver parameters
138
138
casacore::Bool solveAmp_p, solvePhase_p;
139
139
casacore::Double splinetime_p;
140
140
141
141
// casacore::Time for which the current calibration cache is valid
142
-
casacore::Double cacheTimeValid_p;
142
+
//casacore::Double cacheTimeValid_p;
143
143
144
144
// Ptr to a calibration buffer associated with the calibration
145
145
// solutions which are to be interpolated and applied to the data
146
146
GJonesSplineMBuf* calBuffer_p;
147
147
148
148
149
149
// Parameters for raw phase removal from another spw
150
-
VisSet* rawvs_p;
151
-
casacore::Bool rawPhaseRemoval_p;
150
+
//VisSet* rawvs_p;
151
+
//casacore::Bool rawPhaseRemoval_p;
152
152
casacore::SimpleOrderedMap<casacore::String, casacore::Int> timeValueMap_p;
153
153
casacore::Matrix<casacore::Double> rawPhase_p;
154
154
155
155
// Solution timestamp
156
156
casacore::Double solTimeStamp_p;
157
157
158
158
159
159
// Create and fill an empty output calibration buffer
160
160
void newCalBuffer (const casacore::Vector<casacore::Int>& fieldIdKeys,
161
161
const casacore::Vector<casacore::Int>& antennaId);