lsst.ip.diffim ga085b1478a+1393071258
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

def setDefaults (self)
 

Static Public Attributes

lsst kernel
 
lsst selectDetection
 
lsst selectMeasurement
 
lsst fwhmExposureGrid
 
lsst fwhmExposureBuffer
 

Detailed Description

Definition at line 45 of file makeKernel.py.

Member Function Documentation

◆ setDefaults()

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

Definition at line 74 of file makeKernel.py.

Member Data Documentation

◆ fwhmExposureBuffer

lsst 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 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 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 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 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: