ComputeExposureSummaryStatsTask¶
Python API summary¶
from lsst.pipe.tasks.computeExposureSummaryStats import ComputeExposureSummaryStatsTask
-
class
(config: Optional[Config] = None, name: Optional[str] = None, parentTask: Optional[Task] = None, log: Optional[Union[logging.Logger, lsst.utils.logging.LsstLogAdapter]] = 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.
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.
starSelection¶
Field to select sources to be used in the PSF statistics computation.