PsfCandidateF¶
- 
class 
lsst.meas.algorithms.PsfCandidateF¶ Bases:
lsst.afw.math.SpatialCellImageCandidateAttributes Summary
BADGOODUNKNOWNMethods Summary
getAmplitude(self)getBorderWidth()getCandidateRating_getCandidateRating(self: lsst.meas.algorithms.psfCandidate.psfCandidate.PsfCandidateF) -> float getChi2(self)getHeight()getId(self)getMaskBlends()getMaskedImage(*args, **kwargs)Overloaded function. getOffsetImage(self, arg0, arg1)getPixelThreshold()getSource(self)getStatus(self)getVar(self)getWidth()getXCenter(self)getYCenter(self)instantiate(self)isBad(self)setAmplitude(self, arg0)setBorderWidth(arg0)setCandidateRating(self, arg0)setChi2(self, chi2)setHeight(height)setMaskBlends(arg0)setPixelThreshold(arg0)setStatus(self, arg0)setVar(self, arg0)setWidth(width)Attributes Documentation
- 
BAD= <Status.BAD: 0>¶ 
- 
GOOD= <Status.GOOD: 1>¶ 
- 
UNKNOWN= <Status.UNKNOWN: 2>¶ 
Methods Documentation
- 
getAmplitude(self: lsst.meas.algorithms.psfCandidate.psfCandidate.PsfCandidateF) → float¶ 
- 
static 
getBorderWidth() → int¶ 
- 
getCandidateRating()¶ _getCandidateRating(self: lsst.meas.algorithms.psfCandidate.psfCandidate.PsfCandidateF) -> float
- 
getChi2(self: lsst.afw.math.SpatialCellImageCandidate) → float¶ 
- 
static 
getHeight() → int¶ 
- 
getId(self: lsst.afw.math.SpatialCellCandidate) → int¶ 
- 
static 
getMaskBlends() → bool¶ 
- 
getMaskedImage(*args, **kwargs)¶ Overloaded function.
- getMaskedImage(self: lsst.meas.algorithms.psfCandidate.psfCandidate.PsfCandidateF) -> lsst.afw.image.maskedImage.MaskedImageF
 - getMaskedImage(self: lsst.meas.algorithms.psfCandidate.psfCandidate.PsfCandidateF, width: int, height: int) -> lsst.afw.image.maskedImage.MaskedImageF
 
- 
getOffsetImage(self: lsst.meas.algorithms.psfCandidate.psfCandidate.PsfCandidateF, arg0: str, arg1: int) → lsst.afw.image.maskedImage.MaskedImageF¶ 
- 
static 
getPixelThreshold() → float¶ 
- 
getSource(self: lsst.meas.algorithms.psfCandidate.psfCandidate.PsfCandidateF) → lsst.afw.table.SourceRecord¶ 
- 
getStatus(self: lsst.afw.math.SpatialCellCandidate) → lsst.afw.math.SpatialCellCandidate.Status¶ 
- 
getVar(self: lsst.meas.algorithms.psfCandidate.psfCandidate.PsfCandidateF) → float¶ 
- 
static 
getWidth() → int¶ 
- 
getXCenter(self: lsst.afw.math.SpatialCellCandidate) → float¶ 
- 
getYCenter(self: lsst.afw.math.SpatialCellCandidate) → float¶ 
- 
instantiate(self: lsst.afw.math.SpatialCellCandidate) → bool¶ 
- 
isBad(self: lsst.afw.math.SpatialCellCandidate) → bool¶ 
- 
setAmplitude(self: lsst.meas.algorithms.psfCandidate.psfCandidate.PsfCandidateF, arg0: float) → None¶ 
- 
static 
setBorderWidth(arg0: int) → None¶ 
- 
setCandidateRating(self: lsst.afw.math.SpatialCellCandidate, arg0: float) → None¶ 
- 
setChi2(self: lsst.afw.math.SpatialCellImageCandidate, chi2: float) → None¶ 
- 
static 
setHeight(height: int) → None¶ 
- 
static 
setMaskBlends(arg0: bool) → None¶ 
- 
static 
setPixelThreshold(arg0: float) → None¶ 
- 
setStatus(self: lsst.afw.math.SpatialCellCandidate, arg0: lsst.afw.math.SpatialCellCandidate.Status) → None¶ 
- 
setVar(self: lsst.meas.algorithms.psfCandidate.psfCandidate.PsfCandidateF, arg0: float) → None¶ 
- 
static 
setWidth(width: int) → None¶ 
-