TIC = 'KIC 11615890'
lc = lk.search_lightcurvefile(TIC, quarter = 3).download().PDCSAP_FLUX
lc.plot(color = 'pink')
/tmp/ipykernel_35/3849789414.py:2: LightkurveDeprecationWarning: The search_lightcurvefile function is deprecated and may be removed in a future version.
Use search_lightcurve() instead.
lc = lk.search_lightcurvefile(TIC, quarter = 3).download().PDCSAP_FLUX
/tmp/ipykernel_35/3849789414.py:2: LightkurveDeprecationWarning: The PDCSAP_FLUX function is deprecated and may be removed in a future version.
lc = lk.search_lightcurvefile(TIC, quarter = 3).download().PDCSAP_FLUX