PiffPsf#

class lsst.meas.extensions.piff.piffPsf.PiffPsf(width, height, piffResult, log=None)#

Bases: ImagePsf

Attributes Summary

Methods Summary

getAverageColor(self)

getAveragePosition(self)

isPersistable(self)

resized(self, width, height)

Attributes Documentation

piffResult#

Methods Documentation

getAverageColor(self: lsst.afw.detection.Psf) lsst.afw.image._imageLib.Color#
getAveragePosition(self: lsst.afw.detection.Psf) lsst.geom.Point2D#
isPersistable(self: lsst.afw.table.io.Persistable) bool#
resized(self: lsst.afw.detection.Psf, width: SupportsInt, height: SupportsInt) lsst.afw.detection.Psf#