From 55f1e8264c5c8671d4affef2132624a8bd735632 Mon Sep 17 00:00:00 2001 From: Emmanuel Bertin Date: Thu, 4 Jan 2018 22:51:59 +0100 Subject: [PATCH] Doc: added missing IMAFLAGS_ISO anchor and parameter list entry. --- doc/src/Flagging.rst | 1 + doc/src/Param.rst | 2 ++ 2 files changed, 3 insertions(+) diff --git a/doc/src/Flagging.rst b/doc/src/Flagging.rst index d9d77b7..abf67d2 100644 --- a/doc/src/Flagging.rst +++ b/doc/src/Flagging.rst @@ -42,6 +42,7 @@ Extraction flags: :param:`FLAGS` 64, "a memory overflow occurred during deblending" 128, "a memory overflow occurred during extraction" +.. _imaflags_iso_def: External flags: :param:`IMAFLAGS_ISO` ------------------------------------- diff --git a/doc/src/Param.rst b/doc/src/Param.rst index 2a2637e..a1ce15c 100644 --- a/doc/src/Param.rst +++ b/doc/src/Param.rst @@ -105,6 +105,8 @@ of their meaning. _`EXT_NUMBER`, ..., FITS extension number _`FLAGS`, ..., :ref:`Source extraction flags ` _`FLAGS_WEIGHT`, ..., :ref:`Weighting flags ` + _`IMAFLAGS_ISO`, ..., :ref:`External flags combined within the isophotal footprint ` + _`NIMAFLAGS_ISO`, ..., :ref:`Number of combined external flags ` _`FLUX_ISO`, count, :ref:`Isophotal flux ` _`FLUXERR_ISO`, count, :ref:`RMS error estimate for the isophotal flux ` _`MAG_ISO`, magnitude, :ref:`Isophotal magnitude ` -- GitLab