lightkurve.LightCurve.head#

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

Return the first n rows.

Parameters
nint

Number of rows to return.

Returns
lcLightCurve

Light curve containing the first n rows.