LinearizeNone¶
- 
class 
lsst.ip.isr.LinearizeNone¶ Bases:
lsst.ip.isr.LinearizeBaseDo not correct non-linearity.
Attributes Summary
LinearityTypeMethods Summary
__call__(image, **kwargs)Do not correct for non-linearity. Attributes Documentation
- 
LinearityType= 'None'¶ 
Methods Documentation
- 
__call__(image, **kwargs)¶ Do not correct for non-linearity.
Parameters: - image : 
lsst.afw.image.Image Image to be corrected
- kwargs : 
dict Dictionary of parameter keywords:
coeffsCoefficient vector (
listornumpy.array).logLogger to handle messages (
logging.Logger).
Returns: - image : 
 
-