Source
170
170
void resetMappers();
171
171
172
172
casacore::CountedPtr<SIImageStore> imageStore(const casacore::Int id=0);
173
173
174
174
//casacore::Record getMajorCycleControls();
175
175
void executeMajorCycle(casacore::Record& controls);
176
176
177
177
// make the psf images i.e grid weight rather than data
178
178
void makePSF();
179
179
180
+
// Calculate apparent sensitivity (for _Visibility_ spectrum)
181
+
// _Image_ spectral grid TBD
182
+
// Throws an exception because not supported in old VI (see SynthesisImagerVi2)
183
+
virtual casacore::Record apparentSensitivity();
180
184
181
185
virtual bool makePB();
182
186
183
187
virtual void predictModel();
184
188
virtual void makeSdImage(casacore::Bool dopsf=false);
185
189
// void makeImage();
186
190
/* Access method to the Loop Controller held in this class */
187
191
//SIIterBot& getLoopControls();
188
192
189
193
virtual void dryGridding(const casacore::Vector<casacore::String>& cfList);