MakePsfCandidatesConfig#
- class lsst.meas.algorithms.MakePsfCandidatesConfig(*args, **kw)#
Bases:
ConfigAttributes Summary
Number of pixels to ignore around the edge of PSF candidate postage stamps (
int, default0)Size of the postage stamp in pixels (excluding the border) around each star that is extracted for fitting.
Attributes Documentation
- borderWidth#
Number of pixels to ignore around the edge of PSF candidate postage stamps (
int, default0)
- kernelSize#
Size of the postage stamp in pixels (excluding the border) around each star that is extracted for fitting. Should be odd and preferably at least 25. (
int, default27)