CLASS is used at the CSO for analysis of heterodyne data. CLASS is part of the IRAM GILDAS package. The entire package is available on the CSO computers. You may also install GILDAS on your own computer. Please refer to the GILDAS documentation for installation instructions, tutorials, etc.
mycomp> ssh -X user@kilauea.caltech.edu
kilauea> cd data_directory
kilauea> class
LAS> device image
LAS> file in mydata.cso
LAS> list in
LAS> get N
LAS> plot
mycomp> sftp user@kilauea.caltech.edu
sftp> cd data_directory
sftp> get mydata.cso
sftp> exit
Analyse simultaneous observations of 12CO, 13CO, and C18CO in IRC 40540, an evolved star, made on 2114-11-16. During the observations, the receiver was tuned for 12CO(2-1) but a tuning shift was deliberately introduced between between the first spectrum and the others. For the receiver tuning, see Wideband Observations, Example 1.
file in 2014-11-16.cso ! open data file list in ! list contents find /source IRC40540 /tel "CSO FFTS 1W" ! select FFTS1 data stamp /scan
file in 2014-11-16.cso ! open data file list in ! list contents find /source IRC40540 /tel "CSO FFTS 1W" ! select FFTS1 data set align v i ! select velocity alignment, intersect region average /resample ! average the spectra set unit v f ! set the display axes, velocity (bottom) and frequency (top) set mode x -67 33 ! set the display limits [km/s] plot
file in 2014-11-16.cso ! open data file list in ! list contents find /source IRC40540 /tel "CSO FFTS 1W" ! select FFTS1 data set variable spectro write ! enable modification of reference information set variable calibration write file out scratch1.cso multiple ! open scratch file for i 1 to found ! modify each spectrum get next let r%head%spe%line 13CO2-1 ! set line name @swap_sidebands 220398.6765 ! set reference info for 13CO(2-1) write next file in scratch1.cso ! open scratch file list in ! list contents find /source IRC40540 /tel "CSO FFTS 1W" ! select FFTS1 data set align v i ! select velocity alignment, intersect region average /resample ! average the spectra set unit v f ! set the display axes, velocity (bottom) and frequency (top) set mode x -67 33 ! set the display limits [km/s] plot
file in 2014-11-16.cso ! open data file list in ! list contents find /source IRC40540 /tel "CSO FFTS 1W" ! select FFTS1 data set variable spectro write ! enable modification of reference information set variable calibration write file out scratch2.cso multiple ! open scratch file for i 1 to found ! modify each spectrum get next let r%head%spe%line C18O2-1 ! set line name @swap_sidebands 219560.3568 ! set reference info for C18O(2-1) write next file in scratch2.cso ! open scratch file list in ! list contents find /source IRC40540 /tel "CSO FFTS 1W" ! select FFTS1 data set align v i ! select velocity alignment, intersect region average /resample ! average the spectra set unit v f ! set the display axes, velocity (bottom) and frequency (top) set mode x -67 33 ! set the display limits [km/s] smooth ! reduce spectral resolution by 2^6 = 64 smooth smooth smooth smooth smooth plot