lsst.afw  21.0.0-35-g4939cbb3d+fb0e51fe34
Public Member Functions | Static Public Attributes | List of all members
lsst.afw.image._exposureInfoContinued.ExposureInfo Class Reference

Public Member Functions

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

Static Public Attributes

string KEY_SUMMARY_STATS = 'SUMMARY_STATS'
 

Detailed Description

Definition at line 39 of file _exposureInfoContinued.py.

Member Function Documentation

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

Member Data Documentation

◆ KEY_SUMMARY_STATS

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

Definition at line 40 of file _exposureInfoContinued.py.


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