lsst.pipe.tasks g920186a5dd+a111431021
|
Classes | |
class | MeasurePsfConfig |
class | MeasurePsfTask |
Functions | |
showPsfSpatialCells (exposure, cellSet, showBadCandidates, frame=1) | |
plotPsfCandidates (cellSet, showBadCandidates=False, frame=1) | |
plotResiduals (exposure, cellSet, showBadCandidates=False, normalizeResiduals=True, frame=2) | |
lsst.pipe.tasks.measurePsf.plotPsfCandidates | ( | cellSet, | |
showBadCandidates = False , |
|||
frame = 1 |
|||
) |
Definition at line 261 of file measurePsf.py.
lsst.pipe.tasks.measurePsf.plotResiduals | ( | exposure, | |
cellSet, | |||
showBadCandidates = False , |
|||
normalizeResiduals = True , |
|||
frame = 2 |
|||
) |
Definition at line 297 of file measurePsf.py.
lsst.pipe.tasks.measurePsf.showPsfSpatialCells | ( | exposure, | |
cellSet, | |||
showBadCandidates, | |||
frame = 1 |
|||
) |
Definition at line 248 of file measurePsf.py.