Ignore:
Timestamp:
11/03/06 16:08:22 (18 years ago)
Author:
mar637
Message:

Merge from Release2.1.1b tag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/userguide.tex

    r1267 r1280  
    10211021\begin{verbatim}
    10221022  ASAP>scans.save('myscans') # Save in default format
    1023   ASAP>scans.save('myscans', 'FITS') # Save as FITS for exporting into CLASS
    10241023  ASAP>scans.save('myscans', overwrite=True) # Overwrite an existing file
    10251024\end{verbatim}
     
    16211620Scan, beam and IF selection are also available in the selector object as
    16221621describe in section~\ref{sec:selection}.
    1623 
    1624 \subsection{Saving}
    1625 
    1626 \index{Polarisation!saving}When saving data using the \cmd{save}
    1627 function, the \cmd{stokes} argument can be used to save the data as
    1628 Stoke values when saving in FITS format.
    1629 
    1630 Example:
    1631 
    1632 \begin{verbatim}
    1633   ASAP>scans.save('myscan.sdfits', 'SDFITS', stokes=True)
    1634 \end{verbatim}
    16351622
    16361623\section{Specialised Processing}
     
    22332220
    22342221% scantable
    2235 \asaprc{scantable.save}{{\bf ASAP} SDFITS FITS ASCII MS2}{Default output
     2222\asaprc{scantable.save}{{\bf ASAP} SDFITS ASCII MS2}{Default output
    22362223format when saving}
    22372224
Note: See TracChangeset for help on using the changeset viewer.