lightkurve.io.k2sff.read_k2sff_lightcurve#

lightkurve.io.k2sff.read_k2sff_lightcurve(filename, ext='BESTAPER', **kwargs)[source]#

Read a K2SFF light curve file.

More information: https://archive.stsci.edu/hlsp/k2sff

Parameters
filenamestr

Path or URL of a K2SFF light curve FITS file.

extstr

Version of the light curve to use. Valid options include “BESTAPER”, “CIRC_APER0” through “CIRC_APER9”, and “PRF_APER0” through “PRF_APER9”.

Returns
lcKeplerLightCurve

A populated light curve object.