Last change
on this file since 928 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:
651 bytes
|
Rev | Line | |
---|
[712] | 1 | #asapconfig.py
|
---|
[703] | 2 |
|
---|
[712] | 3 | observatory = {'rpfpath': [],
|
---|
| 4 | 'name': 'observatory',
|
---|
| 5 | 'lines' : {} }
|
---|
[703] | 6 |
|
---|
| 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')
|
---|
| 14 |
|
---|
| 15 | # This is needed for plotting with matplotlib
|
---|
[712] | 16 | # where matplotlib data is located
|
---|
[703] | 17 | os.environ["MATPLOTLIBDATA"]="/opt/share/matplotlib"
|
---|
[712] | 18 | # where matplotlib puts it temporary font files
|
---|
| 19 | # this location can also have a custom .matplotlibrc
|
---|
| 20 | os.environ["HOME"]="/var/www/asapmon/tmp"
|
---|
Note:
See
TracBrowser
for help on using the repository browser.