ExportData
- class ExportData(inputs)[source]
Bases:
StandardTaskTemplateExportData is the base class for exporting data to the products subdirectory. It performs the following operations:
Saves the pipeline processing request in an XML file
Saves the final flags per ASDM in a compressed / tarred CASA flag versions file
Saves the final calibration apply list per ASDM in a text file
Saves the final set of caltables per session in a compressed / tarred file containing CASA tables
Saves the final web log in a compressed / tarred file
Saves the final CASA command log in a text file
Saves the final pipeline script in a Python file
Saves the final pipeline restore script in a Python file
Saves the images in FITS cubes one per target and spectral window
Attributes Summary
Methods Summary
analyse(results)Analyse the results of the export data operation.
get_recipename(context)Get the recipe name
prepare()Prepare and execute an export data job appropriate to the task inputs.
Attributes Documentation
- is_multi_vis_task = True
Methods Documentation
- analyse(results)[source]
Analyse the results of the export data operation.
This method does not perform any analysis, so the results object is returned exactly as-is, with no data massaging or results items added.
- Parameters:
results -- The results object from prepare.
- Returns:
The results object unchanged.