Namespace lsst::ip::diffim::detail¶
-
namespace
detail Functions
-
template<typename
PixelT>
std::shared_ptr<AssessSpatialKernelVisitor<PixelT>>makeAssessSpatialKernelVisitor(std::shared_ptr<lsst::afw::math::LinearCombinationKernel> spatialKernel, lsst::afw::math::Kernel::SpatialFunctionPtr spatialBackground, lsst::daf::base::PropertySet const &ps)
-
template<typename
PixelT>
std::shared_ptr<BuildSingleKernelVisitor<PixelT>>makeBuildSingleKernelVisitor(lsst::afw::math::KernelList const &basisList, lsst::daf::base::PropertySet const &ps)
-
template<typename
PixelT>
std::shared_ptr<BuildSingleKernelVisitor<PixelT>>makeBuildSingleKernelVisitor(lsst::afw::math::KernelList const &basisList, lsst::daf::base::PropertySet const &ps, Eigen::MatrixXd const &hMat)
-
template<typename
PixelT>
std::shared_ptr<BuildSpatialKernelVisitor<PixelT>>makeBuildSpatialKernelVisitor(lsst::afw::math::KernelList const &basisList, lsst::geom::Box2I const ®ionBBox, lsst::daf::base::PropertySet const &ps)
-
template<typename
PixelT>
std::shared_ptr<KernelPcaVisitor<PixelT>>makeKernelPcaVisitor(std::shared_ptr<KernelPca<typename KernelPcaVisitor<PixelT>::ImageT>> imagePca)
-
template<typename