LSSTApplications
10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
LSSTDataManagementBasePackage
|
Classes | |
class | PcaPsfDeterminerConfig |
class | PcaPsfDeterminer |
A measurePsfTask psf estimator. More... | |
Functions | |
def | candidatesIter |
Generator for Psf candidates. More... | |
def lsst.meas.algorithms.pcaPsfDeterminer.candidatesIter | ( | psfCellSet, | |
ignoreBad = True |
|||
) |
Generator for Psf candidates.
This allows two 'for' loops to be reduced to one.
psfCellSet | SpatialCellSet of PSF candidates |
ignoreBad | Ignore candidates flagged as BAD? |
Definition at line 623 of file pcaPsfDeterminer.py.