public documents.sextractor_doc

[/] [whatis.tex] - Blame information for rev 19

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 19 gam
\chapter{What is {\sc SExtractor}?}
2
{\sc SExtractor} ({\em Source-Extractor}) is a program that builds a catalogue of objects from an
3
astronomical image. It is particularly oriented towards the reduction of large scale galaxy-survey
4
data, but it also performs well on moderately crowded star fields.
5
Its main features are:
6
\begin{itemize}
7
\item Support for multi-extension FITS.
8
\item Speed: typically 1--10 Mpixel/s or 10--1000 sources/s with a 2 GHz processor.
9
\item Ability to work with very large images (up to $65{\rm k}\times65{\rm k}$
10
pixels on 32 bit machines, or $2{\rm G}\times2{\rm G}$ pixels on 64 bit machines),
11
thanks to buffered image access.
12
\item Real-time match-filtering of images to improve detectability. \gam{This
13
    jargon might not be understood until reading the entire documentation.}
14
\item Robust deblending of overlapping extended objects.
15
\item Flexible catalogue output of desired parameters only.
16
\item Pixel-to-pixel photometry in dual-image mode.
17
\item Fast Point-Spread-Function and galaxy model fitting.
18
\item Handling of weight maps and flag maps.
19
\item Optimum handling of images with variable S/N.
20
\item Built-in catalogue cross-identification.
21
\item Special mode for photographic scans.
22
\item XML VOTable-compliant catalogue output.
23
\end{itemize}
24
 
25
Back in the early nineties, the purpose of {\sc SExtractor} was to find a compromise
26
between refinement in both detection and measurements, and computational speed. By today's
27
standards, {\sc SExtractor} would be more accurately described as a ``quick-and-dirty'' tool.