ZogyConfig¶
-
class
lsst.ip.diffim.ZogyConfig¶ Bases:
lsst.pex.config.config.ConfigConfiguration parameters for the ZogyTask
Attributes Summary
doFilterPsfsFilter PSFs for image-space ZOGY. doTrimKernelsTrim kernels for image-space ZOGY. ignoreMaskPlanesMask planes to ignore for statistics ( List, default('INTRP', 'EDGE', 'DETECTED', 'SAT', 'CR', 'BAD', 'NO_DATA', 'DETECTED_NEGATIVE'))inImageSpacePerform all convolutions in real (image) space rather than Fourier space. padSizeNumber of pixels to pad PSFs to avoid artifacts (when inImageSpace is True) ( int, default7)scienceFluxScalingScience flux scaling factor (Fn in ZOGY paper) ( float, default1.0)templateFluxScalingTemplate flux scaling factor (Fr in ZOGY paper) ( float, default1.0)Attributes Documentation
-
doFilterPsfs¶ Filter PSFs for image-space ZOGY. Aids in reducing artifacts. Subject of future research. (
bool, defaultTrue)
-
doTrimKernels¶ Trim kernels for image-space ZOGY. Speeds up convolutions and shrinks artifacts. Subject of future research. (
bool, defaultFalse)
-
ignoreMaskPlanes¶ Mask planes to ignore for statistics (
List, default('INTRP', 'EDGE', 'DETECTED', 'SAT', 'CR', 'BAD', 'NO_DATA', 'DETECTED_NEGATIVE'))
-
inImageSpace¶ Perform all convolutions in real (image) space rather than Fourier space. Currently if True, this results in artifacts when using real (noisy) PSFs. (
bool, defaultFalse)
-