|
lsst.afw g712618294e+4813a5392e
|
#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 |
| 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... | |