|
lsst.ip.isr gd2a69bfd97+c32f4afa6f
|
#include <memory>#include <string>#include <vector>#include <cmath>#include "lsst/afw/math.h"#include "lsst/afw/math/Statistics.h"#include "lsst/afw/image.h"#include "lsst/pex/exceptions/Exception.h"Go to the source code of this file.
Classes | |
| class | lsst::ip::isr::CountMaskedPixels< ImageT, MaskT > |
| Remove all non-astronomical counts from the Chunk Exposure's pixels. More... | |
Namespaces | |
| namespace | lsst |
| namespace | lsst::ip |
| namespace | lsst::ip::isr |
Functions | |
| template<typename PixelT> | |
| size_t | lsst::ip::isr::maskNans (afw::image::MaskedImage< PixelT > const &mi, afw::image::MaskPixel maskVal, afw::image::MaskPixel allow=0) |
| Mask NANs in an image. | |
| template<typename ImagePixelT> | |
| std::vector< double > | lsst::ip::isr::fitOverscanImage (lsst::afw::image::MaskedImage< ImagePixelT > const &overscan, std::vector< std::string > badPixelMask, bool isTransposed) |
| template<typename ImagePixelT> | |
| std::vector< double > | lsst::ip::isr::fitOverscanImageMean (lsst::afw::image::MaskedImage< ImagePixelT > const &overscan, std::vector< std::string > badPixelMask, bool isTransposed) |