pipeline.hif.tasks.editimlist.editimlist

A pipeline task to add to a list of images to be made by hif_makeimages()

The hif_editimlist() task typically uses a parameter file as input. Depending on the use case, there will usually be a minimal set of input parameters defined in this file. Each set of image parameters gets stored in the global context in the clean_list_pending attribute.

Example

A common case is providing a list of VLASS image parameters via a file:

CASA <1>: hif_editimlist(parameter_file='vlass_QLIP_parameters.list')

The vlass_QLIP_parameters.list file might contain something like the following:

phasecenter='J2000 12:16:04.600 +059.24.50.300'
imagename='QLIP_image'

An equivalent way to invoke the above example would be:

CASA <2>: hif_editimlist(phasecenter='J2000 12:16:04.600 +059.24.50.300',
                         imagename='QLIP_image')

Any imaging parameters that are not specified when hif_editimlist() is called, either as a task parameter or via a parameter file, will have a default value or heuristic applied.

Classes

Editimlist(inputs)

EditimlistInputs(context[, output_dir, vis, …])