PcaPsfDeterminerTask¶
PcaPsfDeterminerTask
estimates PSFs of pre-selected likely stars using a PCA decomposition approach.
Python API summary¶
from lsst.meas.algorithms.pcaPsfDeterminer import PcaPsfDeterminerTask
-
class
(config, schema=None, **kwds)PcaPsfDeterminerTask
A measurePsfTask psf estimator
...
-
attribute
config
Access configuration fields and retargetable subtasks.
See also
See the PcaPsfDeterminerTask
API reference for complete details.
Retargetable subtasks¶
No subtasks.
Configuration fields¶
borderWidth¶
Number of pixels to ignore around the edge of PSF candidate postage stamps
constantWeight¶
Should each PSF candidate be given the same weight, independent of magnitude?
kernelSize¶
Size of the kernel to create. If less than 15, then the median of the square root of the stellar quadrupole moments is multiplied by kernelSize and used as the kernel size. Deprecated: This field is deprecated and will be removed after v25. Use stampSize instead.
kernelSizeMax¶
Maximum radius of the kernel. Relevant only if kernelSize < 15. Deprecated: This field is deprecated and will be removed after v25.
kernelSizeMin¶
Minimum radius of the kernel. Relevant only if kernelSize < 15. Deprecated: This field is deprecated and will be removed after v25.
nStarPerCellSpatialFit¶
number of stars per psf Cell for spatial fitting
nonLinearSpatialFit¶
Use non-linear fitter for spatial variation of Kernel
pixelThreshold¶
Threshold (stdev) for rejecting extraneous pixels around candidate; applied if positive
sizeCellX¶
size of cell used to determine PSF (pixels, column direction)
sizeCellY¶
size of cell used to determine PSF (pixels, row direction)
spatialReject¶
Rejection threshold (stdev) for candidates based on spatial fit
stampSize¶
Size of the postage stamp (in native pixels) to render the PSF model. Should be odd.