ekaterinailin / AltaiPony

Find flares in Kepler and TESS light curves. Notebooks for quickstart inside.
https://altaipony.readthedocs.io
MIT License
26 stars 10 forks source link

Update lcio functions according to new lightkurve version #36

Closed ekaterinailin closed 5 years ago

ekaterinailin commented 5 years ago

What needs to be created or improved?

lightkurve search functions work differently, and the old ones will be deprecated soon.

Can you provide an example?

from lightkurve import search_targetpixelfile
tpf = search_targetpixelfile(EPIC)
TPF = tpf.download()

What is the goal / expected behaviour?

Make LCIO compatible with future versions of lightkurve and also cleaner than before.