|
lsst.meas.algorithms g1581cd22ba+5952b5fc83
|
Implementation of code to determine spatial model of PSF. More...
#include "lsst/afw/detection/Footprint.h"#include "lsst/geom.h"#include "lsst/afw/image/ImageAlgorithm.h"#include "lsst/afw/image/Image.h"#include "lsst/afw/math/offsetImage.h"#include "lsst/meas/algorithms/PsfCandidate.h"Go to the source code of this file.
Namespaces | |
| namespace | lsst |
| namespace | lsst::meas |
| namespace | lsst::meas::algorithms |
Variables | |
| template<typename PixelT> | |
| int | lsst::meas::algorithms::PsfCandidate< PixelT >::_border = 0 |
| template<typename PixelT> | |
| int | lsst::meas::algorithms::PsfCandidate< PixelT >::_defaultWidth = 21 |
| template<typename PixelT> | |
| float | lsst::meas::algorithms::PsfCandidate< PixelT >::_pixelThreshold = 0.0 |
| template<typename PixelT> | |
| bool | lsst::meas::algorithms::PsfCandidate< PixelT >::_doMaskBlends = true |
Implementation of code to determine spatial model of PSF.
Definition in file PsfCandidate.cc.