Configuration parameters for the ZogyTask
Definition at line 76 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. "
5 "Subject of future research."
Definition at line 111 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. "
5 "Subject of future research."
Definition at line 104 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 118 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. "
5 "Currently if True, this results in artifacts when using real (noisy) PSFs."
Definition at line 79 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 86 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 98 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 92 of file zogy.py.
The documentation for this class was generated from the following file: