lsst.meas.algorithms ga883e5f241+3eed58e3ef
Loading...
Searching...
No Matches
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

 stampSize
 

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 30 of file psfDeterminer.py.

Member Data Documentation

◆ stampSize

lsst.meas.algorithms.psfDeterminer.BasePsfDeterminerConfig.stampSize
static
Initial value:
= pexConfig.Field[int](
doc="Size of the postage stamp (in native pixels) to render the PSF model. Should be odd.",
default=None,
optional=True,
check=lambda x: (x > 0) & (x % 2 == 1),
)

Definition at line 35 of file psfDeterminer.py.


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