NRAO Home > CASA > CASA Toolkit Reference Manual
sd.list_scans - Function

5.1.1 Return a list of scantables created by the user
Description

The method prints and returns a list of scantables that the user created.

Arguments

Returns

Example

   # no scantable is created yet  
   scanlist=sd.list_scans()  
   print scanlist  
   []  
   # create scantable  
   s=sd.scantable(’OrionS_rawACSmod’,average=False)  
   # run list_scans() again  
   scanlist=sd.list_scans()  
   print scanlist  
   [’s’]


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

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