LSSTApplications  10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
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/afw/geom.h"
#include "lsst/pex/logging/Trace.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
 < multiple inclusion guard macro
 
 lsst::meas
 
 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,lsst::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.