LSSTApplications
20.0.0
LSSTDataManagementBasePackage
|
#include <cassert>
#include <cmath>
#include <cstdint>
#include <iostream>
#include <limits>
#include <memory>
#include <tuple>
#include <type_traits>
#include "lsst/pex/exceptions.h"
#include "lsst/afw/image/Image.h"
#include "lsst/afw/math/Statistics.h"
#include "lsst/geom/Angle.h"
Go to the source code of this file.
Namespaces | |
lsst | |
A base class for image defects. | |
lsst::afw | |
lsst::afw::math | |
Functions | |
Property | lsst::afw::math::stringToStatisticsProperty (std::string const property) |
Conversion function to switch a string to a Property (see Statistics.h) More... | |
Statistics | lsst::afw::math::makeStatistics (lsst::afw::image::Mask< lsst::afw::image::MaskPixel > const &msk, int const flags, StatisticsControl const &sctrl=StatisticsControl()) |
Specialization to handle Masks. More... | |