NRAO Home > CASA > CASA Cookbook and User Reference Manual
1.3.1.2 Where is CASA?

Note that the path to the CASA installation, which contains the scripts and data repository, will also depend upon the installation. With a default installation under Linux this will probably be in

   /usr/lib64/casapy/

or

while in a Mac OSX default install it will likely be an application in the Applications folder.

You can find the location after initialized by looking at the CASAPATH environment variable. You can find it within casapy by

   pathname=os.environ.get(’CASAPATH’).split()[0]  
   print pathname


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