Last change
on this file since 3146 was 3138, checked in by VincentMcIntyre, 6 years ago |
Manpage for asap_update_data
|
File size:
1.1 KB
|
Rev | Line | |
---|
[2166] | 1 | asap for Debian
|
---|
[3138] | 2 | ===============
|
---|
[2166] | 3 |
|
---|
[3138] | 4 | Data Tables
|
---|
| 5 | -----------
|
---|
| 6 | ASAP needs access to astronomical data tables that need to be updated regularly.
|
---|
| 7 | This task is done by the /etc/cron.weekly/python-asap cron job.
|
---|
| 8 | The casacore packages that ASAP is built on top of expect the data to be
|
---|
| 9 | unpacked into this directory:
|
---|
[2166] | 10 |
|
---|
[3138] | 11 | /var/lib/casacore/data
|
---|
| 12 |
|
---|
| 13 | Environment variables
|
---|
| 14 | ---------------------
|
---|
| 15 |
|
---|
| 16 | You can override the data tables location by setting the ASAPDATA environment
|
---|
| 17 | variable. You should set ASAPDATA so that the path $ASAPDATA/ephemerides exists.
|
---|
| 18 | The data files are published by the U.S. National Radio Astronomy Observatory
|
---|
| 19 | (NRAO), as part of the Common Astronomical Software Applications (CASA) data
|
---|
| 20 | processing package, but can be downloaded separately.
|
---|
| 21 |
|
---|
| 22 | If you also set the CASAPATH environment variable, so that it points to a
|
---|
| 23 | different data area than ASAPDATA, you may get unexpected behaviour.
|
---|
| 24 |
|
---|
| 25 | Per-user config files
|
---|
| 26 | ---------------------
|
---|
| 27 |
|
---|
| 28 | ASAP allows you to customise your settings in $HOME/.asap.
|
---|
| 29 | It will also check in your $HOME/.ipython directory.
|
---|
| 30 |
|
---|
[2166] | 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.