lsst.afw gb3a676b8dc+b4feba26a1
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
lsst.afw.image._exposureInfoContinued.ExposureInfo Class Reference

Public Member Functions

 getSummaryStats (self)
 
 setSummaryStats (self, summaryStats)
 
 hasSummaryStats (self)
 

Public Attributes

 KEY_SUMMARY_STATS
 

Static Public Attributes

str KEY_SUMMARY_STATS = 'SUMMARY_STATS'
 

Detailed Description

Definition at line 28 of file _exposureInfoContinued.py.

Member Function Documentation

◆ 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.

Member Data Documentation

◆ KEY_SUMMARY_STATS [1/2]

str lsst.afw.image._exposureInfoContinued.ExposureInfo.KEY_SUMMARY_STATS = 'SUMMARY_STATS'
static

Definition at line 29 of file _exposureInfoContinued.py.

◆ KEY_SUMMARY_STATS [2/2]

lsst.afw.image._exposureInfoContinued.ExposureInfo.KEY_SUMMARY_STATS

Definition at line 38 of file _exposureInfoContinued.py.


The documentation for this class was generated from the following file: