21from lsst.utils.deprecated
import deprecate_pybind11
23from ._imageLib
import ExposureInfo
30 KEY_SUMMARY_STATS =
'SUMMARY_STATS'
33 """Get exposure summary statistics component.
42 """Set exposure summary statistics component.
51 """Check if exposureInfo has a summary statistics component.
55 hasSummaryStats : `bool`
56 True if exposureInfo has a summary statistics component.
61ExposureInfo.hasFilterLabel = deprecate_pybind11(
62 ExposureInfo.hasFilterLabel,
63 reason=
"Replaced by hasFilter. Will be removed after v24.",
65ExposureInfo.getFilterLabel = deprecate_pybind11(
66 ExposureInfo.getFilterLabel,
67 reason=
"Replaced by getFilter. Will be removed after v24.",
69ExposureInfo.setFilterLabel = deprecate_pybind11(
70 ExposureInfo.setFilterLabel,
71 reason=
"Replaced by setFilter. Will be removed after v24.",
def setSummaryStats(self, summaryStats)
def getSummaryStats(self)
def hasSummaryStats(self)