source: trunk/monitor/cgi-bin/obsconfig.py @ 1403

Last change on this file since 1403 was 1403, checked in by Malte Marquarding, 16 years ago

removed some hardcoded locations

  • 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.