hifv_semiFinalBPdcals¶
- hifv_semiFinalBPdcals(vis=None, weakbp=None, refantignore=None, refant=None) ResultsList[Results][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'
- Returns:
The results object for the pipeline task is returned.
Examples
Heuristic flagging:
>>> hifv_semiFinalBPdcals()