Configuration parameters for the ZogyTask
Definition at line 73 of file zogy.py.
tuple lsst.ip.diffim.zogy.ZogyConfig.doFilterPsfs |
|
static |
Initial value:
4 doc=
"""Filter PSFs for image-space ZOGY. Aids in reducing artifacts. Subject of future research."""
Definition at line 108 of file zogy.py.
tuple lsst.ip.diffim.zogy.ZogyConfig.doTrimKernels |
|
static |
Initial value:
4 doc=
"""Trim kernels for image-space ZOGY. Speeds up convolutions and shrinks artifacts. Subject of future research."""
Definition at line 101 of file zogy.py.
tuple lsst.ip.diffim.zogy.ZogyConfig.ignoreMaskPlanes |
|
static |
Initial value:
3 default=(
"INTRP",
"EDGE",
"DETECTED",
"SAT",
"CR",
"BAD",
"NO_DATA",
"DETECTED_NEGATIVE"),
4 doc=
"""Mask planes to ignore for statistics"""
Definition at line 115 of file zogy.py.
tuple lsst.ip.diffim.zogy.ZogyConfig.inImageSpace |
|
static |
Initial value:
4 doc=
"""Perform all convolutions in real (image) space rather than Fourier space. Currently if True, this results in artifacts when using real (noisy) PSFs."""
Definition at line 76 of file zogy.py.
tuple lsst.ip.diffim.zogy.ZogyConfig.padSize |
|
static |
Initial value:
4 doc=
"""Number of pixels to pad PSFs to avoid artifacts (when inImageSpace is True)"""
Definition at line 83 of file zogy.py.
tuple lsst.ip.diffim.zogy.ZogyConfig.scienceFluxScaling |
|
static |
Initial value:
4 doc=
"""Science flux scaling factor (Fn in ZOGY paper)"""
Definition at line 95 of file zogy.py.
tuple lsst.ip.diffim.zogy.ZogyConfig.templateFluxScaling |
|
static |
Initial value:
4 doc=
"""Template flux scaling factor (Fr in ZOGY paper)"""
Definition at line 89 of file zogy.py.
The documentation for this class was generated from the following file: