Configuration for model-to-model Psf matching
Definition at line 46 of file modelPsfMatch.py.
◆ setDefaults()
def lsst.ip.diffim.modelPsfMatch.ModelPsfMatchConfig.setDefaults |
( |
|
self | ) |
|
◆ autoPadPsfTo
lsst.ip.diffim.modelPsfMatch.ModelPsfMatchConfig.autoPadPsfTo |
|
static |
Initial value:= pexConfig.RangeField(
dtype=float,
doc=("Minimum Science Psf dimensions as a fraction of matching kernel dimensions. "
"If the dimensions of the Psf to be matched are less than the "
"matching kernel dimensions * autoPadPsfTo, pad Science Psf to this size. "
"Ignored if doAutoPadPsf=False."),
default=1.4,
min=1.0,
max=2.0
)
Definition at line 63 of file modelPsfMatch.py.
◆ doAutoPadPsf
lsst.ip.diffim.modelPsfMatch.ModelPsfMatchConfig.doAutoPadPsf |
|
static |
Initial value:= pexConfig.Field(
dtype=bool,
doc=("If too small, automatically pad the science Psf? "
"Pad to smallest dimensions appropriate for the matching kernel dimensions, "
"as specified by autoPadPsfTo. If false, pad by the padPsfBy config."),
default=True,
)
Definition at line 56 of file modelPsfMatch.py.
◆ kernel
lsst.ip.diffim.modelPsfMatch.ModelPsfMatchConfig.kernel |
|
static |
Initial value:= pexConfig.ConfigChoiceField(
doc="kernel type",
typemap=dict(
AL=PsfMatchConfigAL,
),
default="AL",
)
Definition at line 49 of file modelPsfMatch.py.
◆ padPsfBy
lsst.ip.diffim.modelPsfMatch.ModelPsfMatchConfig.padPsfBy |
|
static |
Initial value:= pexConfig.Field(
dtype=int,
doc="Pixels (even) to pad Science Psf by before matching. Ignored if doAutoPadPsf=True",
default=0,
)
Definition at line 73 of file modelPsfMatch.py.
The documentation for this class was generated from the following file: