MakePsfCandidatesConfig#

class lsst.meas.algorithms.MakePsfCandidatesConfig(*args, **kw)#

Bases: Config

Attributes Summary

borderWidth

Number of pixels to ignore around the edge of PSF candidate postage stamps (int, default 0)

kernelSize

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, default 0)

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, default 27)