LSST Applications g0fba68d861+179b51e827,g1ec0fe41b4+f536777771,g1fd858c14a+958e7c0317,g216c3ac8a7+b9c470ee50,g30d60c3aa8+0fb04ed403,g35bb328faa+fcb1d3bbc8,g4d2262a081+8fbe88b5f1,g53246c7159+fcb1d3bbc8,g56a49b3a55+a44ca4bdea,g5a012ec0e7+3632fc3ff3,g5b833f1e9f+693b976368,g60b5630c4e+693b976368,g67b6fd64d1+ed4b5058f4,g78460c75b0+2f9a1b4bcd,g786e29fd12+cf7ec2a62a,g8180f54f50+5e086a68f8,g8352419a5c+fcb1d3bbc8,g8852436030+bef424d5ca,g89139ef638+ed4b5058f4,g9125e01d80+fcb1d3bbc8,g94187f82dc+693b976368,g989de1cb63+ed4b5058f4,g9ccd5d7f00+b7cae620c0,g9d31334357+693b976368,g9f33ca652e+f3b9f38d88,gabe3b4be73+1e0a283bba,gabf8522325+fa80ff7197,gb1101e3267+bcd5b2011a,gb58c049af0+f03b321e39,gb89ab40317+ed4b5058f4,gc0af124501+57663cf5fa,gcf25f946ba+bef424d5ca,gd6cbbdb0b4+bb83cc51f8,gde0f65d7ad+f646b4d64f,ge278dab8ac+d65b3c2b70,ge410e46f29+ed4b5058f4,gf5e32f922b+fcb1d3bbc8,gf67bdafdda+ed4b5058f4,w.2025.16
LSST Data Management Base Package
|
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::daf::base::PropertySet const &ps) | |
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::daf::base::PropertySet const &ps) |
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.