lightkurve.correctors.corrector.Corrector.diagnose#
- abstract Corrector.diagnose() matplotlib.axes._axes.Axes [source]#
Returns plots which elucidate the most recent call to
correct()
.This method shall plot useful diagnostic information which have been stored as object attributes during the most recent call to
correct()
.