DecorrelateALKernelSpatialConfig#
- class lsst.ip.diffim.DecorrelateALKernelSpatialConfig(*args, **kw)#
Bases:
ConfigConfiguration parameters for the DecorrelateALKernelSpatialTask.
Attributes Summary
DecorrelateALKernel config to use when running on complete exposure (non spatially-varying) (
DecorrelateALKernelConfig, default<class 'lsst.ip.diffim.imageDecorrelation.DecorrelateALKernelConfig'>)DecorrelateALKernelMapReduce config to use when running on each sub-image (spatially-varying) (
DecorrelateALKernelMapReduceConfig, default<class 'lsst.ip.diffim.imageDecorrelation.DecorrelateALKernelMapReduceConfig'>)Mask planes to ignore for sigma-clipped statistics (
List, default('INTRP', 'EDGE', 'DETECTED', 'SAT', 'CR', 'BAD', 'NO_DATA', 'DETECTED_NEGATIVE'))Methods Summary
Subclass hook for computing defaults.
Attributes Documentation
- decorrelateConfig#
DecorrelateALKernel config to use when running on complete exposure (non spatially-varying) (
DecorrelateALKernelConfig, default<class 'lsst.ip.diffim.imageDecorrelation.DecorrelateALKernelConfig'>)
- decorrelateMapReduceConfig#
DecorrelateALKernelMapReduce config to use when running on each sub-image (spatially-varying) (
DecorrelateALKernelMapReduceConfig, default<class 'lsst.ip.diffim.imageDecorrelation.DecorrelateALKernelMapReduceConfig'>)
- ignoreMaskPlanes#
Mask planes to ignore for sigma-clipped statistics (
List, default('INTRP', 'EDGE', 'DETECTED', 'SAT', 'CR', 'BAD', 'NO_DATA', 'DETECTED_NEGATIVE'))
Methods Documentation