Measurements.rst 1.59 KB
Newer Older
1
2
3
Measurements
============

4
5
Once sources have been detected and deblended, they enter the measurement phase. |SExtractor| performs three categories of measurements: isophotal, full, and model-fitting.

6
7
.. _isophotal_measurements:

8
Isophotal
9
  Measurements are made on the isophotal object footprints, which are defined on the filtered detection image. Only pixels with values above the threshold set with ``ANALYSIS_THRESH`` are considered [#thresh]_, which makes the analysis extremely fast, but obviously strongly dependent on the threshold itself. This is an issue particularly when the amplitude of the bakground noise varies over the image. Many of the isophotal measurements (e.g., ``X_IMAGE``, ``Y_IMAGE``, ``FLUX_ISO``) are necessary for the internal operations of |SExtractor| and are therefore executed even if they are not requested.
10
11

Full
12
  Measurements have access to all pixels of the image. These measurements are generally more sophisticated, less affected by variable biases induced by the detection threshold, and still reasonably fast. They are done at a later stage of the processing, after CLEANing and MASKing.
13
14
15

Model-fitting
  Measurements require PSF models [#psf_models]_. They are often the most accurate and can recover the flux of saturated objects. They are also much slower, allowing typically only a few tens of objects to be processed every second.
16
17
18
19
20

.. toctree::

  Position
  PositionWin
21
  Photom
22

23
.. [#thresh] Pixel values also have to exceed the local detection threshold set with ``DETECT_THRESH``.
24
25
.. [#psf_models] PSF models be computed using the |PSFEx|_ package.

26
27
.. include:: keys.rst