|
Last change
on this file since 1416 was 1403, checked in by Malte Marquarding, 18 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
|
| Line | |
|---|
| 1 | #asapconfig.py
|
|---|
| 2 |
|
|---|
| 3 | observatory = {'rpfpath': [],
|
|---|
| 4 | 'name': 'observatory',
|
|---|
| 5 | 'lines' : {} }
|
|---|
| 6 |
|
|---|
| 7 | import os,sys
|
|---|
| 8 | #os.environ["AIPSPATH"]="/opt/share/asap linux_gnu somewhere localhost"
|
|---|
| 9 |
|
|---|
| 10 | # This is needed for plotting with matplotlib
|
|---|
| 11 | # where matplotlib data is located
|
|---|
| 12 | #os.environ["MATPLOTLIBDATA"]="/opt/share/matplotlib"
|
|---|
| 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.