lsst.meas.algorithms gbe01a4569f+c8764ff687
Public Member Functions | Static Public Attributes | List of all members
lsst.meas.algorithms.installGaussianPsf.InstallGaussianPsfTask Class Reference
Inheritance diagram for lsst.meas.algorithms.installGaussianPsf.InstallGaussianPsfTask:

Public Member Functions

def run (self, exposure)
 

Static Public Attributes

 ConfigClass = InstallGaussianPsfConfig
 

Detailed Description

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.

Member Function Documentation

◆ run()

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.

Member Data Documentation

◆ ConfigClass

lsst.meas.algorithms.installGaussianPsf.InstallGaussianPsfTask.ConfigClass = InstallGaussianPsfConfig
static

Definition at line 61 of file installGaussianPsf.py.


The documentation for this class was generated from the following file: