Footprint¶
-
class
lsst.afw.detection.
Footprint
¶ Bases:
pybind11_builtins.pybind11_object
Attributes Summary
peaks
spans
Methods Summary
addPeak
(self, arg0, arg1, arg2)assign
(self, arg0)clipTo
(self, arg0)contains
(self, arg0)dilate
(*args, **kwargs)Overloaded function. erode
(*args, **kwargs)Overloaded function. getArea
(self)getBBox
(self)getCentroid
(self)getPeaks
(self)getRegion
(self)getShape
(self)getSpans
(self)isContiguous
(self)isHeavy
(self)isPersistable
(self)readFits
(*args, **kwargs)Overloaded function. removeOrphanPeaks
(self)setPeakCatalog
(self, otherPeaks)setPeakSchema
(self, arg0)setRegion
(self, arg0)setSpans
(self, arg0)shift
(*args, **kwargs)Overloaded function. sortPeaks
(self, key[, nElements])split
(self)transform
(*args, **kwargs)Overloaded function. writeFits
(*args, **kwargs)Overloaded function. Attributes Documentation
-
peaks
¶
-
spans
¶
Methods Documentation
-
addPeak
(self: lsst.afw.detection.Footprint, arg0: float, arg1: float, arg2: float) → lsst.afw.detection.PeakRecord¶
-
assign
(self: lsst.afw.detection.Footprint, arg0: lsst.afw.detection.Footprint) → lsst.afw.detection.Footprint¶
-
clipTo
(self: lsst.afw.detection.Footprint, arg0: lsst.geom.Box2I) → None¶
-
contains
(self: lsst.afw.detection.Footprint, arg0: lsst.geom.Point2I) → bool¶
-
dilate
(*args, **kwargs)¶ Overloaded function.
- dilate(self: lsst.afw.detection.Footprint, r: int, stencil: lsst.afw.geom.spanSet.Stencil = Stencil.CIRCLE) -> None
- dilate(self: lsst.afw.detection.Footprint, arg0: lsst.afw.geom.spanSet.SpanSet) -> None
-
erode
(*args, **kwargs)¶ Overloaded function.
- erode(self: lsst.afw.detection.Footprint, r: int, stencil: lsst.afw.geom.spanSet.Stencil = Stencil.CIRCLE) -> None
- erode(self: lsst.afw.detection.Footprint, arg0: lsst.afw.geom.spanSet.SpanSet) -> None
-
getArea
(self: lsst.afw.detection.Footprint) → int¶
-
getBBox
(self: lsst.afw.detection.Footprint) → lsst.geom.Box2I¶
-
getCentroid
(self: lsst.afw.detection.Footprint) → lsst.geom.Point2D¶
-
getPeaks
(self: lsst.afw.detection.Footprint) → lsst.afw.detection.PeakCatalog¶
-
getRegion
(self: lsst.afw.detection.Footprint) → lsst.geom.Box2I¶
-
getShape
(self: lsst.afw.detection.Footprint) → lsst.afw.geom.ellipses.quadrupole.quadrupole.Quadrupole¶
-
getSpans
(self: lsst.afw.detection.Footprint) → lsst.afw.geom.spanSet.SpanSet¶
-
isContiguous
(self: lsst.afw.detection.Footprint) → bool¶
-
isHeavy
(self: lsst.afw.detection.Footprint) → bool¶
-
isPersistable
(self: lsst.afw.detection.Footprint) → bool¶
-
static
readFits
(*args, **kwargs)¶ Overloaded function.
- readFits(fileName: str, hdu: int = -2147483648) -> lsst.afw.detection.Footprint
- readFits(manager: lsst.afw.fits.fits.MemFileManager, hdu: int = -2147483648) -> lsst.afw.detection.Footprint
-
removeOrphanPeaks
(self: lsst.afw.detection.Footprint) → None¶
-
setPeakCatalog
(self: lsst.afw.detection.Footprint, otherPeaks: lsst.afw.detection.PeakCatalog) → None¶
-
setPeakSchema
(self: lsst.afw.detection.Footprint, arg0: lsst.afw.table.Schema) → None¶
-
setRegion
(self: lsst.afw.detection.Footprint, arg0: lsst.geom.Box2I) → None¶
-
setSpans
(self: lsst.afw.detection.Footprint, arg0: lsst.afw.geom.spanSet.SpanSet) → None¶
-
shift
(*args, **kwargs)¶ Overloaded function.
- shift(self: lsst.afw.detection.Footprint, arg0: int, arg1: int) -> None
- shift(self: lsst.afw.detection.Footprint, arg0: lsst.geom.Extent2I) -> None
-
sortPeaks
(self: lsst.afw.detection.Footprint, key: lsst.afw.table.KeyF = Key<F>(offset=-1, nElements=1)) → None¶
-
split
(self: lsst.afw.detection.Footprint) → list¶
-
transform
(*args, **kwargs)¶ Overloaded function.
- transform(self: lsst.afw.detection.Footprint, source: lsst.afw.geom.skyWcs.skyWcs.SkyWcs, target: lsst.afw.geom.skyWcs.skyWcs.SkyWcs, region: lsst.geom.Box2I, doClip: bool = True) -> lsst.afw.detection.Footprint
- transform(self: lsst.afw.detection.Footprint, arg0: lsst.geom.LinearTransform, arg1: lsst.geom.Box2I, arg2: bool) -> lsst.afw.detection.Footprint
- transform(self: lsst.afw.detection.Footprint, arg0: lsst.geom.AffineTransform, arg1: lsst.geom.Box2I, arg2: bool) -> lsst.afw.detection.Footprint
- transform(self: lsst.afw.detection.Footprint, arg0: lsst.afw.geom.transform.transform.TransformPoint2ToPoint2, arg1: lsst.geom.Box2I, arg2: bool) -> lsst.afw.detection.Footprint
-
writeFits
(*args, **kwargs)¶ Overloaded function.
- writeFits(self: lsst.afw.detection.Footprint, fileName: str, mode: str = ‘w’) -> None
- writeFits(self: lsst.afw.detection.Footprint, manager: lsst.afw.fits.fits.MemFileManager, mode: str = ‘w’) -> None
-