hifv_semiFinalBPdcals

Note

Parameters set to None will use intelligent defaults from the pipeline context. Pass explicit values to override context defaults.

hifv_semiFinalBPdcals(vis=None, weakbp=None, refantignore=None, refant=None)[source]

Runs a second delay and bandpass calibration and applies to calibrators to setup for RFI flagging.

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.

    Example: refantignore='ea24,ea15,ea08'

  • refant (str) --

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

    Example: refant = 'ea01, ea02'

Return type:

ResultsList[Results]

Examples

  1. Heuristic flagging:

>>> hifv_semiFinalBPdcals()