lsst.cp.pipe
17.0.1-1-g6dd7d69+15
|
Public Member Functions | |
def | __init__ (self, level, kernelDict) |
Public Attributes | |
level | |
kernel | |
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 205 of file makeBrighterFatterKernel.py.
def lsst.cp.pipe.makeBrighterFatterKernel.BrighterFatterKernel.__init__ | ( | self, | |
level, | |||
kernelDict | |||
) |
Definition at line 218 of file makeBrighterFatterKernel.py.
lsst.cp.pipe.makeBrighterFatterKernel.BrighterFatterKernel.kernel |
Definition at line 227 of file makeBrighterFatterKernel.py.
lsst.cp.pipe.makeBrighterFatterKernel.BrighterFatterKernel.level |
Definition at line 226 of file makeBrighterFatterKernel.py.