LSSTApplications  20.0.0
LSSTDataManagementBasePackage
Classes | Namespaces | Functions
isr.h File Reference

Implementation of the templated Instrument Signature Removal stage of the nightly LSST Image Processing Pipeline. More...

#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 >
 

Namespaces

 lsst
 A base class for image defects.
 
 lsst::ip
 
 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 , typename FunctionT >
void lsst::ip::isr::fitOverscanImage (std::shared_ptr< lsst::afw::math::Function1< FunctionT > > &overscanFunction, lsst::afw::image::MaskedImage< ImagePixelT > const &overscan, double ssize=1., int sigma=1)
 

Detailed Description

Implementation of the templated Instrument Signature Removal stage of the nightly LSST Image Processing Pipeline.

Definition in file isr.h.