ComputeExposureSummaryStatsTask

Python API summary

from lsst.pipe.tasks.computeExposureSummaryStats import ComputeExposureSummaryStatsTask
classComputeExposureSummaryStatsTask(config=None, name=None, parentTask=None, log=None)

Task to compute exposure summary statistics...

attributeconfig

Access configuration fields and retargetable subtasks.

methodrun(exposure, sources, background)

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

Default
('NO_DATA', 'SUSPECT')
Field type
str ListField
Mask planes that, if set, the associated pixel should not be included sky noise calculation.

clipIter

Default
2
Field type
int Field
Number of iterations of outlier rejection for sky noise.

psfShape

Default
'base_SdssShape_psf'
Field type
str Field
Base name of columns to use for the PSF shape in the PSF statistics computation.

sigmaClip

Default
3.0
Field type
float Field
Sigma for outlier rejection for sky noise.

starSelection

Default
'calib_psf_used'
Field type
str Field
Field to select sources to be used in the PSF statistics computation.

starShape

Default
'base_SdssShape'
Field type
str Field
Base name of columns to use for the source shape in the PSF statistics computation.