lsst.cp.pipe
20.0.0-8-gea2affd+8a26795657
|
Public Member Functions | |
def | __init__ (self, originalLevel, **kwargs) |
def | __setattr__ (self, attribute, value) |
def | replaceDetectorKernelWithAmpKernel (self, ampName, detectorName) |
def | makeDetectorKernelFromAmpwiseKernels (self, detectorName, ampsToExclude=[], overwrite=False) |
A simple class to hold the kernel(s) generated and the intermediate data products. kernel.ampwiseKernels are the kernels for each amplifier in the detector, as generated by having LEVEL == 'AMP' kernel.detectorKernel is the kernel generated for the detector as a whole, as generated by having LEVEL == 'DETECTOR' kernel.detectorKernelFromAmpKernels is the kernel for the detector, generated by averaging together the amps in the detector The originalLevel is the level for which the kernel(s) were generated, i.e. the level at which the task was originally run.
Definition at line 253 of file makeBrighterFatterKernel.py.
def lsst.cp.pipe.makeBrighterFatterKernel.BrighterFatterKernel.__init__ | ( | self, | |
originalLevel, | |||
** | kwargs | ||
) |
Definition at line 270 of file makeBrighterFatterKernel.py.
def lsst.cp.pipe.makeBrighterFatterKernel.BrighterFatterKernel.__setattr__ | ( | self, | |
attribute, | |||
value | |||
) |
Protect class attributes
Definition at line 289 of file makeBrighterFatterKernel.py.
def lsst.cp.pipe.makeBrighterFatterKernel.BrighterFatterKernel.makeDetectorKernelFromAmpwiseKernels | ( | self, | |
detectorName, | |||
ampsToExclude = [] , |
|||
overwrite = False |
|||
) |
Definition at line 299 of file makeBrighterFatterKernel.py.
def lsst.cp.pipe.makeBrighterFatterKernel.BrighterFatterKernel.replaceDetectorKernelWithAmpKernel | ( | self, | |
ampName, | |||
detectorName | |||
) |
Definition at line 296 of file makeBrighterFatterKernel.py.