NRAO Home > CASA > CASA Task Reference Manual

0.1.126 splattotable

Requires:

Synopsis
Convert a downloaded Splatalogue spectral line list to a casa table.

Arguments





Inputs

filenames

Files containing Splatalogue lists.

allowed:

stringArray

Default:

table

Output table name. Must be specified.

allowed:

string

Default:

Returns
bool

Example

 
PARAMETER SUMMARY  
filenames   Files containing Splatalogue lists.  
table       Output table name. Must be specfied  
 
This task reads a spectral line list(s) downloaded from Splatalogue (www.splatalogue.net) and loads it into a CASA table which  
can be queried via eg the slsearch task.  
 
REQUIRMENTS OF THE DOWNLOADED FILES  
 
The downloaded files must be in a specific format for this task to succeed. The columns are the  
important things; one can filter the results as one desires using Splatalogue, but the particular columns must be present as described  
below. The columns which must be present in the downloaded file in this exact order are: "Species", "NRAO Recommended", "Chemical Name",  
"Freq in GHz", "Resolved QNs", "CDMS/JPL Intensity", "Sijmu2 (D2)",  
"Log10 (Aij)", "EL (K)", "EU (K)", "Linelist". In order to get these columns in this order, one should  
select exactly the following items on the Splatalogue search interface. Under "Specify Ranges" one should select "GHz" for the frequency unit.  
Under "Line Strength Display" select exactly "CDMS/JPL Intensity",  
"Sij mu2", and "Aij". Under "Energy Levels", one should select exactly "Elower (K)" and "Eupper (K)". Under "Miscellaneous", one should  
select exactly "Display Ordered Frequency ONLY" and "Display NRAO Recommended Frequencies". One should then initiate the search and on  
the resulting page, one should select the Tab Field Separator and then export the list. The resulting list should be in the proper  
format for importing into CASA.  
 
splattotable("mysplatlist.txt", "mynewsl.tbl", true)  
 
 


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