lsst.afw  22.0.1-27-ga185acb71+cd0c1e0a06
Public Member Functions | Static Public Attributes | Properties | List of all members
lsst.afw.image.exposure._exposureContinued.Exposure Class Reference
Inheritance diagram for lsst.afw.image.exposure._exposureContinued.Exposure:

Public Member Functions

def __reduce__ (self)
 
def convertF (self)
 
def convertD (self)
 
def getImage (self)
 
def setImage (self, image)
 
def getMask (self)
 
def setMask (self, mask)
 
def getVariance (self)
 
def setVariance (self, variance)
 

Static Public Attributes

 readFitsWithOptions = classmethod(imageReadFitsWithOptions)
 
 writeFitsWithOptions = exposureWriteFitsWithOptions
 

Properties

 image = property(getImage, setImage)
 
 mask = property(getMask, setMask)
 
 variance = property(getVariance, setVariance)
 

Detailed Description

Definition at line 35 of file _exposureContinued.py.

Member Function Documentation

◆ __reduce__()

def lsst.afw.image.exposure._exposureContinued.Exposure.__reduce__ (   self)

Definition at line 63 of file _exposureContinued.py.

◆ convertD()

def lsst.afw.image.exposure._exposureContinued.Exposure.convertD (   self)

Definition at line 70 of file _exposureContinued.py.

◆ convertF()

def lsst.afw.image.exposure._exposureContinued.Exposure.convertF (   self)

Definition at line 67 of file _exposureContinued.py.

◆ getImage()

def lsst.afw.image.exposure._exposureContinued.Exposure.getImage (   self)

Definition at line 73 of file _exposureContinued.py.

◆ getMask()

def lsst.afw.image.exposure._exposureContinued.Exposure.getMask (   self)

Definition at line 81 of file _exposureContinued.py.

◆ getVariance()

def lsst.afw.image.exposure._exposureContinued.Exposure.getVariance (   self)

Definition at line 89 of file _exposureContinued.py.

◆ setImage()

def lsst.afw.image.exposure._exposureContinued.Exposure.setImage (   self,
  image 
)

Definition at line 76 of file _exposureContinued.py.

◆ setMask()

def lsst.afw.image.exposure._exposureContinued.Exposure.setMask (   self,
  mask 
)

Definition at line 84 of file _exposureContinued.py.

◆ setVariance()

def lsst.afw.image.exposure._exposureContinued.Exposure.setVariance (   self,
  variance 
)

Definition at line 92 of file _exposureContinued.py.

Member Data Documentation

◆ readFitsWithOptions

lsst.afw.image.exposure._exposureContinued.Exposure.readFitsWithOptions = classmethod(imageReadFitsWithOptions)
static

Definition at line 97 of file _exposureContinued.py.

◆ writeFitsWithOptions

lsst.afw.image.exposure._exposureContinued.Exposure.writeFitsWithOptions = exposureWriteFitsWithOptions
static

Definition at line 99 of file _exposureContinued.py.

Property Documentation

◆ image

lsst.afw.image.exposure._exposureContinued.Exposure.image = property(getImage, setImage)
static

Definition at line 79 of file _exposureContinued.py.

◆ mask

lsst.afw.image.exposure._exposureContinued.Exposure.mask = property(getMask, setMask)
static

Definition at line 87 of file _exposureContinued.py.

◆ variance

lsst.afw.image.exposure._exposureContinued.Exposure.variance = property(getVariance, setVariance)
static

Definition at line 95 of file _exposureContinued.py.


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