lsst.cp.pipe  18.1.0-2-g4903023+6
Public Member Functions | Public Attributes | List of all members
lsst.cp.pipe.makeBrighterFatterKernel.BrighterFatterKernel Class Reference

Public Member Functions

def __init__ (self, level, kernelDict)
 

Public Attributes

 level
 
 kernel
 

Detailed Description

A (very) simple class to hold the kernel(s) generated.

The kernel.kernel is a dictionary holding the kernels themselves.
One kernel if the level is 'DETECTOR' or,
nAmps in length, if level is 'AMP'.
The dict is keyed by either the detector ID or the amplifier IDs.

The level is the level for which the kernel(s) were generated so that one
can know how to access the kernels without having to query the shape of
the dictionary holding the kernel(s).

Definition at line 204 of file makeBrighterFatterKernel.py.

Constructor & Destructor Documentation

◆ __init__()

def lsst.cp.pipe.makeBrighterFatterKernel.BrighterFatterKernel.__init__ (   self,
  level,
  kernelDict 
)

Definition at line 217 of file makeBrighterFatterKernel.py.

Member Data Documentation

◆ kernel

lsst.cp.pipe.makeBrighterFatterKernel.BrighterFatterKernel.kernel

Definition at line 226 of file makeBrighterFatterKernel.py.

◆ level

lsst.cp.pipe.makeBrighterFatterKernel.BrighterFatterKernel.level

Definition at line 225 of file makeBrighterFatterKernel.py.


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