lsst.ip.diffim g48b254a6f9+25d856cab3
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | List of all members
lsst.ip.diffim.makeKernel.MakeKernelConfig Class Reference
Inheritance diagram for lsst.ip.diffim.makeKernel.MakeKernelConfig:
lsst.ip.diffim.psfMatch.PsfMatchConfig

Public Member Functions

 setDefaults (self)
 

Static Public Attributes

 kernel
 
 selectDetection
 
 selectMeasurement
 
 fwhmExposureGrid
 
 fwhmExposureBuffer
 

Detailed Description

Definition at line 45 of file makeKernel.py.

Member Function Documentation

◆ setDefaults()

lsst.ip.diffim.makeKernel.MakeKernelConfig.setDefaults ( self)

Definition at line 74 of file makeKernel.py.

Member Data Documentation

◆ fwhmExposureBuffer

lsst.ip.diffim.makeKernel.MakeKernelConfig.fwhmExposureBuffer
static
Initial value:
= lsst.pex.config.Field(
doc="Fractional buffer margin to be left out of all sides of the image during construction"
"of grid to compute average PSF FWHM in an exposure",
dtype=float,
default=0.05,
)

Definition at line 67 of file makeKernel.py.

◆ fwhmExposureGrid

lsst.ip.diffim.makeKernel.MakeKernelConfig.fwhmExposureGrid
static
Initial value:
= lsst.pex.config.Field(
doc="Grid size to compute the average PSF FWHM in an exposure",
dtype=int,
default=10,
)

Definition at line 62 of file makeKernel.py.

◆ kernel

lsst.ip.diffim.makeKernel.MakeKernelConfig.kernel
static
Initial value:
= lsst.pex.config.ConfigChoiceField(
doc="kernel type",
typemap=dict(
AL=PsfMatchConfigAL,
DF=PsfMatchConfigDF
),
default="AL",
)

Definition at line 46 of file makeKernel.py.

◆ selectDetection

lsst.ip.diffim.makeKernel.MakeKernelConfig.selectDetection
static
Initial value:
= lsst.pex.config.ConfigurableField(
target=SourceDetectionTask,
doc="Initial detections used to feed stars to kernel fitting",
)

Definition at line 54 of file makeKernel.py.

◆ selectMeasurement

lsst.ip.diffim.makeKernel.MakeKernelConfig.selectMeasurement
static
Initial value:
= lsst.pex.config.ConfigurableField(
target=SingleFrameMeasurementTask,
doc="Initial measurements used to feed stars to kernel fitting",
)

Definition at line 58 of file makeKernel.py.


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