Definition at line 39 of file exposureInfoContinued.py.
◆ getSummaryStats()
def lsst.afw.image.exposureInfoContinued.ExposureInfo.getSummaryStats |
( |
|
self | ) |
|
Get exposure summary statistics component.
Returns
-------
summaryStats : `lsst.afw.image.ExposureSummaryStats`
Definition at line 42 of file exposureInfoContinued.py.
◆ hasSummaryStats()
def 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 60 of file exposureInfoContinued.py.
◆ setSummaryStats()
def lsst.afw.image.exposureInfoContinued.ExposureInfo.setSummaryStats |
( |
|
self, |
|
|
|
summaryStats |
|
) |
| |
Set exposure summary statistics component.
Parameters
----------
summaryStats : `lsst.afw.image.ExposureSummaryStats`
Definition at line 51 of file exposureInfoContinued.py.
◆ KEY_SUMMARY_STATS
string lsst.afw.image.exposureInfoContinued.ExposureInfo.KEY_SUMMARY_STATS = 'SUMMARY_STATS' |
|
static |
The documentation for this class was generated from the following file: