source: trunk/debian/asap.1 @ 3137

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

Remove stray comma

File size: 1.9 KB
Line 
1.\"                                      Hey, EMACS: -*- nroff -*-
2.\" (C) Copyright 2019 CSIRO <asap@atnf.csiro.au>,
3.\"
4.\" First parameter, NAME, should be all caps
5.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
6.\" other parameters are allowed: see man(7), man(1)
7.TH ASAP 1 "2019-03-05"
8.\" Please adjust this date whenever revising the manpage.
9.\"
10.\" Some roff macros, for reference:
11.\" .nh        disable hyphenation
12.\" .hy        enable hyphenation
13.\" .ad l      left justify
14.\" .ad b      justify to both left and right margins
15.\" .nf        disable filling
16.\" .fi        enable filling
17.\" .br        insert line break
18.\" .sp <n>    insert n+1 empty lines
19.\" for manpage-specific macros, see man(7)
20.SH NAME
21ASAP \- process single dish spectral data
22.SH SYNOPSIS
23.B asap
24.SH DESCRIPTION
25This manual page briefly documents the
26.B asap
27command. The program has internal help as well.
28.PP
29.\" TeX users may be more comfortable with the \fB<whatever>\fP and
30.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
31.\" respectively.
32\fBasap\fP is an interactive ipython shell that lets you process
33spectroscopic data from astronomical telescopes and make
34publication-quality plots.
35.PP
36The input files can be RPFITS, SDFITS or CASA Measurement Sets,
37output can be saved as SDFITS or Measurement Set.
38.SH ENVIRONMENT
39You may wish to set the following environment variables, to change
40the program's behaviour.
41.TP
42.B ASAPDATA
43Path to astronomical ephemeris data files. These are needed to allow
44calculations of radial velocity, rest frequency of various transitions, etc.
45.PP
46They will usually be available in your installation of CASA.
47If your casa installation is at /nfs/casa, the ephemeris data should be
48in /nfs/casa/data; set ASAPDATA to that path.
49.PP
50These data files can also be downloaded from
51.TP
52ftp://ftp.atnf.csiro.au/pub/software/asap/data/asap_data/tar.bz2
53.SH SEE ALSO
54.BR asap_update_data (1)
Note: See TracBrowser for help on using the repository browser.