Getting Started Documentation Glish Learn More Programming Contact Us
Version 1.9 Build 1488
News FAQ
Search Home


next up previous contents index
Next: ms.saveflags - Function Up: ms - Tool Previous: ms.tosdfits - Function


ms.createflaghistory - Function



Package general
Module ms
Tool ms


Create and initialize the FLAG_HISTORY column.


Synopsis
createflaghistory(numlevel)


Arguments

numlevel   Number of history levels
    Allowed: Positive integer
    Default: 2


Returns
Bool, True if operation successful



Description

Create the FLAG_HISTORY column and fill level 1 and 2 with the current flagging state as given by FLAG and FLAG_ROW. Then sets the current flagging level to 2.



Example
myms:=ms("3C273XC1.MS",readonly=F);
myms.createflaghistory(3);

We open the MS for writing and then create a FLAG_HISTORY column with 3 levels of flagging.





next up previous contents index
Next: ms.saveflags - Function Up: ms - Tool Previous: ms.tosdfits - Function   Contents   Index
Please send questions or comments about AIPS++ to aips2-request@nrao.edu.
Copyright © 1995-2000 Associated Universities Inc., Washington, D.C.

Return to AIPS++ Home Page
2006-08-01