lightkurve.LightCurve.tail#

LightCurve.tail(n: int = 5)[source]#

Return the last n rows.

Parameters:
nint

Number of rows to return.

Returns:
lcLightCurve

Light curve containing the last n rows.