lsst.cp.pipe
20.0.0-29-g1235a2f+df63e48dfd
|
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 259 of file makeBrighterFatterKernel.py.
def lsst.cp.pipe.makeBrighterFatterKernel.BrighterFatterKernel.__init__ | ( | self, | |
originalLevel, | |||
** | kwargs | ||
) |
Definition at line 276 of file makeBrighterFatterKernel.py.
def lsst.cp.pipe.makeBrighterFatterKernel.BrighterFatterKernel.__setattr__ | ( | self, | |
attribute, | |||
value | |||
) |
Protect class attributes
Definition at line 295 of file makeBrighterFatterKernel.py.
def lsst.cp.pipe.makeBrighterFatterKernel.BrighterFatterKernel.makeDetectorKernelFromAmpwiseKernels | ( | self, | |
detectorName, | |||
ampsToExclude = [] , |
|||
overwrite = False |
|||
) |
Definition at line 305 of file makeBrighterFatterKernel.py.
def lsst.cp.pipe.makeBrighterFatterKernel.BrighterFatterKernel.replaceDetectorKernelWithAmpKernel | ( | self, | |
ampName, | |||
detectorName | |||
) |
Definition at line 302 of file makeBrighterFatterKernel.py.