FootprintSet¶
-
class
lsst.afw.detection.FootprintSet¶ Bases:
pybind11_builtins.pybind11_objectMethods 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<unsigned long>¶
-
makeHeavy(*args, **kwargs)¶ Overloaded function.
- makeHeavy(self: lsst.afw.detection.FootprintSet, mimg: lsst::afw::image::MaskedImage<int, int, float>, ctrl: lsst.afw.detection.HeavyFootprintCtrl = None) -> None
- makeHeavy(self: lsst.afw.detection.FootprintSet, mimg: lsst::afw::image::MaskedImage<float, int, float>, ctrl: lsst.afw.detection.HeavyFootprintCtrl = None) -> None
- makeHeavy(self: lsst.afw.detection.FootprintSet, mimg: lsst::afw::image::MaskedImage<double, int, float>, ctrl: lsst.afw.detection.HeavyFootprintCtrl = None) -> None
- makeHeavy(self: lsst.afw.detection.FootprintSet, mimg: lsst::afw::image::MaskedImage<unsigned short, int, float>, ctrl: lsst.afw.detection.HeavyFootprintCtrl = None) -> None
- makeHeavy(self: lsst.afw.detection.FootprintSet, mimg: lsst::afw::image::MaskedImage<int, int, float>, ctrl: lsst.afw.detection.HeavyFootprintCtrl = None) -> None
- makeHeavy(self: lsst.afw.detection.FootprintSet, mimg: lsst::afw::image::MaskedImage<float, int, float>, ctrl: lsst.afw.detection.HeavyFootprintCtrl = None) -> None
- makeHeavy(self: lsst.afw.detection.FootprintSet, mimg: lsst::afw::image::MaskedImage<double, int, float>, ctrl: lsst.afw.detection.HeavyFootprintCtrl = None) -> None
- makeHeavy(self: lsst.afw.detection.FootprintSet, mimg: lsst::afw::image::MaskedImage<unsigned short, int, float>, ctrl: lsst.afw.detection.HeavyFootprintCtrl = None) -> None
- makeHeavy(self: lsst.afw.detection.FootprintSet, mimg: lsst::afw::image::MaskedImage<int, int, float>, ctrl: lsst.afw.detection.HeavyFootprintCtrl = None) -> None
- makeHeavy(self: lsst.afw.detection.FootprintSet, mimg: lsst::afw::image::MaskedImage<float, int, float>, ctrl: lsst.afw.detection.HeavyFootprintCtrl = None) -> None
- makeHeavy(self: lsst.afw.detection.FootprintSet, mimg: lsst::afw::image::MaskedImage<double, int, float>, ctrl: lsst.afw.detection.HeavyFootprintCtrl = None) -> None
- makeHeavy(self: lsst.afw.detection.FootprintSet, mimg: lsst::afw::image::MaskedImage<unsigned short, int, float>, ctrl: lsst.afw.detection.HeavyFootprintCtrl = None) -> None
- makeHeavy(self: lsst.afw.detection.FootprintSet, mimg: lsst::afw::image::MaskedImage<int, int, float>, ctrl: lsst.afw.detection.HeavyFootprintCtrl = None) -> None
- makeHeavy(self: lsst.afw.detection.FootprintSet, mimg: lsst::afw::image::MaskedImage<float, int, float>, ctrl: lsst.afw.detection.HeavyFootprintCtrl = None) -> None
- makeHeavy(self: lsst.afw.detection.FootprintSet, mimg: lsst::afw::image::MaskedImage<double, int, float>, ctrl: lsst.afw.detection.HeavyFootprintCtrl = None) -> None
- makeHeavy(self: lsst.afw.detection.FootprintSet, mimg: lsst::afw::image::MaskedImage<unsigned short, int, float>, 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::Mask<int>, planeName: str) -> None
- setMask(self: lsst.afw.detection.FootprintSet, mask: lsst::afw::image::Mask<int>, planeName: str) -> None
- setMask(self: lsst.afw.detection.FootprintSet, mask: lsst::afw::image::Mask<int>, planeName: str) -> None
- setMask(self: lsst.afw.detection.FootprintSet, mask: lsst::afw::image::Mask<int>, planeName: str) -> None
- setMask(self: lsst.afw.detection.FootprintSet, arg0: lsst::afw::image::Mask<int>, arg1: str) -> None
- setMask(self: lsst.afw.detection.FootprintSet, arg0: lsst::afw::image::Mask<int>, 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¶
-