Configuration for model-to-model Psf matching.
More...
Configuration for model-to-model Psf matching.
Definition at line 48 of file modelPsfMatch.py.
def lsst.ip.diffim.modelPsfMatch.ModelPsfMatchConfig.setDefaults |
( |
|
self | ) |
|
tuple lsst.ip.diffim.modelPsfMatch.ModelPsfMatchConfig.autoPadPsfTo |
|
static |
Initial value: 1 = pexConfig.RangeField(
3 doc=(
"Minimum Science Psf dimensions as a fraction of matching kernel dimensions. "
4 "If the dimensions of the Psf to be matched are less than the "
5 "matching kernel dimensions * autoPadPsfTo, pad Science Psf to this size. "
6 "Ignored if doAutoPadPsf=False."),
Definition at line 65 of file modelPsfMatch.py.
tuple lsst.ip.diffim.modelPsfMatch.ModelPsfMatchConfig.doAutoPadPsf |
|
static |
Initial value:
3 doc=(
"If too small, automatically pad the science Psf? "
4 "Pad to smallest dimensions appropriate for the matching kernel dimensions, "
5 "as specified by autoPadPsfTo. If false, pad by the padPsfBy config."),
Definition at line 58 of file modelPsfMatch.py.
tuple lsst.ip.diffim.modelPsfMatch.ModelPsfMatchConfig.kernel |
|
static |
Initial value: 1 = pexConfig.ConfigChoiceField(
Definition at line 51 of file modelPsfMatch.py.
tuple lsst.ip.diffim.modelPsfMatch.ModelPsfMatchConfig.padPsfBy |
|
static |
Initial value:
3 doc=
"Pixels (even) to pad Science Psf by before matching. Ignored if doAutoPadPsf=True",
Definition at line 75 of file modelPsfMatch.py.
The documentation for this class was generated from the following file: