PsfCandidateF#
- class lsst.meas.algorithms.PsfCandidateF#
Bases:
SpatialCellImageCandidateMethods Summary
getAmplitude(self)_getCandidateRating(self: lsst.meas.algorithms.PsfCandidateF) -> float
getMaskedImage(*args, **kwargs)Overloaded function.
getOffsetImage(self, arg0, arg1)getPsfColorType(self)getPsfColorValue(self)getSource(self)getVar(self)setAmplitude(self, arg0)setBorderWidth(arg0)setCandidateRating(self, arg0)setMaskBlends(arg0)setPixelThreshold(arg0)setPsfColorType(self, arg0)setPsfColorValue(self, arg0)setVar(self, arg0)Methods Documentation
- getAmplitude(self: lsst.meas.algorithms.PsfCandidateF) float#
- static getBorderWidth() int#
- getCandidateRating()#
_getCandidateRating(self: lsst.meas.algorithms.PsfCandidateF) -> float
- static getMaskBlends() bool#
- getMaskedImage(*args, **kwargs)#
Overloaded function.
getMaskedImage(self: lsst.meas.algorithms.PsfCandidateF) -> lsst.afw.image._maskedImage.MaskedImageF
getMaskedImage(self: lsst.meas.algorithms.PsfCandidateF, width: typing.SupportsInt, height: typing.SupportsInt) -> lsst.afw.image._maskedImage.MaskedImageF
- getOffsetImage(self: lsst.meas.algorithms.PsfCandidateF, arg0: str, arg1: SupportsInt) lsst.afw.image._maskedImage.MaskedImageF#
- static getPixelThreshold() float#
- getPsfColorType(self: lsst.meas.algorithms.PsfCandidateF) str#
- getPsfColorValue(self: lsst.meas.algorithms.PsfCandidateF) float#
- getSource(self: lsst.meas.algorithms.PsfCandidateF) lsst.afw.table.SourceRecord#
- getVar(self: lsst.meas.algorithms.PsfCandidateF) float#
- setAmplitude(self: lsst.meas.algorithms.PsfCandidateF, arg0: SupportsFloat) None#
- static setBorderWidth(arg0: SupportsInt) None#
- setCandidateRating(self: lsst.afw.math.SpatialCellCandidate, arg0: SupportsFloat) None#
- static setMaskBlends(arg0: bool) None#
- static setPixelThreshold(arg0: SupportsFloat) None#
- setPsfColorType(self: lsst.meas.algorithms.PsfCandidateF, arg0: str) None#
- setPsfColorValue(self: lsst.meas.algorithms.PsfCandidateF, arg0: SupportsFloat) None#
- setVar(self: lsst.meas.algorithms.PsfCandidateF, arg0: SupportsFloat) None#