lsst.pipe.tasks  13.0-56-g21e2fbf+3
 All Classes Namespaces Files Functions Variables Groups Pages
Static Public Attributes | List of all members
lsst.pipe.tasks.snapCombine.InitialPsfConfig Class Reference

Describes the initial PSF used for detection and measurement before we do PSF determination. More...

Inheritance diagram for lsst.pipe.tasks.snapCombine.InitialPsfConfig:

Static Public Attributes

tuple model
 
tuple pixelScale
 
tuple fwhm
 
tuple size
 

Detailed Description

Describes the initial PSF used for detection and measurement before we do PSF determination.

Definition at line 40 of file snapCombine.py.

Member Data Documentation

tuple lsst.pipe.tasks.snapCombine.InitialPsfConfig.fwhm
static
Initial value:
1 = pexConfig.Field(
2  dtype=float,
3  doc="FWHM of PSF model (arcsec)",
4  default=1.0,
5  )

Definition at line 57 of file snapCombine.py.

tuple lsst.pipe.tasks.snapCombine.InitialPsfConfig.model
static
Initial value:
1 = pexConfig.ChoiceField(
2  dtype=str,
3  doc="PSF model type",
4  default="SingleGaussian",
5  allowed={
6  "SingleGaussian": "Single Gaussian model",
7  "DoubleGaussian": "Double Gaussian model",
8  },
9  )

Definition at line 43 of file snapCombine.py.

tuple lsst.pipe.tasks.snapCombine.InitialPsfConfig.pixelScale
static
Initial value:
1 = pexConfig.Field(
2  dtype=float,
3  doc="Pixel size (arcsec). Only needed if no Wcs is provided",
4  default=0.25,
5  )

Definition at line 52 of file snapCombine.py.

tuple lsst.pipe.tasks.snapCombine.InitialPsfConfig.size
static
Initial value:
1 = pexConfig.Field(
2  dtype=int,
3  doc="Size of PSF model (pixels)",
4  default=15,
5  )

Definition at line 62 of file snapCombine.py.


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