@@ -275,11 +276,13 @@ The :param:`SPREAD_MODEL` estimator has been developed as a star/galaxy classifi
where :math:`\boldsymbol{p}` is the image vector centered on the source.
:math:`{\bf W}` is a weight matrix constant along the diagonal except for bad pixels where the weight is 0.
By construction, :param:`SPREAD_MODEL` is close to zero for point sources, positive for extended sources (galaxies), and negative for detections smaller than the PSF, such as cosmic ray hits.
.. note::
.. warning::
The definition of :param:`SPREAD_MODEL` above differs from the one given in previous papers, which was incorrect, although in practice both estimators give very similar results.
By construction, :param:`SPREAD_MODEL` is close to zero for point sources, positive for extended sources (galaxies), and negative for detections smaller than the |PSF|, such as cosmic ray hits.
On images taken with linear detectors, :param:`SPREAD_MODEL` should not depend on the source flux or |SNR|. This property may be used to identify bad exposures or |PSF| modeling issues (:numref:`fig_spread`).
The |RMS| error on :param:`SPREAD_MODEL` is estimated by propagating the uncertainties on individual pixel values:
.. math::
...
...
@@ -293,6 +296,14 @@ The |RMS| error on :param:`SPREAD_MODEL` is estimated by propagating the uncerta
where :math:`{\bf V}` is the noise covariance matrix, which we assume to be diagonal.
.. _fig_spread:
.. figure:: figures/spread.png
:figwidth: 100%
:align: center
:param:`SPREAD_MODEL`.
..
Models are measured according to the following table.