Closed ekaterinailin closed 6 years ago
Not every K2 TPF has k2sc de-trended light curves. You need to grab a raw TPF and de-trend it using k2sc.
get_k2sc_lc(file, EPIC_ID==None): if EPIC_ID != None & grab_from_k2sc_archive() == Error: lc = grab_from_mast() lc = lc.k2sc()
AltaiPony should be able to treat any observed K2 target.
A 0.1 - worthy solution is FlareLightCurve.detrend()
FlareLightCurve.detrend()
What needs to be created or improved?
Not every K2 TPF has k2sc de-trended light curves. You need to grab a raw TPF and de-trend it using k2sc.
Can you provide an example?
What is the goal / expected behaviour?
AltaiPony should be able to treat any observed K2 target.