lsst.cp.pipe
16.0-2-gc6e0ed0+9
|
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 238 of file makeBrighterFatterKernel.py.
def lsst.cp.pipe.makeBrighterFatterKernel.BrighterFatterKernel.__init__ | ( | self, | |
level, | |||
kernelDict | |||
) |
Definition at line 251 of file makeBrighterFatterKernel.py.
lsst.cp.pipe.makeBrighterFatterKernel.BrighterFatterKernel.kernel |
Definition at line 260 of file makeBrighterFatterKernel.py.
lsst.cp.pipe.makeBrighterFatterKernel.BrighterFatterKernel.level |
Definition at line 259 of file makeBrighterFatterKernel.py.