diff --git a/doc/src/Param.rst b/doc/src/Param.rst index 75c5a0dfaadc1a3bae757fe4ff256a2248827559..6976704e074a1f118bc8dac4088d068f701167a4 100644 --- a/doc/src/Param.rst +++ b/doc/src/Param.rst @@ -1,13 +1,9 @@ .. File Param.rst -The catalog parameter file -============================ - -In addition to the configuration file detailed above, |SExtractor| requires a -file containing the list of parameters that will be listed in the output -catalog for every detection. This allows the software to compute only -catalog parameters that are needed. The name of this -catalog-parameter file is traditionally suffixed with ``.param``, and must +The measurement (or catalog) parameter file +=========================================== + +In addition to the configuration file detailed above, |SExtractor| requires a file containing the list of measurements ("catalog parameters") that will be listed in the output catalog for every detection. This allows the software to compute only the measurements that are needed. The name of this catalog parameter file is traditionally suffixed with ``.param``, and must be specified using the ``PARAMETERS_NAME`` config parameter. The full set of parameters can be queried with the command @@ -85,5 +81,22 @@ _WORLD _SKY, _J2000, _B1950 Measurements are given in celestial (equatorial) coordinates, converted from pixel coordinates using the local Jacobian of the transformation between both systems. Positions and distances are in units of degrees. This requires celestial |WCS| metadata :cite:`2002AA_395_1077C` to be present in the FITS image header(s). _SKY measurements are given in the native world coordinate system. _J2000 and _B1950 measurements are automatically converted from the native |WCS|, taking into account the change of reference frame. In all cases, positions angles are counted East-of-North. +Measurement parameter list +-------------------------- + +Below is an exhaustive list of all the measurement parameters known to +|SExtractor|. Please refer to the next sections for a detailed description +of their meaning. + +.. csv-table:: |SExtractor| measurement parameters + :header: "Name", "Unit", "Description" + :widths: 15 10 30 + + NUMBER,, Running object number + ID_PARENT,..., Parent ID (before deblending) + EXT_NUMBER,..., FITS extension number + :ref:`FLUX_ISO`, count, Isophotal flux + :ref:`FLUXERR_ISO`, count, RMS error estimate for isophotal flux + .. include:: keys.rst diff --git a/doc/src/Photom.rst b/doc/src/Photom.rst index 15e40f629f986840d87603c161f710ce5c61fdc2..95b865e262c98f78502ff18b526225d3c64d7ac1 100644 --- a/doc/src/Photom.rst +++ b/doc/src/Photom.rst @@ -23,6 +23,8 @@ Magnitude uncertainties (error estimates) are computed using {\tt MAGERR} = \frac{2.5}{\ln 10}\frac{\tt FLUXERR}{\tt FLUX} +.. _FLUX_ISO: + Isophotal flux -------------- @@ -121,13 +123,10 @@ smallest accessible aperture to :math:`R_{\rm min}` (typically PHOT\_AUTOPARAMS; by default, PHOT\_AUTOPARAMS is set to 2.5,3.5. .. figure:: ps/simlostflux.ps - :alt: Flux lost (expressed as a mean magnitude difference) with - different faint-object photometry techniques as a function of total - magnitude (see text). Only isolated galaxies (no blends) of the - simulations have been considered. + :alt: Flux lost (expressed as a mean magnitude difference) with different faint-object photometry techniques as a function of total magnitude (see text). Only isolated galaxies (no blends) of the simulations have been considered. :width: 15.00000cm - Flux lost (expressed as a mean magnitude difference) with different + Flux lost (expressed as a mean magnitude difference) with different faint-object photometry techniques as a function of total magnitude (see text). Only isolated galaxies (no blends) of the simulations have been considered. diff --git a/doc/src/Position.rst b/doc/src/Position.rst index e78c1b2381c510c434cf546e4bc3954a21618171..df5655034e485a81c1f0b1740bafe32cc8068080 100644 --- a/doc/src/Position.rst +++ b/doc/src/Position.rst @@ -6,8 +6,10 @@ Position and shape parameters derived from the isophotal profile ================================================================ The following parameters are derived from the spatial distribution -:math:`\cal S` of pixels detected above the analysis threshold (see :ref:`description`). *Unless otherwise noted, -pixel values* :math:`I_i` *are taken from the (filtered) detection image*. +:math:`\cal S` of pixels detected above the analysis threshold (see :ref:`description`). + +.. important:: + Unless otherwise noted, pixel values :math:`I_i` are taken from the (filtered) detection image. .. note:: Unless otherwise noted, all parameter names given below are only prefixes. They must be followed by _IMAGE if the results shall be expressed in pixel coordinates or _WORLD, _SKY, _J2000 or _B1950 for |WCS|_ coordinates (see :ref:`coord_suffix`).