Source
142
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
150
//VisSet* rawvs_p;
151
151
//casacore::Bool rawPhaseRemoval_p;
152
-
casacore::SimpleOrderedMap<casacore::String, casacore::Int> timeValueMap_p;
152
+
std::map<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);
162
162