lsst.meas.algorithms g6f40f426a6+b01f34f958
Loading...
Searching...
No Matches
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

namespace  lsst
 
namespace  lsst::meas
 
namespace  lsst::meas::algorithms
 

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.
 

Detailed Description

Interpolate over CCD defects.

Definition in file Interp.cc.