hifa_unlock_refant¶
- hifa_unlock_refant(vis=None) ResultsList[Results][source]¶
Unlock reference antenna list.
hifa_unlock_refant marks the reference antenna list as "unlocked" for specified MeasurementSets, allowing the list to be modified by subsequent tasks.
After executing hifa_unlock_refant, all subsequent gaincal calls will by default be executed with refantmode='flex'.
The refant list can be locked with the hifa_lock_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
Unlock the refant list for all MSes in pipeline context:
>>> hifa_unlock_refant()