Last change
on this file since 1403 was 1403, checked in by Malte Marquarding, 17 years ago |
removed some hardcoded locations
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
480 bytes
|
Rev | Line | |
---|
[712] | 1 | #asapconfig.py
|
---|
[703] | 2 |
|
---|
[712] | 3 | observatory = {'rpfpath': [],
|
---|
| 4 | 'name': 'observatory',
|
---|
| 5 | 'lines' : {} }
|
---|
[703] | 6 |
|
---|
| 7 | import os,sys
|
---|
[1403] | 8 | #os.environ["AIPSPATH"]="/opt/share/asap linux_gnu somewhere localhost"
|
---|
[703] | 9 |
|
---|
| 10 | # This is needed for plotting with matplotlib
|
---|
[712] | 11 | # where matplotlib data is located
|
---|
[1403] | 12 | #os.environ["MATPLOTLIBDATA"]="/opt/share/matplotlib"
|
---|
[712] | 13 | # where matplotlib puts it temporary font files
|
---|
| 14 | # this location can also have a custom .matplotlibrc
|
---|
| 15 | os.environ["HOME"]="/var/www/asapmon/tmp"
|
---|
Note:
See
TracBrowser
for help on using the repository browser.