pipeline.hifv.cli.hifv_syspower

pipeline.hifv.cli.hifv_syspower = <pipeline.hifv.cli.hifv_syspower._hifv_syspower object>

hifv_syspower —- Base syspower task

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

vis List of input visibility data clip_sp_template Clipping range antexclude csv string list of antennas to exclude usemedian If antexclude is specified with usemedian=False, the template values are replaced with 1.0.

If usemedian = True, the template values are replaced with the median of the good antennas

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). This is a pipeline task execution mode.

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

reject them (False). This is a pipeline task execution mode.

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

Output:

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

Examples

  1. Basic syspower task

hifv_syspower()