pipeline.hifa.cli.hifa_lock_refant
- hifa_lock_refant(vis=None) ResultsList[Results][source]
Lock reference antenna list.
hifa_lock_refant marks the reference antenna list as "locked" for specified MeasurementSets, preventing modification of the refant list by subsequent tasks.
After executing hifa_lock_refant, all subsequent gaincal calls will by default be executed with refantmode='strict'.
The refant list can be unlocked with the hifa_unlock_refant task.
- Parameters:
vis --
List of input MeasurementSets. Defaults to the list of MeasurementSets specified in the pipeline context.
Example:
vis=['ngc5921.ms']- Returns:
The results object for the pipeline task is returned.
Examples
Lock the refant list for all MSes in pipeline context:
>>> hifa_lock_refant()