LinearizeNone#

class lsst.ip.isr.LinearizeNone#

Bases: LinearizeBase

Do not correct non-linearity.

Attributes Summary

Methods 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#

imagelsst.afw.image.Image

Image to be corrected

kwargsdict

Dictionary of parameter keywords:

coeffs

Coefficient vector (list or np.ndarray).

log

Logger to handle messages (logging.Logger).

Returns#

outputtuple [bool, int]

If true, a correction was applied successfully. The integer indicates the number of pixels that were uncorrectable by being out of range.