FootprintSet¶
- class lsst.afw.detection.FootprintSet¶
Bases:
pybind11_object
Methods Summary
getFootprints
(self)getRegion
(self)insertIntoImage
(self)makeHeavy
(*args, **kwargs)Overloaded function.
makeSources
(self, arg0)merge
(self, rhs[, tGrow, rGrow, isotropic])setFootprints
(self, arg0)setMask
(*args, **kwargs)Overloaded function.
setRegion
(self, arg0)swap
(self, arg0)Methods Documentation
- getFootprints(self: lsst.afw.detection.FootprintSet) List[lsst.afw.detection.Footprint] ¶
- getRegion(self: lsst.afw.detection.FootprintSet) lsst.geom.Box2I ¶
- insertIntoImage(self: lsst.afw.detection.FootprintSet) lsst.afw.image._image.ImageL ¶
- makeHeavy(*args, **kwargs)¶
Overloaded function.
makeHeavy(self: lsst.afw.detection.FootprintSet, mimg: lsst.afw.image._maskedImage.MaskedImageI, ctrl: lsst.afw.detection.HeavyFootprintCtrl = None) -> None
makeHeavy(self: lsst.afw.detection.FootprintSet, mimg: lsst.afw.image._maskedImage.MaskedImageF, ctrl: lsst.afw.detection.HeavyFootprintCtrl = None) -> None
makeHeavy(self: lsst.afw.detection.FootprintSet, mimg: lsst.afw.image._maskedImage.MaskedImageD, ctrl: lsst.afw.detection.HeavyFootprintCtrl = None) -> None
makeHeavy(self: lsst.afw.detection.FootprintSet, mimg: lsst.afw.image._maskedImage.MaskedImageU, ctrl: lsst.afw.detection.HeavyFootprintCtrl = None) -> None
makeHeavy(self: lsst.afw.detection.FootprintSet, mimg: lsst.afw.image._maskedImage.MaskedImageI, ctrl: lsst.afw.detection.HeavyFootprintCtrl = None) -> None
makeHeavy(self: lsst.afw.detection.FootprintSet, mimg: lsst.afw.image._maskedImage.MaskedImageF, ctrl: lsst.afw.detection.HeavyFootprintCtrl = None) -> None
makeHeavy(self: lsst.afw.detection.FootprintSet, mimg: lsst.afw.image._maskedImage.MaskedImageD, ctrl: lsst.afw.detection.HeavyFootprintCtrl = None) -> None
makeHeavy(self: lsst.afw.detection.FootprintSet, mimg: lsst.afw.image._maskedImage.MaskedImageU, ctrl: lsst.afw.detection.HeavyFootprintCtrl = None) -> None
makeHeavy(self: lsst.afw.detection.FootprintSet, mimg: lsst.afw.image._maskedImage.MaskedImageI, ctrl: lsst.afw.detection.HeavyFootprintCtrl = None) -> None
makeHeavy(self: lsst.afw.detection.FootprintSet, mimg: lsst.afw.image._maskedImage.MaskedImageF, ctrl: lsst.afw.detection.HeavyFootprintCtrl = None) -> None
makeHeavy(self: lsst.afw.detection.FootprintSet, mimg: lsst.afw.image._maskedImage.MaskedImageD, ctrl: lsst.afw.detection.HeavyFootprintCtrl = None) -> None
makeHeavy(self: lsst.afw.detection.FootprintSet, mimg: lsst.afw.image._maskedImage.MaskedImageU, ctrl: lsst.afw.detection.HeavyFootprintCtrl = None) -> None
makeHeavy(self: lsst.afw.detection.FootprintSet, mimg: lsst.afw.image._maskedImage.MaskedImageI, ctrl: lsst.afw.detection.HeavyFootprintCtrl = None) -> None
makeHeavy(self: lsst.afw.detection.FootprintSet, mimg: lsst.afw.image._maskedImage.MaskedImageF, ctrl: lsst.afw.detection.HeavyFootprintCtrl = None) -> None
makeHeavy(self: lsst.afw.detection.FootprintSet, mimg: lsst.afw.image._maskedImage.MaskedImageD, ctrl: lsst.afw.detection.HeavyFootprintCtrl = None) -> None
makeHeavy(self: lsst.afw.detection.FootprintSet, mimg: lsst.afw.image._maskedImage.MaskedImageU, ctrl: lsst.afw.detection.HeavyFootprintCtrl = None) -> None
- makeSources(self: lsst.afw.detection.FootprintSet, arg0: lsst.afw.table.SourceCatalog) None ¶
- merge(self: lsst.afw.detection.FootprintSet, rhs: lsst.afw.detection.FootprintSet, tGrow: int = 0, rGrow: int = 0, isotropic: bool = True) None ¶
- setFootprints(self: lsst.afw.detection.FootprintSet, arg0: List[lsst.afw.detection.Footprint]) None ¶
- setMask(*args, **kwargs)¶
Overloaded function.
setMask(self: lsst.afw.detection.FootprintSet, mask: lsst.afw.image._image.MaskX, planeName: str) -> None
setMask(self: lsst.afw.detection.FootprintSet, mask: lsst.afw.image._image.MaskX, planeName: str) -> None
setMask(self: lsst.afw.detection.FootprintSet, mask: lsst.afw.image._image.MaskX, planeName: str) -> None
setMask(self: lsst.afw.detection.FootprintSet, mask: lsst.afw.image._image.MaskX, planeName: str) -> None
setMask(self: lsst.afw.detection.FootprintSet, arg0: lsst.afw.image._image.MaskX, arg1: str) -> None
setMask(self: lsst.afw.detection.FootprintSet, arg0: lsst.afw.image._image.MaskX, arg1: str) -> None
- setRegion(self: lsst.afw.detection.FootprintSet, arg0: lsst.geom.Box2I) None ¶
- swap(self: lsst.afw.detection.FootprintSet, arg0: lsst.afw.detection.FootprintSet) None ¶