PeakRecord#
- class lsst.afw.detection.PeakRecord#
Bases:
BaseRecordAttributes Summary
Methods Summary
getCentroid(*args, **kwargs)Overloaded function.
getF(self)getFx(self)getFy(self)getI(self)getId(self)getIx(self)getIy(self)getPeakValue(self)getTable(self)setFx(self, arg0)setFy(self, arg0)setId(self, arg0)setIx(self, arg0)setIy(self, arg0)setPeakValue(self, arg0)Attributes Documentation
- table#
Methods Documentation
- getCentroid(*args, **kwargs)#
Overloaded function.
getCentroid(self: lsst.afw.detection.PeakRecord, arg0: bool) -> lsst.geom.Point2I
getCentroid(self: lsst.afw.detection.PeakRecord) -> lsst.geom.Point2D
- getF(self: lsst.afw.detection.PeakRecord) lsst.geom.Point2D#
- getFx(self: lsst.afw.detection.PeakRecord) float#
- getFy(self: lsst.afw.detection.PeakRecord) float#
- getI(self: lsst.afw.detection.PeakRecord) lsst.geom.Point2I#
- getId(self: lsst.afw.detection.PeakRecord) int#
- getIx(self: lsst.afw.detection.PeakRecord) int#
- getIy(self: lsst.afw.detection.PeakRecord) int#
- getPeakValue(self: lsst.afw.detection.PeakRecord) float#
- getTable(self: lsst.afw.detection.PeakRecord) lsst.afw.detection.PeakTable#
- setFx(self: lsst.afw.detection.PeakRecord, arg0: SupportsFloat) None#
- setFy(self: lsst.afw.detection.PeakRecord, arg0: SupportsFloat) None#
- setId(self: lsst.afw.detection.PeakRecord, arg0: SupportsInt) None#
- setIx(self: lsst.afw.detection.PeakRecord, arg0: SupportsInt) None#
- setIy(self: lsst.afw.detection.PeakRecord, arg0: SupportsInt) None#
- setPeakValue(self: lsst.afw.detection.PeakRecord, arg0: SupportsFloat) None#