lsst.ip.isr g1885775544+4e9e0f0784
Loading...
Searching...
No Matches
Namespaces | Functions
Isr.cc File Reference
#include <cmath>
#include "lsst/geom.h"
#include "lsst/afw/math.h"
#include "lsst/afw/math/Statistics.h"
#include "lsst/ip/isr/isr.h"

Go to the source code of this file.

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. More...
 
template<typename ImagePixelT >
std::vector< double > lsst::ip::isr::fitOverscanImage (lsst::afw::image::MaskedImage< ImagePixelT > const &overscan, std::vector< std::string > badPixelMask, bool isTransposed)
 
std::string lsst::ip::isr::between (std::string &s, char ldelim, char rdelim)
 
template std::vector< double > lsst::ip::isr::fitOverscanImage< int > (afw::image::MaskedImage< int > const &, std::vector< std::string > badPixelMask, bool isTransposed)
 
template std::vector< double > lsst::ip::isr::fitOverscanImage< float > (afw::image::MaskedImage< float > const &, std::vector< std::string > badPixelMask, bool isTransposed)
 
template std::vector< double > lsst::ip::isr::fitOverscanImage< double > (afw::image::MaskedImage< double > const &, std::vector< std::string > badPixelMask, bool isTransposed)
 
template size_t lsst::ip::isr::maskNans< float > (afw::image::MaskedImage< float > const &, afw::image::MaskPixel, afw::image::MaskPixel)
 
template size_t lsst::ip::isr::maskNans< double > (afw::image::MaskedImage< double > const &, afw::image::MaskPixel, afw::image::MaskPixel)
 
template size_t lsst::ip::isr::maskNans< int > (afw::image::MaskedImage< int > const &, afw::image::MaskPixel, afw::image::MaskPixel)