lsst.cp.pipe
18.1.0-3-g8ea57af+5
|
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 204 of file makeBrighterFatterKernel.py.
def lsst.cp.pipe.makeBrighterFatterKernel.BrighterFatterKernel.__init__ | ( | self, | |
level, | |||
kernelDict | |||
) |
Definition at line 217 of file makeBrighterFatterKernel.py.
lsst.cp.pipe.makeBrighterFatterKernel.BrighterFatterKernel.kernel |
Definition at line 226 of file makeBrighterFatterKernel.py.
lsst.cp.pipe.makeBrighterFatterKernel.BrighterFatterKernel.level |
Definition at line 225 of file makeBrighterFatterKernel.py.