Changeset 1403


Ignore:
Timestamp:
01/31/08 15:01:00 (16 years ago)
Author:
Malte Marquarding
Message:

removed some hardcoded locations

Location:
trunk/monitor/cgi-bin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/monitor/cgi-bin/asapconfig.py

    r712 r1403  
    66
    77import 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"
    149
    1510# This is needed for plotting with matplotlib
    1611# where matplotlib data is located
    17 os.environ["MATPLOTLIBDATA"]="/opt/share/matplotlib"
     12#os.environ["MATPLOTLIBDATA"]="/opt/share/matplotlib"
    1813# where matplotlib puts it temporary font files
    1914# this location can also have a custom .matplotlibrc
  • trunk/monitor/cgi-bin/obsconfig.py

    r712 r1403  
    55
    66# 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")
     7observatory['rpfpath'].append("/DATA/MPCCC1_1/corr/dat/")
    108
    119# Restfrequencies in GHz
Note: See TracChangeset for help on using the changeset viewer.