lsst.pipe.tasks
21.0.0-37-gd4ca0074+7bc44fbdd3
|
Public Member Functions | |
def | run (self, exposure, sources, background) |
Static Public Attributes | |
ConfigClass = ComputeExposureSummaryStatsConfig | |
Task to compute exposure summary statistics. This task computes various quantities suitable for DPDD and other downstream processing at the detector centers, including: - psfSigma - psfArea - psfIxx - psfIyy - psfIxy - ra - decl - zenithDistance - zeroPoint - skyBg - skyNoise - meanVar - raCorners - decCorners
Definition at line 57 of file computeExposureSummaryStats.py.
def lsst.pipe.tasks.computeExposureSummaryStats.ComputeExposureSummaryStatsTask.run | ( | self, | |
exposure, | |||
sources, | |||
background | |||
) |
Measure exposure statistics from the exposure, sources, and background. Parameters ---------- exposure : `lsst.afw.image.ExposureF` sources : `lsst.afw.table.SourceCatalog` background : `lsst.afw.math.BackgroundList` Returns ------- summary : `lsst.afw.image.ExposureSummary`
Definition at line 81 of file computeExposureSummaryStats.py.
|
static |
Definition at line 77 of file computeExposureSummaryStats.py.