pipeline.hif.cli.hif_transformimagedata

pipeline.hif.cli.hif_transformimagedata = <pipeline.hif.cli.hif_transformimagedata._hif_transformimagedata object>

hif_transformimagedata —- Base transformimagedata task

The hif_transformimagedata task.

Output:

results – If pipeline mode is ‘getinputs’ then None is returned. Otherwise the results object for the pipeline task is returned.

——— parameter descriptions ———————————————

vis List of visibility data files. These may be ASDMs, tar files of ASDMs,

MSs, or tar files of MSs, If ASDM files are specified, they will be converted to MS format.

example: vis=[‘X227.ms’, ‘asdms.tar.gz’]

outputvis The output MeasurementSet. field Set of data selection field names or ids, ‘’ for all. intent Set of data selection intents, ‘’ for all. spw Set of data selection spectral window ids ‘’ for all. datacolumn Select spectral windows to split. The standard CASA options are

supported

example: ‘data’, ‘model’

chanbin timebin Bin width for time averaging. replace If a split was performed delete the parent MS and remove it from the context.

example: True or False

clear_pointing Clear the pointing table. modify_weights Re-initialize the weights. wtmode optional weight initialization mode when modify_weights=True pipelinemode The pipeline operating mode. In ‘automatic’ mode the pipeline

determines the values of all context defined pipeline inputs automatically. In ‘interactive’ mode the user can set the pipeline context defined parameters manually. In ‘getinputs’ mode the user can check the settings of all pipeline parameters without running the task.

dryrun Run the commands (True) or generate the commands to be run but

do not execute (False).

acceptresults Add the results of the task to the pipeline context (True) or

reject them (False).

——— examples ———————————————————–

  1. Basic transformimagedata task

hif_transformimagedata()