|
|||
NRAO Home > CASA > CASA Cookbook and User Reference Manual |
|
8.3.3 Scantable Manipulation
Within ASAP, data is stored in a scantable, which holds all of the observational information and provides functionality to manipulate the data and information. The building block of a scantable is an integration which is a single row of a scantable. Each row contains just one spectrum for each beam, IF and polarization.
Once you have a scantable in ASAP, you can select a subset of the data based on scan numbers, sources, or types of scan; note that each of these selections returns a new ’scantable’ with all of the underlying functionality:
CASA <6>: scans20to24=scans.get_scan(range(20,25)) # Get scans 20 - 24
CASA <7>: scans_on=scans.get_scan(’*_ps’) # Get ps scans on source
CASA <8>: scansOrion=scans.get_scan(’Ori*’) # Get all Orion scans
To copy a scantable, do:
8.3.3.2 State Information
8.3.3.3 Masks
8.3.3.4 Scantable Management
8.3.3.5 Scantable Mathematics
8.3.3.6 Scantable Save and Export
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