RestoreData
- class RestoreData(inputs)[source]
Bases:
StandardTaskTemplateRestoreData is the base class for restoring flagged and calibrated data produced during a previous pipeline run and archived on disk.
Imports the selected ASDMs from rawdata
Imports the flagversions for the selected ASDMs from ../rawdata
Imports the calibration data for the selected ASDMs from ../rawdata
Restores the final set of pipeline flags
Restores the final calibration state
Applies the calibrations
Attributes Summary
Methods Summary
analyse(results)Analyze the result from the task preparing operation.
prepare()Prepare job requests for execution.
Attributes Documentation
- is_multi_vis_task = True
Methods Documentation