Changeset 1403
- Timestamp:
- 01/31/08 15:01:00 (17 years ago)
- Location:
- trunk/monitor/cgi-bin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/monitor/cgi-bin/asapconfig.py
r712 r1403 6 6 7 7 import os,sys 8 # This is where asap lives 9 sys.path.insert(2,'/opt/lib/python2.3/site-packages') 10 os.environ["AIPSPATH"]="/opt/share/asap linux_gnu somewhere localhost" 11 12 #overwrite /usr/local/... as default 13 sys.path.insert(2,'/usr/lib/python2.3/site-packages') 8 #os.environ["AIPSPATH"]="/opt/share/asap linux_gnu somewhere localhost" 14 9 15 10 # This is needed for plotting with matplotlib 16 11 # where matplotlib data is located 17 os.environ["MATPLOTLIBDATA"]="/opt/share/matplotlib"12 #os.environ["MATPLOTLIBDATA"]="/opt/share/matplotlib" 18 13 # where matplotlib puts it temporary font files 19 14 # this location can also have a custom .matplotlibrc -
trunk/monitor/cgi-bin/obsconfig.py
r712 r1403 5 5 6 6 # Append observing directories 7 observatory['rpfpath'].append("/u/mar637/brage/singledish/data") 8 observatory['rpfpath'].append("/u/mar637/brage/singledish/data/mopra200505") 9 observatory['rpfpath'].append("/u/mar637/brage/singledish/data/mopra/phoenix") 7 observatory['rpfpath'].append("/DATA/MPCCC1_1/corr/dat/") 10 8 11 9 # Restfrequencies in GHz
Note:
See TracChangeset
for help on using the changeset viewer.