lsst.cp.pipe  21.0.0-10-gcf60f90+8ee5fb78c1
Public Member Functions | List of all members
lsst.cp.pipe.makeBrighterFatterKernel.BrighterFatterKernel Class Reference

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)
 

Detailed Description

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 260 of file makeBrighterFatterKernel.py.

Constructor & Destructor Documentation

◆ __init__()

def lsst.cp.pipe.makeBrighterFatterKernel.BrighterFatterKernel.__init__ (   self,
  originalLevel,
**  kwargs 
)

Definition at line 277 of file makeBrighterFatterKernel.py.

Member Function Documentation

◆ __setattr__()

def lsst.cp.pipe.makeBrighterFatterKernel.BrighterFatterKernel.__setattr__ (   self,
  attribute,
  value 
)
Protect class attributes

Definition at line 296 of file makeBrighterFatterKernel.py.

◆ makeDetectorKernelFromAmpwiseKernels()

def lsst.cp.pipe.makeBrighterFatterKernel.BrighterFatterKernel.makeDetectorKernelFromAmpwiseKernels (   self,
  detectorName,
  ampsToExclude = [],
  overwrite = False 
)

Definition at line 306 of file makeBrighterFatterKernel.py.

◆ replaceDetectorKernelWithAmpKernel()

def lsst.cp.pipe.makeBrighterFatterKernel.BrighterFatterKernel.replaceDetectorKernelWithAmpKernel (   self,
  ampName,
  detectorName 
)

Definition at line 303 of file makeBrighterFatterKernel.py.


The documentation for this class was generated from the following file: