|
|||
NRAO Home > CASA > CASA Cookbook and User Reference Manual |
|
2.1 CASA Measurement Sets
Data is handled in CASA via the table system. In particular, visibility data are stored in a CASA table known as a Measurement Set (MS). Details of the physical and logical MS structure are given below, but for our purposes here an MS is just a construct that contains the data. An MS can also store single dish data (essentially a set of auto-correlations of a 1-element interferometer), though there are also data formats more suitable for single-dish spectra (see § 8).
Note that images are handled through special image tables, although standard FITS I/O is also supported. Images and image data are described in a separate chapter.
The headers of any FITS files can be displayed in the logger with the listfits task:
fitsfile = ’’ # Name of input fits file
async = False # If true the taskname must be started using
# listfits(...)
Unless your data was previously processed by CASA or software based upon its predecessor aips++, you will need to import it into CASA as an MS. Supported formats include some “standard” flavors of UVFITS, the VLA “Export” archive format, and most recently, the ALMA Science Data Model (ASDM) format. These are described below in § 2.2.
Once in Measurement Set form, your data can be accessed through various tools and tasks with a common interface. The most important of these is the data selection interface (§ 2.3) which allows you to specify the subset of the data on which the tasks and tools will operate.
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