KernelCandidateDetectionF¶
-
class
lsst.ip.diffim.
KernelCandidateDetectionF
¶ Bases:
pybind11_builtins.pybind11_object
Methods Summary
apply
(self, templateMaskedImage, …)getFootprints
(self)growCandidate
(self, footprint, fpGrowPix, …)Methods Documentation
-
apply
(self:lsst.ip.diffim.KernelCandidateDetectionF
, templateMaskedImage: lsst.afw.image.maskedImage.MaskedImageF, scienceMaskedImage: lsst.afw.image.maskedImage.MaskedImageF) → None¶
-
getFootprints
(self:lsst.ip.diffim.KernelCandidateDetectionF
) → List[lsst.afw.detection.Footprint]¶
-
growCandidate
(self:lsst.ip.diffim.KernelCandidateDetectionF
, footprint: lsst.afw.detection.Footprint, fpGrowPix: int, templateMaskedImage: lsst.afw.image.maskedImage.MaskedImageF, scienceMaskedImage: lsst.afw.image.maskedImage.MaskedImageF) → bool¶
-