Definition at line 28 of file _exposureInfoContinued.py.
◆ getSummaryStats()
lsst.afw.image._exposureInfoContinued.ExposureInfo.getSummaryStats |
( |
| self | ) |
|
Get exposure summary statistics component.
Returns
-------
summaryStats : `lsst.afw.image.ExposureSummaryStats`
Definition at line 31 of file _exposureInfoContinued.py.
◆ hasSummaryStats()
lsst.afw.image._exposureInfoContinued.ExposureInfo.hasSummaryStats |
( |
| self | ) |
|
Check if exposureInfo has a summary statistics component.
Returns
-------
hasSummaryStats : `bool`
True if exposureInfo has a summary statistics component.
Definition at line 49 of file _exposureInfoContinued.py.
◆ setSummaryStats()
lsst.afw.image._exposureInfoContinued.ExposureInfo.setSummaryStats |
( |
| self, |
|
|
| summaryStats ) |
Set exposure summary statistics component.
Parameters
----------
summaryStats : `lsst.afw.image.ExposureSummaryStats`
Definition at line 40 of file _exposureInfoContinued.py.
◆ KEY_SUMMARY_STATS [1/2]
str lsst.afw.image._exposureInfoContinued.ExposureInfo.KEY_SUMMARY_STATS = 'SUMMARY_STATS' |
|
static |
◆ KEY_SUMMARY_STATS [2/2]
lsst.afw.image._exposureInfoContinued.ExposureInfo.KEY_SUMMARY_STATS |
The documentation for this class was generated from the following file: