Describes the initial PSF used for detection and measurement before we do PSF determination.
Definition at line 42 of file snapCombine.py.
◆ fwhm
lsst.pipe.tasks.snapCombine.InitialPsfConfig.fwhm |
|
static |
Initial value:= pexConfig.Field(
dtype=float,
doc="FWHM of PSF model (arcsec)",
default=1.0,
)
Definition at line 59 of file snapCombine.py.
◆ model
lsst.pipe.tasks.snapCombine.InitialPsfConfig.model |
|
static |
Initial value:= pexConfig.ChoiceField(
dtype=str,
doc="PSF model type",
default="SingleGaussian",
allowed={
"SingleGaussian": "Single Gaussian model",
"DoubleGaussian": "Double Gaussian model",
},
)
Definition at line 45 of file snapCombine.py.
◆ pixelScale
lsst.pipe.tasks.snapCombine.InitialPsfConfig.pixelScale |
|
static |
Initial value:= pexConfig.Field(
dtype=float,
doc="Pixel size (arcsec). Only needed if no Wcs is provided",
default=0.25,
)
Definition at line 54 of file snapCombine.py.
◆ size
lsst.pipe.tasks.snapCombine.InitialPsfConfig.size |
|
static |
Initial value:= pexConfig.Field(
dtype=int,
doc="Size of PSF model (pixels)",
default=15,
)
Definition at line 64 of file snapCombine.py.
The documentation for this class was generated from the following file: