DecorrelateALKernelConfig#
- class lsst.ip.diffim.DecorrelateALKernelConfig(*args, **kw)#
Bases:
ConfigConfiguration parameters for the DecorrelateALKernelTask
Attributes Summary
Compute the full effect of the decorrelated matching kernel on the variance plane.
Mask planes to ignore for sigma-clipped statistics (
List, default('INTRP', 'EDGE', 'DETECTED', 'SAT', 'CR', 'BAD', 'NO_DATA', 'DETECTED_NEGATIVE'))Attributes Documentation
- completeVarPlanePropagation#
Compute the full effect of the decorrelated matching kernel on the variance plane. Otherwise use a model weighed sum of the input variances. (
bool, defaultFalse)
- ignoreMaskPlanes#
Mask planes to ignore for sigma-clipped statistics (
List, default('INTRP', 'EDGE', 'DETECTED', 'SAT', 'CR', 'BAD', 'NO_DATA', 'DETECTED_NEGATIVE'))