NRAO Home > CASA > CASA Cookbook and User Reference Manual
3.6.1.2 Flagging the beginning of scans

You can use quack=True to drop integrations from the beginning of scans (as in the AIPS task QUACK):

quack               =       True        #  Clip beginning or ending of scans  
     quackinterval  =        0.0        #  Quack n seconds from scan beginning/end  
     quackmode      =      ’beg’        #  Quack mode. ’beg’ ==> beginning of scan. ’endb’ ==>  
                                        #   end of scan. ’end’ ==> all but end of scan. ’tail’  
                                        #   ==> all but beginning of scan  
     quackincrement =      False        #  Flag incrementally in time?

Note that the time is measured from the first integration in the MS for a given scan, and this is often already flagged by the online system.

For example, assuming the integration time is 3.3 seconds (e.g. for VLA), then

   quack = True  
   quackinterval = 14.0

will flag the first 4 integrations in every scan.


More information about CASA may be found at the CASA web page

Copyright © 2010 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