pipeline.h.cli.h_tsyscal

h_tsyscal(vis=None, caltable=None, chantol=None, parallel=None) ResultsList[TsyscalResults][source]

Derive Tsys calibration tables for a list of ALMA MeasurementSets.

Parameters:
  • vis --

    List of input visibility files.

    Example: vis=['ngc5921.ms']

  • caltable --

    Name of output gain calibration tables.

    Example: caltable='ngc5921.gcal'

  • chantol --

    The tolerance in channels for mapping atmospheric calibration windows (TDM) to science windows (FDM or TDM).

    Example: chantol=5

  • parallel --

    Process multiple MeasurementSets in parallel using the casampi parallelization framework.

    Options: 'automatic', 'true', 'false', True, False

    Default: None (equivalent to False)

Returns:

The results object for the pipeline task is returned.

Examples

  1. Standard call

>>> h_tsyscal()