Changeset 3437 in Sophya
- Timestamp:
- Dec 11, 2007, 7:15:09 PM (18 years ago)
- Location:
- trunk/SophyaLib/Manual
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Manual/piahelp.tex
r3429 r3437 222 222 \vspace{3mm} 223 223 \begin{tabular}{llllll} 224 mollgrid & p. \pageref{mollgrid} & mollgridsph & p. \pageref{mollgridsph} & setprjmoldefval & p. \pageref{setprjmoldefval} \\224 errorellipse & p. \pageref{errorellipse} & mollgrid & p. \pageref{mollgrid} & setprjmoldefval & p. \pageref{setprjmoldefval} \\ 225 225 \end{tabular} 226 226 \end{center} … … 1980 1980 \subsection{SophyaCmd} \label{SophyaCmd} 1981 1981 \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} 1982 1992 \piacommand{mollgrid} \label{mollgrid} 1983 1993 \begin{verbatim} 1984 1994 Creates 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] 1991 1996 \end{verbatim} 1992 1997 \piacommand{setprjmoldefval} \label{setprjmoldefval} … … 1995 2000 Usage: setprjmoldefval OutOfMapValue 1996 2001 \end{verbatim} 2002 1997 2003 \subsection{pawCmd} \label{pawCmd} 1998 2004 \noindent -
trunk/SophyaLib/Manual/piapp.tex
r3429 r3437 918 918 \end{verbatim} 919 919 920 There are two commands useful 921 when analyzing large catalogs (BINARY\_TBL) in FITS format, which avoid reading the whole 922 table in memory. {\tt swfitstable}\myppageref{swfitstable} reads a specified HDU 923 as a {\bf SwFitsDataTable} object which uses the FITS file as swap space. 924 The {\tt fitsadapt}\myppageref{fitsadapt} can also be used for similar purposes. 925 926 The following commands shows how to open a FITS file containing a synchrotron map 927 of our galaxy: 928 \begin{verbatim} 929 # Open the fits file : the map is in HEALPix format 930 readfits syncmap.fits 931 # Create a window with the appropriate size 932 newwin 1 1 800 400 933 # Display the map, specifying the colormap 934 disp 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 920 943 \subsection{Graphic export in postscript} 921 944 %%
Note:
See TracChangeset
for help on using the changeset viewer.