Changeset 1499


Ignore:
Timestamp:
02/09/09 10:42:52 (15 years ago)
Author:
Malte Marquarding
Message:

updates fro next release

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/INSTALL

    r1463 r1499  
    55* rpfits >= 2.19
    66* cfitso >= 2
    7 * python >= 2.4
    8 * boost >= 1.33
     7* python >= 2.3
     8* boost >= 1.32
    99* casacore >= 0.4.0
    1010
  • trunk/doc/userguide.tex

    r1394 r1499  
    1313\setlength{\parskip}{1ex}
    1414
    15 \title{ATNF Spectral Analysis Package\\User Guide v2.2 }
     15\title{ATNF Spectral Analysis Package\\User Guide v2.3 }
    1616\author{Chris Phillips}
    1717
     
    4848package.
    4949
    50 This userguide has been updated for the ASAP 2.2. Please report any
     50This userguide has been updated for the ASAP 2.3. 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. This format is suitable for
    1000 %  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.
     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.
    10011004
    10021005\item[ASCII] A simple text based format suitable for the user to
Note: See TracChangeset for help on using the changeset viewer.