public documents.sextractor_doc

[/] [overview.tex] - Blame information for rev 25

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 19 gam
\chapter{Overview of the software}
2
\label{techover}
3
%---------------------------------- Fig. layout -------------------------------
4
   \begin{figure}[htbp]
5
      \centerline{\includegraphics[width=15cm]{ps/sexlayout.ps}}
6
      \caption{
7
              Layout of the main {\sc SExtractor} procedures. \emph{Dashed arrows} represent optional
8
              inputs.
9
\gam{I omitted the dashes from ``Flag map'', ``Weight map'' (using InkScape).}
10
              }
11
      \label{fig:layout}
12
   \end{figure}
13
 
14 25 gam
The complete analysis of an \index{image} image is done in two passes through the data. During the first pass, a
15
\index{mode} model of the sky background is built, and several global statistics are estimated. During the
16
second pass, the \index{image} image is background-subtracted, filtered and \index{threshold} thresholded ``on-the-fly''.
17 19 gam
Detections are then deblended, pruned (``CLEANed''), photometered, classified and finally written
18
to the output catalogue. The following sections describe each of these
19
operations in more detail.\footnote{In the text, uppercase keywords in typewriter font refer to parameters from the
20 25 gam
\index{configuration file} configuration file or from the \index{parameter file} parameter file}
21 19 gam