Description

This task can manage flag backups of a MeasurementSet. flag backups (or versions) are copies of the FLAG column of a MeasurementSet, which are saved as a directory on disk with the same basename of the MS from which it was created, with a *.flagversions suffix. The flag backups can be restored to the data set from which they were created in order to get back to a previous flag version. On running importasdm, a flag version called 'Original' is produced by default. It is recommended to save a flag backup at the beginning or after serious editing.  

WARNING: The flag versions created from one MS should not be restored to another MS. They are unique to the MS from which they were created. In the case of flags created from a Multi-MS, it is not possible to restore the flag versions to a serial MS and vice versa.

More information on flagmanager is also available in the Data Examination and Editing pages of CASAdocs.  

 

Parameter description

vis

Name of input MeasurementSet or Multi-MS from where the flags were created.

mode

Flag version operation. Below is the list of options for the mode parameter:

  • 'list': list existing flag versions
  • 'save': save the FLAG column from vis to a specified flag file. If the name given in versionname already exists, the task will give a warning and rename it to a name with a suffix '.old.timestamp'. The respective entry in FLAG_VERSION_LIST will also be updated.
  • 'restore': restore the specified flag file into the MeasurementSet given in vis
  • 'delete': delete the specified flag file
  • 'rename': will rename a specified flag file

mode='save', 'restore', 'delete', 'rename' expandable parameters

versionname

Flag version name. The default is none. There should be no embedded blanks in the versionname.

mode='save', 'rename' expandable parameters

comment

Short description of a versionname, when mode is 'save' or 'rename'.

mode='save', 'restore' expandable parameters

merge

Merge operation to use when saving the flags. Options available are: 'replace', and the experimental 'or', 'and'. Use the last two options at your own risk.

mode='rename' expandable parameters

oldname

This parameter give the oldname of the flag versions when mode='rename'.