ComputeExposureSummaryStatsTask¶
Python API summary¶
from lsst.pipe.tasks.computeExposureSummaryStats import ComputeExposureSummaryStatsTask
-
class
(config=None, name=None, parentTask=None, log=None)ComputeExposureSummaryStatsTask
Task to compute exposure summary statistics
...
-
attribute
config
Access configuration fields and retargetable subtasks.
-
method
(exposure, sources, background)run
Measure exposure statistics from the exposure, sources, and background
...
See also
See the ComputeExposureSummaryStatsTask
API reference for complete details.
Retargetable subtasks¶
No subtasks.
Configuration fields¶
badMaskPlanes¶
Mask planes that, if set, the associated pixel should not be included sky noise calculation.
clipIter¶
Number of iterations of outlier rejection for sky noise.
sigmaClip¶
Sigma for outlier rejection for sky noise.