lsst.meas.algorithms  13.0-18-gc4ad4228+1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Static Public Attributes | List of all members
lsst.meas.algorithms.psfDeterminer.BasePsfDeterminerConfig Class Reference
Inheritance diagram for lsst.meas.algorithms.psfDeterminer.BasePsfDeterminerConfig:

Static Public Attributes

tuple kernelSize
 
tuple kernelSizeMin
 
tuple kernelSizeMax
 

Detailed Description

Configuration that is likely to be shared by all PSF determiners

This is fairly sparse; more fields can be moved here once it is clear they are universal.

Definition at line 34 of file psfDeterminer.py.

Member Data Documentation

tuple lsst.meas.algorithms.psfDeterminer.BasePsfDeterminerConfig.kernelSize
static
Initial value:
1 = pexConfig.Field(
2  doc="radius of the kernel to create, relative to the square root of the stellar quadrupole moments",
3  dtype=float,
4  default=10.0,
5  )

Definition at line 39 of file psfDeterminer.py.

tuple lsst.meas.algorithms.psfDeterminer.BasePsfDeterminerConfig.kernelSizeMax
static
Initial value:
1 = pexConfig.Field(
2  doc="Maximum radius of the kernel",
3  dtype=int,
4  default=45,
5  )

Definition at line 49 of file psfDeterminer.py.

tuple lsst.meas.algorithms.psfDeterminer.BasePsfDeterminerConfig.kernelSizeMin
static
Initial value:
1 = pexConfig.Field(
2  doc="Minimum radius of the kernel",
3  dtype=int,
4  default=25,
5  )

Definition at line 44 of file psfDeterminer.py.


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