Skip to content
This repository has been archived by the owner on Feb 27, 2022. It is now read-only.

Add support for k2 lightcurves #26

Merged
merged 1 commit into from
Oct 6, 2017

Conversation

mirca
Copy link
Contributor

@mirca mirca commented Sep 8, 2017

I added support for accessing K2 lightcurves. Appreciate any suggestions :D
cc @rodluger @barentsen

edit:

code snippet:

>>> import kplr
>>> k2star = kplr.API().k2_star(247571257)
>>> k2star
<K2Star(247571257)>
>>> k2star.get_light_curves()
[<K2LightCurve("KTWO247571257-C13_LC")>]

oops, this patch overlaps with #25

@dfm
Copy link
Owner

dfm commented Sep 14, 2017

@rodluger: how do you feel about this over #25? It looks like this has the feature you want and more...

@dfm
Copy link
Owner

dfm commented Sep 14, 2017

PS thanks @mirca! I'm on holiday so everything is moving slowly.

@rodluger
Copy link

@dfm: This one looks good, thanks @mirca. You can close mine!

@dfm dfm merged commit 741f611 into dfm:master Oct 6, 2017
@mirca mirca deleted the add-support-for-k2-lightcurves branch October 6, 2017 15:22
@mirca
Copy link
Contributor Author

mirca commented Oct 6, 2017

@dfm @rodluger Thanks =D

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants