LSSTApplications  10.0+286,10.0+36,10.0+46,10.0-2-g4f67435,10.1+152,10.1+37,11.0,11.0+1,11.0-1-g47edd16,11.0-1-g60db491,11.0-1-g7418c06,11.0-2-g04d2804,11.0-2-g68503cd,11.0-2-g818369d,11.0-2-gb8b8ce7
LSSTDataManagementBasePackage
Static Public Attributes | List of all members
lsst.pipe.tasks.calibrate.InitialPsfConfig Class Reference

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

Inheritance diagram for lsst.pipe.tasks.calibrate.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 36 of file calibrate.py.

Member Data Documentation

tuple lsst.pipe.tasks.calibrate.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 53 of file calibrate.py.

tuple lsst.pipe.tasks.calibrate.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 39 of file calibrate.py.

tuple lsst.pipe.tasks.calibrate.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 48 of file calibrate.py.

tuple lsst.pipe.tasks.calibrate.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 58 of file calibrate.py.


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