lsst.afw  21.0.0-15-gedb9d5423+093f827fa0
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 36 of file exposureContinued.py.

Member Function Documentation

◆ __reduce__()

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

Definition at line 64 of file exposureContinued.py.

◆ convertD()

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

Definition at line 71 of file exposureContinued.py.

◆ convertF()

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

Definition at line 68 of file exposureContinued.py.

◆ getImage()

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

Definition at line 74 of file exposureContinued.py.

◆ getMask()

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

Definition at line 82 of file exposureContinued.py.

◆ getVariance()

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

Definition at line 90 of file exposureContinued.py.

◆ setImage()

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

Definition at line 77 of file exposureContinued.py.

◆ setMask()

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

Definition at line 85 of file exposureContinued.py.

◆ setVariance()

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

Definition at line 93 of file exposureContinued.py.

Member Data Documentation

◆ readFitsWithOptions

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

Definition at line 98 of file exposureContinued.py.

◆ writeFitsWithOptions

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

Definition at line 100 of file exposureContinued.py.

Property Documentation

◆ image

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

Definition at line 80 of file exposureContinued.py.

◆ mask

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

Definition at line 88 of file exposureContinued.py.

◆ variance

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

Definition at line 96 of file exposureContinued.py.


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