lsst.ip.isr g5923ed5121+fb9e0e4ff8
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
isr.h File Reference
#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)