Template Class MaskedKernelSolution¶
Defined in File KernelSolution.h
Inheritance Relationships¶
Base Type¶
public lsst::ip::diffim::StaticKernelSolution< InputT >
(Template Class StaticKernelSolution)
Class Documentation¶
-
template<typename
InputT
>
classMaskedKernelSolution
: public lsst::ip::diffim::StaticKernelSolution<InputT>¶ Public Types
-
typedef std::shared_ptr<MaskedKernelSolution<InputT>>
Ptr
¶
Public Functions
-
MaskedKernelSolution
(lsst::afw::math::KernelList const &basisList, bool fitForBackground)¶
-
virtual
~MaskedKernelSolution
()¶
-
virtual void
buildOrig
(lsst::afw::image::Image<InputT> const &templateImage, lsst::afw::image::Image<InputT> const &scienceImage, lsst::afw::image::Image<lsst::afw::image::VariancePixel> const &varianceEstimate, lsst::afw::image::Mask<lsst::afw::image::MaskPixel> pixelMask)¶
-
typedef std::shared_ptr<MaskedKernelSolution<InputT>>