nraonrao
 
NRAO Home > CASA > CasaRef
autoflag.run - Function

2.1.1 Executes a flagging run
Description

This function will perform a flagging run utilizing methods configured by prior setmethod() calls. It has a number of optional parameters affecting various aspects of the flagging process:

Arguments





Inputs

globparm

Record of global method parameters

allowed:

any

Default:

record

plotscr

Number of plots per window for on-screen flagging report, or default for no report

allowed:

int

Default:

0

plotdev

Number of plots per page in hardcopy flagging report, 0 for no report

allowed:

int

Default:

0

devfile

File or PGPlot device for hardcopy report

allowed:

string

Default:

flagreport.ps/ps

reset

Reset pre-existing flags before running

allowed:

bool

Default:

false

trial

Do a trial run only

allowed:

bool

Default:

false

Returns
bool

Example

af:=autoflag(’3C273XC1.MS)  
af.setdata();  
...  
af.setselect(autocorr=T,quack=[240,120])  
...  
af.setuvbin(thr=.01)  
...  
af.run()

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.