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
- correcter
Corrector
Instance of a Corrector class, which typically provides
correct()
anddiagnose()
methods.
- correcter