Configuration for image-to-image Psf matching.
Definition at line 48 of file imagePsfMatch.py.
◆ setDefaults()
def lsst.ip.diffim.imagePsfMatch.ImagePsfMatchConfig.setDefaults |
( |
|
self | ) |
|
◆ kernel
pexConfig lsst.ip.diffim.imagePsfMatch.ImagePsfMatchConfig.kernel |
|
static |
Initial value:= pexConfig.ConfigChoiceField(
doc="kernel type",
typemap=dict(
AL=PsfMatchConfigAL,
DF=PsfMatchConfigDF
),
default="AL",
)
Definition at line 51 of file imagePsfMatch.py.
◆ selectDetection
pexConfig lsst.ip.diffim.imagePsfMatch.ImagePsfMatchConfig.selectDetection |
|
static |
Initial value:= pexConfig.ConfigurableField(
target=SourceDetectionTask,
doc="Initial detections used to feed stars to kernel fitting",
)
Definition at line 59 of file imagePsfMatch.py.
◆ selectMeasurement
pexConfig lsst.ip.diffim.imagePsfMatch.ImagePsfMatchConfig.selectMeasurement |
|
static |
Initial value:= pexConfig.ConfigurableField(
target=SingleFrameMeasurementTask,
doc="Initial measurements used to feed stars to kernel fitting",
)
Definition at line 63 of file imagePsfMatch.py.
The documentation for this class was generated from the following file: