hifa_unlock_refant¶
Note
Parameters set to None will use intelligent defaults from the pipeline context.
Pass explicit values to override context defaults.
- hifa_unlock_refant(vis=None)[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.
- Return type:
ResultsList[Results]
Examples
Unlock the refant list for all MSes in pipeline context:
>>> hifa_unlock_refant()