SpatialCellImageCandidate#

class lsst.afw.math.SpatialCellImageCandidate#

Bases: SpatialCellCandidate

Methods Summary

getChi2(self)

getHeight()

getWidth()

setChi2(self, chi2)

setHeight(height)

setWidth(width)

Methods Documentation

getChi2(self: lsst.afw.math.SpatialCellImageCandidate) float#
static getHeight() int#
static getWidth() int#
setChi2(self: lsst.afw.math.SpatialCellImageCandidate, chi2: SupportsFloat) None#
static setHeight(height: SupportsInt) None#
static setWidth(width: SupportsInt) None#