Skip to content

Instantly share code, notes, and snippets.

View nunorc's full-sized avatar

Nuno Ramos Carvalho nunorc

View GitHub Profile

Keybase proof

I hereby claim:

  • I am nunorc on github.
  • I am nrc (https://keybase.io/nrc) on keybase.
  • I have a public key whose fingerprint is 94AA 2B5B 468C 83A4 E885 A779 C733 5AEC DFC6 223D

To claim this, I am signing this object:

import lightkurve as lk
# retrieve the light curve file
lcf = lk.search_lightcurvefile('kepler-427', quarter=6).download()
# retrive the PDFSAP light curve from the file
lc = lcf.PDCSAP_FLUX
# plot the light curve
lc.plot()