lsst.afw g5a732f18d5+53520f316c
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | 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

 __reduce__ (self)
 
 __deepcopy__ (self, memo=None)
 
 __str__ (self)
 
 __repr__ (self)
 

Public Attributes

 array
 

Static Public Attributes

 readFitsWithOptions = classmethod(imageReadFitsWithOptions)
 
 writeFitsWithOptions = imageWriteFitsWithOptions
 

Detailed Description

Definition at line 34 of file _image.py.

Member Function Documentation

◆ __deepcopy__()

lsst.afw.image._image._image.Image.__deepcopy__ ( self,
memo = None )

Definition at line 40 of file _image.py.

◆ __reduce__()

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

Definition at line 36 of file _image.py.

◆ __repr__()

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

Definition at line 46 of file _image.py.

◆ __str__()

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

Definition at line 43 of file _image.py.

Member Data Documentation

◆ array

lsst.afw.image._image._image.Image.array

Definition at line 44 of file _image.py.

◆ readFitsWithOptions

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

Definition at line 49 of file _image.py.

◆ writeFitsWithOptions

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

Definition at line 51 of file _image.py.


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