lsst.meas.algorithms gd21d4de61c+1aead7e95e
|
Public Member Functions | |
def | run (self, exposure) |
Static Public Attributes | |
ConfigClass = InstallGaussianPsfConfig | |
Install a Gaussian PSF model in an exposure. If the exposure already has a PSF model then the new model has the same sigma and size (width and height in pixels) of the existing model.
Definition at line 55 of file installGaussianPsf.py.
def lsst.meas.algorithms.installGaussianPsf.InstallGaussianPsfTask.run | ( | self, | |
exposure | |||
) |
Set exposure's PSF to a simple PSF model The sigma and width of the new simple PSF model matches the sigma and width of the current model, if any, else the config parameters are used. Parameters ---------- exposure : `lsst.afw.image.Exposure` Exposure in which to replace or add the PSF model.
Definition at line 64 of file installGaussianPsf.py.
|
static |
Definition at line 61 of file installGaussianPsf.py.