nraonrao
 
NRAO Home > CASA > TaskRef

0.1.19 flagmanager

Requires:

Synopsis Enable list, save, restore and delete flag version files. Description

These flag version files are copies of the flag column for a measurement set. They can be restored to the data set to get back to a previous flag version. On running importvla, a flag version call ’Original’ is automatically produced.

Arguments





Inputs

vis

Name of input visibility file (MS)

allowed:

string

Default:

mode

Operation: list, save, restore, delete

allowed:

string

Default:

list

versionname

Flag version name

allowed:

string

Default:

comment

Short description of a versionname (used for mode=’save’)

allowed:

string

Default:

merge

Merge option: replace will save or over-write the flags

allowed:

string

Default:

replace

Returns
void

Example

 
 
 
        These flag version files are copies of the flag column for a  
        measurement set.  They can be restored to the data set to obtain  
        a previous flag version.  On running importvla, a flag  
        version call ’Original’ is automatically produced.  It is wise to  
        save a flagversion at the beginning or after serious editing.  
 
        Keyword arguments:  
        vis -- Name of input visibility file  
                default: none. example: vis=’ngc5921.ms’  
        mode -- Flag version operation  
                default: ’list’; to list existing flagtables  
                ’save’ will save flag column from vis to a specified flag file  
                ’restore’ will place the specified flag file into vis  
                ’delete ’ will delete specified flag file  
        versionname -- Flag version name  
                default: none; example: versionname=’original_data’  
                No imbedded blanks in the versionname  
        comment -- Short description of a versionname (used for mode=’save’)  
                default: ’’; example: comment=’Clip above 1.85’  
                comment = versionname  
        merge -- Merge operation  
                Options: ’or’,’and’, but not recommended for now.  
 

Please send any comments or questions about CASA or AIPS++ to aips2-requests@nrao.edu

Copyright © 2008 Associated Universities Inc., Washington, D.C.

This code is available under the terms of the GNU General Public Lincense


Home | Contact Us | Directories | Site Map | Help | Privacy Policy | Search

Updated daily during alpha development.