- Timestamp:
- 11/03/06 16:08:22 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/userguide.tex
r1267 r1280 1021 1021 \begin{verbatim} 1022 1022 ASAP>scans.save('myscans') # Save in default format 1023 ASAP>scans.save('myscans', 'FITS') # Save as FITS for exporting into CLASS1024 1023 ASAP>scans.save('myscans', overwrite=True) # Overwrite an existing file 1025 1024 \end{verbatim} … … 1621 1620 Scan, beam and IF selection are also available in the selector object as 1622 1621 describe 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 as1628 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}1635 1622 1636 1623 \section{Specialised Processing} … … 2233 2220 2234 2221 % scantable 2235 \asaprc{scantable.save}{{\bf ASAP} SDFITS FITSASCII MS2}{Default output2222 \asaprc{scantable.save}{{\bf ASAP} SDFITS ASCII MS2}{Default output 2236 2223 format when saving} 2237 2224
Note:
See TracChangeset
for help on using the changeset viewer.