hifv_finalcals

hifv_finalcals(vis=None, weakbp=None, refantignore=None, refant=None) ResultsList[Results][source]

Compute final gain calibration tables.

Parameters:
  • vis (str, optional) -- The list of input MeasurementSets. Defaults to the list of MeasurementSets specified in the hifv_importdata task.

  • weakbp (Boolean) -- Activate weak bandpass heuristics. weak bandpass heuristics on/off - currently not used - see PIPE-104.

  • refantignore (str) -- String list of antennas to ignore. csv string of reference antennas to ignore - 'ea24,ea15,ea08'.

  • refant (List) --

    A csv string of reference antenna(s). When used, disables refantignore.

    Example: refant = 'ea01, ea02'

Returns:

The results object for the pipeline task is returned.

Examples

  1. Create the final calibration tables to be applied to the data in the VLA CASA pipeline:

>>> hifv_finalcals()