Definition at line 45 of file makeKernel.py.
◆ setDefaults()
lsst.ip.diffim.makeKernel.MakeKernelConfig.setDefaults |
( |
| self | ) |
|
◆ 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: