Changeset 3138 for trunk/debian


Ignore:
Timestamp:
03/05/19 20:52:06 (5 years ago)
Author:
VincentMcIntyre
Message:

Manpage for asap_update_data

Location:
trunk/debian
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/debian/README.Debian

    r2166 r3138  
    11asap for Debian
    2 ---------------
     2===============
    33
    4 <possible notes regarding this package - if none, delete this file>
     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.
    530
    631 -- Malte Marquarding <Malte.Marquarding@csiro.au>  Wed, 11 May 2011 16:00:56 +1000
Note: See TracChangeset for help on using the changeset viewer.