lightkurve.LightCurve.to_corrector#

LightCurve.to_corrector(method='sff', **kwargs)[source]#

Returns a corrector object to remove instrument systematics.

Parameters
methodsstring

Currently, “sff” and “cbv” are supported. This will return a SFFCorrector and CBVCorrector class instance respectively.

**kwargsdict

Extra keyword arguments to be passed to the corrector class.

Returns
correcterCorrector

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