lsst.afw g4e8c878dce+b648b522b0
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | List of all members
lsst.afw.image.image._image.Image Class Reference
Inheritance diagram for lsst.afw.image.image._image.Image:

Public Member Functions

def __reduce__ (self)
 
def __str__ (self)
 
def __repr__ (self)
 

Static Public Attributes

 readFitsWithOptions = classmethod(imageReadFitsWithOptions)
 
 writeFitsWithOptions = imageWriteFitsWithOptions
 

Detailed Description

Definition at line 34 of file _image.py.

Member Function Documentation

◆ __reduce__()

def lsst.afw.image.image._image.Image.__reduce__ (   self)

Definition at line 36 of file _image.py.

◆ __repr__()

def lsst.afw.image.image._image.Image.__repr__ (   self)

Definition at line 43 of file _image.py.

◆ __str__()

def lsst.afw.image.image._image.Image.__str__ (   self)

Definition at line 40 of file _image.py.

Member Data Documentation

◆ readFitsWithOptions

lsst.afw.image.image._image.Image.readFitsWithOptions = classmethod(imageReadFitsWithOptions)
static

Definition at line 46 of file _image.py.

◆ writeFitsWithOptions

lsst.afw.image.image._image.Image.writeFitsWithOptions = imageWriteFitsWithOptions
static

Definition at line 48 of file _image.py.


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