LSSTApplications  20.0.0
LSSTDataManagementBasePackage
Namespaces | Typedefs | Functions
Interp.cc File Reference

Interpolate over CCD defects. More...

#include <stdexcept>
#include <algorithm>
#include <cassert>
#include <string>
#include <typeinfo>
#include <limits>
#include "boost/format.hpp"
#include "lsst/geom.h"
#include "lsst/pex/exceptions.h"
#include "lsst/afw/image/MaskedImage.h"
#include "lsst/meas/algorithms/Interp.h"

Go to the source code of this file.

Namespaces

 lsst
 A base class for image defects.
 
 lsst::meas
 
 lsst::meas::algorithms
 Fit spatial kernel using approximate fluxes for candidates, and solving a linear system of equations.
 

Typedefs

typedef std::vector< Defect::Ptr >::const_iterator lsst::meas::algorithms::DefectCIter
 

Functions

template<typename MaskedImageT >
void lsst::meas::algorithms::interpolateOverDefects (MaskedImageT &mimage, afw::detection::Psf const &, std::vector< Defect::Ptr > &_badList, double fallbackValue, bool useFallbackValueAtEdge)
 Process a set of known bad pixels in an image. More...
 

Detailed Description

Interpolate over CCD defects.

Definition in file Interp.cc.