NRAO Home > CASA > CASA Toolkit Reference Manual
sd.scantable.copy - Function

5.1.2 Return a copy of this scantable
Description

Return a copy of this scantable.

Note that this makes a full (deep) copy. scan2 = scan1 makes a reference.

Arguments

Returns
scantable

Example

   s=sd.scantable(’OrionS_rawACSmod_cal’,average=True)  
   # deep copy  
   copiedscan=s.copy()  
   # this makes a reference  
   s2=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