Changeset 1499
- Timestamp:
- 02/09/09 10:42:52 (16 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/INSTALL
r1463 r1499 5 5 * rpfits >= 2.19 6 6 * cfitso >= 2 7 * python >= 2. 48 * boost >= 1.3 37 * python >= 2.3 8 * boost >= 1.32 9 9 * casacore >= 0.4.0 10 10 -
trunk/doc/userguide.tex
r1394 r1499 13 13 \setlength{\parskip}{1ex} 14 14 15 \title{ATNF Spectral Analysis Package\\User Guide v2. 2}15 \title{ATNF Spectral Analysis Package\\User Guide v2.3 } 16 16 \author{Chris Phillips} 17 17 … … 48 48 package. 49 49 50 This userguide has been updated for the ASAP 2. 2. Please report any50 This userguide has been updated for the ASAP 2.3. Please report any 51 51 mistakes you find. 52 52 … … 460 460 \begin{verbatim} 461 461 ASAP>scans = scantable('2004-11-23_1841-P484.rpf') # Read in the data 462 ASAP>scans.set_freqframe('LSRK') # Use the LSR velocity frame462 ASAP>scans.set_freqframe('LSRK') # Use the LSR velocity frame 463 463 ASAP>scans.set_unit('km/s') # Use velocity for plots etc from now on 464 464 ASAP>scans.set_doppler('OPTICAL') # Use the optical velocity convention … … 871 871 \begin{verbatim} 872 872 ASAP>scans.recalc_azel() # recalculate az/el 873 873 # based on pointing 874 874 \end{verbatim} 875 875 … … 996 996 it. 997 997 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. 1001 1004 1002 1005 \item[ASCII] A simple text based format suitable for the user to
Note:
See TracChangeset
for help on using the changeset viewer.