|
lsst.ip.diffim
17.0.1-12-g112a4bc+6
|
Class to calculate difference image statistics. More...
#include <ImageStatistics.h>
Public Types | |
| typedef std::shared_ptr< ImageStatistics > | Ptr |
| typedef lsst::afw::image::MaskedImage< PixelT >::x_iterator | x_iterator |
Public Member Functions | |
| ImageStatistics (lsst::pex::policy::Policy const &policy) | |
| virtual | ~ImageStatistics () |
| void | reset () |
| void | apply (lsst::afw::image::MaskedImage< PixelT > const &image) |
| void | apply (lsst::afw::image::MaskedImage< PixelT > const &image, int core) |
| void | setBpMask (lsst::afw::image::MaskPixel bpMask) |
| lsst::afw::image::MaskPixel | getBpMask () |
| double | getMean () const |
| double | getVariance () const |
| double | getRms () const |
| int | getNpix () const |
| bool | evaluateQuality (lsst::pex::policy::Policy const &policy) |
Class to calculate difference image statistics.
Definition at line 59 of file ImageStatistics.h.
| typedef std::shared_ptr<ImageStatistics> lsst::ip::diffim::ImageStatistics< PixelT >::Ptr |
Definition at line 61 of file ImageStatistics.h.
| typedef lsst::afw::image::MaskedImage<PixelT>::x_iterator lsst::ip::diffim::ImageStatistics< PixelT >::x_iterator |
Definition at line 62 of file ImageStatistics.h.
|
inline |
Definition at line 64 of file ImageStatistics.h.
|
inlinevirtual |
Definition at line 81 of file ImageStatistics.h.
|
inline |
Definition at line 87 of file ImageStatistics.h.
|
inline |
Definition at line 91 of file ImageStatistics.h.
|
inline |
Definition at line 146 of file ImageStatistics.h.
|
inline |
Definition at line 127 of file ImageStatistics.h.
|
inline |
Definition at line 130 of file ImageStatistics.h.
|
inline |
Definition at line 143 of file ImageStatistics.h.
|
inline |
Definition at line 139 of file ImageStatistics.h.
|
inline |
Definition at line 134 of file ImageStatistics.h.
|
inline |
Definition at line 84 of file ImageStatistics.h.
|
inline |
Definition at line 126 of file ImageStatistics.h.
1.8.13