lsst.meas.algorithms
13.0-24-g22030a45+2
|
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 40 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 137 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 104 of file gaussianPsfFactory.py.
def lsst.meas.algorithms.gaussianPsfFactory.GaussianPsfFactory.makeField | ( | cls, | |
doc | |||
) |
Make an lsst.pex.config.ConfigurableField
Definition at line 152 of file gaussianPsfFactory.py.
def lsst.meas.algorithms.gaussianPsfFactory.GaussianPsfFactory.validate | ( | self | ) |
Definition at line 132 of file gaussianPsfFactory.py.
|
static |
Definition at line 83 of file gaussianPsfFactory.py.
|
static |
Definition at line 77 of file gaussianPsfFactory.py.
|
static |
Definition at line 70 of file gaussianPsfFactory.py.
|
static |
Definition at line 63 of file gaussianPsfFactory.py.
|
static |
Definition at line 48 of file gaussianPsfFactory.py.
|
static |
Definition at line 55 of file gaussianPsfFactory.py.
|
static |
Definition at line 96 of file gaussianPsfFactory.py.
|
static |
Definition at line 89 of file gaussianPsfFactory.py.