FootprintControl¶
- 
class 
lsst.afw.detection.FootprintControl¶ Bases:
pybind11_builtins.pybind11_objectMethods Summary
growCircular(self, arg0)growDown(self, arg0)growIsotropic(self, arg0)growLeft(self, arg0)growRight(self, arg0)growUp(self, arg0)isCircular(self)isDown(self)isIsotropic(self)isLeft(self)isRight(self)isUp(self)Methods Documentation
- 
growCircular(self: lsst.afw.detection.FootprintControl, arg0: bool) → None¶ 
- 
growDown(self: lsst.afw.detection.FootprintControl, arg0: bool) → None¶ 
- 
growIsotropic(self: lsst.afw.detection.FootprintControl, arg0: bool) → None¶ 
- 
growLeft(self: lsst.afw.detection.FootprintControl, arg0: bool) → None¶ 
- 
growRight(self: lsst.afw.detection.FootprintControl, arg0: bool) → None¶ 
- 
growUp(self: lsst.afw.detection.FootprintControl, arg0: bool) → None¶ 
- 
isCircular(self: lsst.afw.detection.FootprintControl) → Tuple[bool, bool]¶ 
- 
isDown(self: lsst.afw.detection.FootprintControl) → Tuple[bool, bool]¶ 
- 
isIsotropic(self: lsst.afw.detection.FootprintControl) → Tuple[bool, bool]¶ 
- 
isLeft(self: lsst.afw.detection.FootprintControl) → Tuple[bool, bool]¶ 
- 
isRight(self: lsst.afw.detection.FootprintControl) → Tuple[bool, bool]¶ 
- 
isUp(self: lsst.afw.detection.FootprintControl) → Tuple[bool, bool]¶ 
-