From 926578f5d77710aa091fc273218748f31ae26cf8 Mon Sep 17 00:00:00 2001 From: Emmanuel Bertin Date: Thu, 4 Jan 2018 22:30:58 +0100 Subject: [PATCH] Doc: Added FLAGS, FLAGS_WEIGHT and FLAGS_WIN in catalog parameter list. --- doc/src/Param.rst | 6 ++++-- doc/src/Position.rst | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/src/Param.rst b/doc/src/Param.rst index 1f8a9e8..2a2637e 100644 --- a/doc/src/Param.rst +++ b/doc/src/Param.rst @@ -103,7 +103,8 @@ of their meaning. _`NUMBER`, ..., Running object number _`ID_PARENT`, ..., Parent ID (before deblending) _`EXT_NUMBER`, ..., FITS extension number - _`FLAGS`, ..., Extraction flags + _`FLAGS`, ..., :ref:`Source extraction flags ` + _`FLAGS_WEIGHT`, ..., :ref:`Weighting flags ` _`FLUX_ISO`, count, :ref:`Isophotal flux ` _`FLUXERR_ISO`, count, :ref:`RMS error estimate for the isophotal flux ` _`MAG_ISO`, magnitude, :ref:`Isophotal magnitude ` @@ -169,6 +170,7 @@ of their meaning. _`ERRCXXWIN_IMAGE`, pixel\ :sup:`-2`, :ref:`Windowed image centroid Cxx error ellipse parameter ` _`ERRCYYWIN_IMAGE`, pixel\ :sup:`-2`, :ref:`Windowed image centroid Cyy error ellipse parameter ` _`ERRCXYWIN_IMAGE`, pixel\ :sup:`-2`, :ref:`Windowed image centroid Cxy error ellipse parameter ` + _`FLAGS_WIN`, ..., :ref:`Windowed measurement flags ` _`X2_IMAGE`, pixel\ :sup:`2`, :ref:`Isophotal image 2nd order central moment in x ` _`Y2_IMAGE`, pixel\ :sup:`2`, :ref:`Isophotal image 2nd order central moment in y ` _`XY_IMAGE`, pixel\ :sup:`2`, :ref:`Isophotal image 2nd order central cross-moment in xy ` @@ -202,7 +204,7 @@ of their meaning. _`MAGERR_MODEL`, count, :ref:`RMS error estimate for the model-fitting magnitude ` _`FLUX_MAX_MODEL`, count, :ref:`Peak model flux above the background ` _`FLUX_EFF_MODEL`, count, :ref:`Effective model flux above the background ` - _`FLUX_EFF_MODEL`, count, :ref:`Mean effective model flux above the background ` + _`FLUX_MEAN_MODEL`, count, :ref:`Mean effective model flux above the background ` _`MU_MAX_MODEL`, mag.arcsec\ :sup:`-2`, :ref:`Peak model surface brightness above the background ` _`MU_EFF_MODEL`, mag.arcsec\ :sup:`-2`, :ref:`Effective model surface brightness above the background ` _`MU_MEAN_MODEL`, mag.arcsec\ :sup:`-2`, :ref:`Mean effective model surface brightness above the background ` diff --git a/doc/src/Position.rst b/doc/src/Position.rst index 8afb5a5..fc401a7 100644 --- a/doc/src/Position.rst +++ b/doc/src/Position.rst @@ -66,7 +66,7 @@ It is sometimes useful to have the position :param:`XPEAK`, :param:`YPEAK` of th .. _moments_iso_def: Second-order moments: :param:`X2`, :param:`Y2`, :param:`XY` --------------------------------------------------------- +----------------------------------------------------------- (Centered) second-order moments are convenient for measuring the spatial spread of a source profile. In |SExtractor| they are computed with: -- GitLab