lsst.pipe.tasks gc397daaa20+4bb0446bb2
|
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 - astromOffsetMean - astromOffsetStd These additional quantities are computed from the stars in the detector: - psfStarDeltaE1Median - psfStarDeltaE2Median - psfStarDeltaE1Scatter - psfStarDeltaE2Scatter - psfStarDeltaSizeMedian - psfStarDeltaSizeScatter - psfStarScaledDeltaSizeScatter
Definition at line 74 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 109 of file computeExposureSummaryStats.py.
|
static |
Definition at line 105 of file computeExposureSummaryStats.py.