lsst.afw g648ecf20d8+257701f1ee
|
#include <cassert>
#include <cmath>
#include <tuple>
#include <type_traits>
#include <string>
#include <vector>
#include <utility>
#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 | |
namespace | lsst |
A base class for image defects. | |
namespace | lsst::afw |
namespace | 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... | |