source: branches/Release2.0/monitor/cgi-bin/obsconfig.py@ 1986

Last change on this file since 1986 was 712, checked in by mar637, 19 years ago

several updates

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