source: branches/alma/monitor/cgi-bin/asapconfig.py @ 1757

Last change on this file since 1757 was 1757, checked in by Kana Sugimoto, 14 years ago

New Development: Yes

JIRA Issue: Yes (CAS-2211)

Ready for Test: Yes

Interface Changes: Yes

What Interface Changed: ASAP 3.0.0 interface changes

Test Programs:

Put in Release Notes: Yes

Module(s): all the CASA sd tools and tasks are affected.

Description: Merged ATNF-ASAP 3.0.0 developments to CASA (alma) branch.

Note you also need to update casa/code/atnf.


  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 336 bytes
Line 
1#asapconfig.py
2
3observatory = {'rpfpath': [],
4               'name': 'observatory',
5               'lines' : {} }
6
7asapmonhome = "/var/www/htdocs"
8asapmonrel = "/asapmon/"
9import os,sys
10# where matplotlib puts it temporary font files
11# this location can also have a custom .matplotlibrc
12os.environ["HOME"]="/var/www/htdocs/asapmon/tmp"
Note: See TracBrowser for help on using the repository browser.