- Timestamp:
- 03/06/19 09:29:38 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/debian/asap.1
r3137 r3139 34 34 publication-quality plots. 35 35 .PP 36 The input files can be RPFITS, SDFITS or CASA Measurement Sets, 37 output can be saved as SDFITS or Measurement Set. 36 The input files can be RPFITS, SDFITS or CASA Measurement Sets. 37 Output can be saved as SDFITS or Measurement Set. 38 .PP 39 Running the program will create a ~/.asap directory which stores 40 some package state. From time to time you may have to clean this out, 41 after installing a new version of the package. 38 42 .SH ENVIRONMENT 39 You may wish to set the following environment variables, to change43 You may wish to set or unset the following environment variables, to change 40 44 the program's behaviour. 41 45 .TP 42 46 .B ASAPDATA 43 Path to astronomical ephemeris data files. These are needed to allow 44 calculations of radial velocity, rest frequency of various transitions, etc. 47 ASAP needs access to astronomical data tables that need to be updated regularly. 48 These are needed to allow calculations of radial velocity, rest frequency of 49 various transitions, etc. The casacore packages that ASAP is built on top of 50 expect the data to be unpacked into this directory: 51 .RS 52 53 /var/lib/casacore/data 54 55 To this location you should set ASAPDATA so that the path 56 .NH 57 $ASAPDATA/ephemerides 58 .HY 59 exists. 45 60 .PP 46 The y will usually be available in your installation of CASA.47 If your casa installation is at /nfs/casa, the ephemeris data should be 48 in /nfs/casa/data; set ASAPDATA to that path.61 The data files are published by the U.S. National Radio Astronomy Observatory 62 (NRAO), as part of the Common Astronomical Software Applications (CASA) data 63 processing package, but can be downloaded separately. 49 64 .PP 50 65 These data files can also be downloaded from 51 66 .TP 67 .NH 52 68 ftp://ftp.atnf.csiro.au/pub/software/asap/data/asap_data/tar.bz2 69 .HY 70 .RE 71 .TP 72 .B CASAPATH 73 The casacore routines ASAP is built on check for this environment variable 74 which is supposed to point to the CASA installation being used. 75 If CASAPATH is set in your environment, and it points to a 76 different data area than ASAPDATA, you may get unexpected behaviour. 77 If in doubt, unset it. 53 78 .SH SEE ALSO 54 79 .BR asap_update_data (1)
Note:
See TracChangeset
for help on using the changeset viewer.