lsst.afw gba47b54d5d+94dc90c3ea
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'
 
string reason = "Replaced by hasFilter. Will be removed after v24.",
 
string version = "v24.0")
 
 getFilterLabel
 
 reason
 
 version
 
 setFilterLabel
 

Detailed Description

Definition at line 29 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 32 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 50 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 41 of file _exposureInfoContinued.py.

Member Data Documentation

◆ getFilterLabel

lsst.afw.image._exposureInfoContinued.ExposureInfo.getFilterLabel
static

Definition at line 65 of file _exposureInfoContinued.py.

◆ KEY_SUMMARY_STATS

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

Definition at line 30 of file _exposureInfoContinued.py.

◆ reason [1/2]

string lsst.afw.image._exposureInfoContinued.ExposureInfo.reason = "Replaced by hasFilter. Will be removed after v24.",
static

Definition at line 63 of file _exposureInfoContinued.py.

◆ reason [2/2]

lsst.afw.image._exposureInfoContinued.ExposureInfo.reason
static

Definition at line 67 of file _exposureInfoContinued.py.

◆ setFilterLabel

lsst.afw.image._exposureInfoContinued.ExposureInfo.setFilterLabel
static

Definition at line 69 of file _exposureInfoContinued.py.

◆ version [1/2]

string lsst.afw.image._exposureInfoContinued.ExposureInfo.version = "v24.0")
static

Definition at line 64 of file _exposureInfoContinued.py.

◆ version [2/2]

lsst.afw.image._exposureInfoContinued.ExposureInfo.version
static

Definition at line 68 of file _exposureInfoContinued.py.


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