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=5parallel --
Process multiple MeasurementSets in parallel using the casampi parallelization framework.
Options:
'automatic','true','false',True,FalseDefault:
None(equivalent toFalse)
- Returns:
The results object for the pipeline task is returned.
Examples
Standard call
>>> h_tsyscal()