Changeset 3437 in Sophya for trunk/SophyaLib/Manual/piapp.tex
- Timestamp:
- Dec 11, 2007, 7:15:09 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.