lightkurve.KeplerTargetPixelFile.to_corrector#

KeplerTargetPixelFile.to_corrector(method='pld', **kwargs)#

Returns a Corrector instance to remove systematics.

Parameters
methodsstring

Currently, only “pld” is supported. This will return a PLDCorrector class instance.

**kwargsdict

Extra keyword arguments to be passed on to the corrector class.

Returns
correcterCorrector

Instance of a Corrector class, which typically provides correct() and diagnose() methods.