Changeset 3437 in Sophya


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

Location:
trunk/SophyaLib/Manual
Files:
1 added
2 edited

Legend:

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

    r3429 r3437  
    222222\vspace{3mm}
    223223\begin{tabular}{llllll}
    224 mollgrid & p. \pageref{mollgrid}  & mollgridsph & p. \pageref{mollgridsph}  & setprjmoldefval & p. \pageref{setprjmoldefval}  \\ 
     224errorellipse & p. \pageref{errorellipse}  & mollgrid & p. \pageref{mollgrid}  & setprjmoldefval & p. \pageref{setprjmoldefval}  \\ 
    225225\end{tabular}
    226226\end{center}
     
    19801980\subsection{SophyaCmd} \label{SophyaCmd}
    19811981\noindent
     1982
     1983\piacommand{errorellipse} \label{errorellipse}
     1984\begin{verbatim}
     1985   Adds an error ellipse, specified by its center (xc,yc)
     1986  and error matrix (covariance) parameters  SigX^2,SigY^2,Covar
     1987  A global scaling parameters scale , graphic attributes and
     1988   nomber of points can optionnaly be specified
     1989  if the -fill flag specified, plots a filled ellipse
     1990
     1991\end{verbatim}
    19821992\piacommand{mollgrid} \label{mollgrid}
    19831993\begin{verbatim}
    19841994Creates a spherical coordinate grid in Molleweide projection
    1985  Usage: mollgrid [Nb_Parallel Nb_Meridien graphic_att]
    1986 \end{verbatim}
    1987 \piacommand{mollgridsph} \label{mollgridsph}
    1988 \begin{verbatim}
    1989 Creates a spherical coordinate grid in Molleweide projection
    1990  Usage: mollgridsph NameSphericalMap [Nb_Parallel Nb_Meridien graphic_att]
     1995 Usage: mollgrid [Nb_Parallel] [Nb_Meridien] [graphic_att]
    19911996\end{verbatim}
    19921997\piacommand{setprjmoldefval} \label{setprjmoldefval}
     
    19952000 Usage: setprjmoldefval OutOfMapValue
    19962001\end{verbatim}
     2002
    19972003\subsection{pawCmd} \label{pawCmd}
    19982004\noindent
  • 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.