lightkurve.io.tasoc.read_tasoc_lightcurve¶
- lightkurve.io.tasoc.read_tasoc_lightcurve(filename, flux_column='FLUX_RAW', quality_bitmask=None)[source]¶
Returns a TESS TASOC
LightCurve
.More information: https://archive.stsci.edu/hlsp/tasoc
- Parameters
- filenamestr
Local path or remote url of TASOC light curve FITS file.
- flux_columnstr
Column that will be used to populate the flux values. By default, “FLUX_RAW” is used. It contains the T’DA extracted lightcurve, with no corrections applied to the raw light curves. Corrected lightcurves may become available in the future.