source: branches/alma/monitor/cgi-bin/obsconfig.py@ 3073

Last change on this file since 3073 was 1757, checked in by Kana Sugimoto, 14 years ago

New Development: Yes

JIRA Issue: Yes (CAS-2211)

Ready for Test: Yes

Interface Changes: Yes

What Interface Changed: ASAP 3.0.0 interface changes

Test Programs:

Put in Release Notes: Yes

Module(s): all the CASA sd tools and tasks are affected.

Description: Merged ATNF-ASAP 3.0.0 developments to CASA (alma) branch.

Note you also need to update casa/code/atnf.


  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 722 bytes
Line 
1from asapconfig import *
2
3# the name of the observatory
4observatory['name'] = 'Mopra'
5
6# Append observing directories
7observatory['rpfpath'].append("/DATA/MPCCC1_1/corr/dat/")
8
9# Restfrequencies in GHz
10observatory['lines'] = {
11 'SiO (85640.456 MHz)': 85.640456,
12 'SiO (86243.442 MHz)': 86.243442,
13 'H13CO+ (86754.294 MHz)' : 86754.294,
14 'SiO (86846.998 MHz)' : 86.846998,
15 'HCN (88631.847 MHz)' : 88.631847,
16 'HCO+ (89188.518 MHz)' : 89.188518,
17 'HNC (90663.574 MHz)' : 90.663574,
18 'N2H+ (93173.809 MHz)' : 93.173809,
19 'CS (97980.968 MHz)' : 97.980968,
20 '12C18O(1-0) (109782.182 MHz)' : 109.782182,
21 '13CO(1-0) (110201.37 MHz)' : 110.20137,
22 '12CO(1-0) (115271.203 MHz)' : 115.271203
23}
Note: See TracBrowser for help on using the repository browser.