pipeline.h.cli.gotasks.h_tsyscal

pipeline.h.cli.gotasks.h_tsyscal = <pipeline.h.cli.gotasks.h_tsyscal._h_tsyscal object>

h_tsyscal —- Derive a Tsys calibration table

Derive the Tsys calibration for list of ALMA MeasurementSets.

Issues

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 input visibility files.

Parameter is not available when pipelinemode=’automatic’. example: vis=[‘ngc5921.ms’]

caltable Name of output gain calibration tables.

Parameter is not available when pipelinemode=’automatic’. example: caltable=’ngc5921.gcal’

chantol The tolerance in channels for mapping atmospheric calibration

windows (TDM) to science windows (FDM or TDM). example: chantol=5

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 list commands (True).

Parameter is available only when pipelinemode=’interactive’.

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

Parameter is available only when pipelinemode=’interactive’.

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