lsst.afw gf6b95dd08c+a9ccac1eff
Public Member Functions | Static Public Member Functions | List of all members
lsst.afw.image.image._multiband.MultibandImage Class Reference
Inheritance diagram for lsst.afw.image.image._multiband.MultibandImage:
lsst.afw.image.image._multiband.MultibandImageBase lsst.afw.multiband.MultibandBase

Public Member Functions

def __init__ (self, filters, array, bbox=None)
 

Static Public Member Functions

def fromImages (filters, singles)
 
def fromKwargs (filters, filterKwargs, singleType=ImageF, **kwargs)
 

Detailed Description

Multiband Image class

See `MultibandImageBase` for a description of the parameters.

Definition at line 328 of file _multiband.py.

Constructor & Destructor Documentation

◆ __init__()

def lsst.afw.image.image._multiband.MultibandImage.__init__ (   self,
  filters,
  array,
  bbox = None 
)

Reimplemented from lsst.afw.image.image._multiband.MultibandImageBase.

Definition at line 333 of file _multiband.py.

Member Function Documentation

◆ fromImages()

def lsst.afw.image.image._multiband.MultibandImage.fromImages (   filters,
  singles 
)
static
Construct a MultibandImage from a collection of single band images

see `fromSingles` for a description of parameters

Definition at line 337 of file _multiband.py.

◆ fromKwargs()

def lsst.afw.image.image._multiband.MultibandImage.fromKwargs (   filters,
  filterKwargs,
  singleType = ImageF,
**  kwargs 
)
static
Build a MultibandImage from a set of keyword arguments

see `makeImageFromKwargs` for a description of parameters

Definition at line 345 of file _multiband.py.


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