lightkurve.LightCurve.tail# LightCurve.tail(n: int = 5)[source]# Return the last n rows. Parameters: nintNumber of rows to return. Returns: lcLightCurveLight curve containing the last n rows.