pipeline.hifa.cli.gotasks.hifa_targetflag

pipeline.hifa.cli.gotasks.hifa_targetflag = <pipeline.hifa.cli.gotasks.hifa_targetflag._hifa_targetflag object>

hifa_targetflag —- Flag target source outliers

This task flags very obvious target source outliers. The calibration tables and flags accumulated in the cal library up to this point are pre-applied, then hif_correctedampflag is called for just the TARGET intent. Any resulting flags are applied and the calibration library is restored to the state before calling this task.

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

vis The list of input MeasurementSets. Defaults to the list of

MeasurementSets specified in the h_init or hif_importdata task. ‘’: use all MeasurementSets in the context

Examples: ‘ngc5921.ms’, [‘ngc5921a.ms’, ngc5921b.ms’, ‘ngc5921c.ms’]

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 task (False) or display task command (True) acceptresults Add the results of the task to the pipeline context (True) or

reject them (False).

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