lsst.ip.isr
18.1.0-12-gc95f69a+1
|
Classes | |
class | LinearizeBase |
class | LinearizeLookupTable |
class | LinearizeSquared |
Functions | |
def | getLinearityTypeByName (linearityTypeName) |
def lsst.ip.isr.linearize.getLinearityTypeByName | ( | linearityTypeName | ) |
Determine the linearity class to use if the type is known. Parameters ---------- linearityTypeName : str String name of the linearity type that is needed. Returns ------- linearityType : `~lsst.ip.isr.linearize.LinearizeSquared` The appropriate linearity class to use. If no matching class is found, `None` is returned.
Definition at line 32 of file linearize.py.