apply_calibration_chain
- apply_calibration_chain(vis, gaintables, calibration_context='T', controls=None, iteration=0, tol=1e-06, **kwargs)[source]
Calibrate using algorithm specified by calibration_context and the calibration controls
The context string can denote a sequence of calibrations e.g. TGB with different timescales.
- Parameters
vis –
model_vis –
calibration_context – calibration contexts in order of correction e.g. ‘TGB’
control – controls dictionary, modified as necessary
iteration – Iteration number to be compared to the ‘first_selfcal’ field.
kwargs –
- Returns
Calibrated data_models, dict(gaintables)