diff --git a/doc/src/Processing.rst b/doc/src/Processing.rst new file mode 100644 index 0000000000000000000000000000000000000000..6460619f60b2d0dd5889e30cdcc46f2a799a48d0 --- /dev/null +++ b/doc/src/Processing.rst @@ -0,0 +1,31 @@ +.. File Processing.rst + +.. include:: global.rst + +.. _processing: + +Processing +========== + +The complete analysis of an image is fully automated (:numref:`fig_sexlayout`). Two passes are made through the data. +During the first pass, a `model of the sky background `_ is built, and several global statistics are computed. +During the second pass, image pixels are background-subtracted, filtered and segmented on-the-fly. +Detections are then deblended, pruned (“CLEANed”), and enter the measurement phase. +Finally, the measured quantities are written to the output catalog, after cross-matching with an optional input list. + +.. _fig_sexlayout: + +.. figure:: figures/sexlayout.* + :align: center + + Layout of the main |SExtractor| procedures. *Dashed arrows* represent + optional inputs. + +The following sections describe each of these operations in more detail. + +.. toctree:: + + Background + Weighting + Flagging + diff --git a/doc/src/figures/sexlayout.pdf b/doc/src/figures/sexlayout.pdf new file mode 100644 index 0000000000000000000000000000000000000000..a132602d624b8b53cbf1f7b17a99b7fa9542c676 Binary files /dev/null and b/doc/src/figures/sexlayout.pdf differ diff --git a/doc/src/figures/sexlayout.svg b/doc/src/figures/sexlayout.svg new file mode 100644 index 0000000000000000000000000000000000000000..724b32c495ec7486ed84be97085f91e1cde0e005 --- /dev/null +++ b/doc/src/figures/sexlayout.svg @@ -0,0 +1,31 @@ + +Flag map +Frame buffer +MeasurementWeight map +Frame buffer +Differentialgeometry map +Frame buffer +Measurementimage +Frame buffer +(Detection)Image +Frame buffer +(Detection)Weight map +Frame buffer + +Backgroundsubtraction +Backgroundsubtraction +Filter +Imagesegmentation + +Measurements +PSF model +Imagefiltering +Pixelstack +De-blending +"Cleaning" ofdetections +Isophotalanalysis +Cross-matching +Input catalog +Output catalog +Objectstack + diff --git a/doc/src/index.rst b/doc/src/index.rst index 9eea3ba647727b67f96f6c34902d03c2f7663ca5..3f13d5addbeca1c186515637a3ea821b0050fc2f 100644 --- a/doc/src/index.rst +++ b/doc/src/index.rst @@ -17,9 +17,7 @@ Contents License Installing Using - Background - Weighting - Flagging + Processing Measurements references