pipeline.hifa.cli.hifa_polcalflag
- hifa_polcalflag(vis=None) ResultsList[Results][source]
Flag polarization calibrators.
This task flags corrected visibility outliers in the polarization calibrator data using the hif_correctedampflag heuristics.
- Parameters:
vis --
The list of input MeasurementSets. Defaults to the list of MeasurementSets specified in the hifa_importdata task. '': use all MeasurementSets in the context
Examples: 'ngc5921.ms', ['ngc5921a.ms', ngc5921b.ms', 'ngc5921c.ms']
- Returns:
The results object for the pipeline task is returned.
Examples
1. Run with recommended settings to flag visibility outliers in the polarization calibrator data:
>>> hifa_polcalflag()