ComputeExposureSummaryStatsTask¶
Python API summary¶
from lsst.pipe.tasks.computeExposureSummaryStats import ComputeExposureSummaryStatsTask
-
class
ComputeExposureSummaryStatsTask
(**kwargs) Task to compute exposure summary statistics
...
- attributeconfig
Access configuration fields and retargetable subtasks.
-
method
run
(exposure, sources, background) Measure exposure statistics from the exposure, sources, and background
...
See also
See the ComputeExposureSummaryStatsTask
API reference for complete details.
Retargetable subtasks¶
starSelector¶
Selection of sources to compute PSF star statistics.
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.
psfBadMaskPlanes¶
Mask planes that, if set, the associated pixel should not be included in the PSF model robutsness metric calculations (namely, maxDistToNearestPsf and psfTraceRadiusDelta).
psfGridSampling¶
Sampling rate in pixels in each dimension for PSF model robustness metric caclulations grid (the tradeoff is between adequate sampling versus speed).
psfSampling¶
Sampling rate in pixels in each dimension for the maxDistToNearestPsf metric caclulation grid (the tradeoff is between adequate sampling versus speed).
psfShape¶
Base name of columns to use for the PSF shape in the PSF statistics computation.
sigmaClip¶
Sigma for outlier rejection for sky noise.
starSelection¶
Field to select full list of sources used for PSF modeling.
starShape¶
Base name of columns to use for the source shape in the PSF statistics computation.