source: trunk/debian/README.Debian

Last change on this file was 3138, checked in by VincentMcIntyre, 5 years ago

Manpage for asap_update_data

File size: 1.1 KB
Line 
1asap for Debian
2===============
3
4Data Tables
5-----------
6ASAP needs access to astronomical data tables that need to be updated regularly.
7This task is done by the /etc/cron.weekly/python-asap cron job.
8The casacore packages that ASAP is built on top of expect the data to be
9unpacked into this directory:
10
11   /var/lib/casacore/data
12
13Environment variables
14---------------------
15
16You can override the data tables location by setting the ASAPDATA environment
17variable. You should set ASAPDATA so that the path $ASAPDATA/ephemerides exists.
18The data files are published by the U.S. National Radio Astronomy Observatory
19(NRAO), as part of the Common Astronomical Software Applications (CASA) data
20processing package, but can be downloaded separately.
21
22If you also set the CASAPATH environment variable, so that it points to a
23different data area than ASAPDATA, you may get unexpected behaviour.
24
25Per-user config files
26---------------------
27
28ASAP allows you to customise your settings in $HOME/.asap.
29It will also check in your $HOME/.ipython directory.
30
31 -- Malte Marquarding <Malte.Marquarding@csiro.au>  Wed, 11 May 2011 16:00:56 +1000
Note: See TracBrowser for help on using the repository browser.