lsst.meas.algorithms
20.0.0-6-g01203fff+19ce473f59
|
Public Member Functions | |
def | computeSizeAndSigma (self, fwhm=None) |
def | validate (self) |
def | apply (self, fwhm=None) |
def | makeField (cls, doc) |
Static Public Attributes | |
size | |
sizeFactor | |
minSize | |
maxSize | |
defaultFwhm | |
addWing | |
wingFwhmFactor | |
wingAmplitude | |
Factory for simple Gaussian PSF models Provides a high-level interface to DoubleGaussianPsf and SingleGaussianPsf by specifying Gaussian PSF model width in FWHM instead of sigma, and supporting computing kernel size as a multiple of PSF width. This makes it suitable for tasks where PSF width is not known in advance.
Definition at line 39 of file gaussianPsfFactory.py.
def lsst.meas.algorithms.gaussianPsfFactory.GaussianPsfFactory.apply | ( | self, | |
fwhm = None |
|||
) |
Construct a GaussianPsf @param[in] self: an instance of ConfigClass @param[in] fwhm: FWHM of core of star (pixels); if None then self.defaultFwhm is used @return a DoubleGaussianPsf if self.addWing is True, else a SingleGaussianPsf
Definition at line 136 of file gaussianPsfFactory.py.
def lsst.meas.algorithms.gaussianPsfFactory.GaussianPsfFactory.computeSizeAndSigma | ( | self, | |
fwhm = None |
|||
) |
Compute kernel size and star width as sigma kernel size will be odd unless minSize or maxSize is used and that value is even. @param[in] fwhm: FWHM of core star (pixels); if None then defaultFwhm is used @return two values: - kernel size (width == height) in pixels - sigma equivalent to supplied fwhm, assuming a Gaussian (pixels) @warning assumes a valid config
Definition at line 103 of file gaussianPsfFactory.py.
def lsst.meas.algorithms.gaussianPsfFactory.GaussianPsfFactory.makeField | ( | cls, | |
doc | |||
) |
Make an lsst.pex.config.ConfigurableField
Definition at line 151 of file gaussianPsfFactory.py.
def lsst.meas.algorithms.gaussianPsfFactory.GaussianPsfFactory.validate | ( | self | ) |
Definition at line 131 of file gaussianPsfFactory.py.
|
static |
Definition at line 82 of file gaussianPsfFactory.py.
|
static |
Definition at line 76 of file gaussianPsfFactory.py.
|
static |
Definition at line 69 of file gaussianPsfFactory.py.
|
static |
Definition at line 62 of file gaussianPsfFactory.py.
|
static |
Definition at line 47 of file gaussianPsfFactory.py.
|
static |
Definition at line 54 of file gaussianPsfFactory.py.
|
static |
Definition at line 95 of file gaussianPsfFactory.py.
|
static |
Definition at line 88 of file gaussianPsfFactory.py.