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
andCBVCorrector
class instance respectively.- **kwargsdict
Extra keyword arguments to be passed to the corrector class.
- Returns
- correcter
Corrector
Instance of a Corrector class, which typically provides
correct()
anddiagnose()
methods.
- correcter