Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/userguide.tex

    r1499 r1394  
    1313\setlength{\parskip}{1ex}
    1414
    15 \title{ATNF Spectral Analysis Package\\User Guide v2.3 }
     15\title{ATNF Spectral Analysis Package\\User Guide v2.2 }
    1616\author{Chris Phillips}
    1717
     
    4848package.
    4949
    50 This userguide has been updated for the ASAP 2.3. Please report any
     50This userguide has been updated for the ASAP 2.2. Please report any
    5151mistakes you find.
    5252
     
    460460\begin{verbatim}
    461461  ASAP>scans = scantable('2004-11-23_1841-P484.rpf') # Read in the data
    462   ASAP>scans.set_freqframe('LSRK')   # Use the LSR velocity frame
     462  ASAP>scans.set_freqframe('LSRK')  # Use the LSR velocity frame
    463463  ASAP>scans.set_unit('km/s')        # Use velocity for plots etc from now on
    464464  ASAP>scans.set_doppler('OPTICAL')  # Use the optical velocity convention
     
    871871\begin{verbatim}
    872872  ASAP>scans.recalc_azel()                # recalculate az/el
    873                                           # based on pointing
     873                                                                  # based on pointing
    874874\end{verbatim}
    875875
     
    996996  it.
    997997
    998 \item[FITS] This uses simple ``image'' fits to save the data, each row
    999   being written to a separate fits file.
    1000 
    1001 \item[CLASS] This uses simple ``image'' fits to save the data, each row
    1002   being written to a separate fits file. This format has modification so it
    1003   is suitable for importing the data into CLASS.
     998%\item[FITS] This uses simple ``image'' fits to save the data, each row
     999%  being written to a separate fits file. This format is suitable for
     1000%  importing the data into CLASS.
    10041001
    10051002\item[ASCII] A simple text based format suitable for the user to
Note: See TracChangeset for help on using the changeset viewer.