Changeset 3437 in Sophya for trunk/SophyaLib/Manual/piapp.tex


Ignore:
Timestamp:
Dec 11, 2007, 7:15:09 PM (18 years ago)
Author:
ansari
Message:

Suite doc piapp.tex/ajout syncmap.eps - Reza 11/12/2007

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Manual/piapp.tex

    r3429 r3437  
    918918\end{verbatim}
    919919
     920There are two commands useful
     921when analyzing large catalogs (BINARY\_TBL) in FITS format, which avoid reading the whole
     922table in memory. {\tt swfitstable}\myppageref{swfitstable} reads a specified HDU
     923as a {\bf SwFitsDataTable} object which uses the FITS file as swap space.
     924The {\tt fitsadapt}\myppageref{fitsadapt} can also be used for similar purposes.
     925
     926The following commands shows how to open a FITS file containing a synchrotron map
     927of our galaxy:
     928\begin{verbatim}
     929#  Open the fits file : the map is in HEALPix format
     930readfits syncmap.fits
     931#  Create a window with the appropriate size
     932newwin 1 1 800 400
     933# Display the map, specifying the colormap
     934disp syncmap 'lut=lin,2,50 midas_bluered'
     935\end{verbatim}
     936\begin{figure}[h]
     937\begin{center}
     938\includegraphics[width=15cm]{syncmap.eps}
     939\caption{Synchron map of our Galaxy, displayed in Molleweide projection}
     940\end{center}
     941\end{figure}
     942
    920943\subsection{Graphic export in postscript}
    921944%%
Note: See TracChangeset for help on using the changeset viewer.