Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a conveniences method for PhotometryData #462

Closed
mwcraig opened this issue Oct 7, 2024 · 0 comments · Fixed by #464
Closed

Add a conveniences method for PhotometryData #462

mwcraig opened this issue Oct 7, 2024 · 0 comments · Fixed by #464
Assignees
Milestone

Comments

@mwcraig
Copy link
Contributor

mwcraig commented Oct 7, 2024

Adding a to_lightcurve method that makes a LightCurve object from the lightkurve package would make PhotometryData much more useful. Those objects have methods for performing a periodogram (Lomb-Scargle or BLS), phase folding, plotting, etc. So lots of extra functionality without much effort on our part. A LightKurve object is a subclass of astropy's TimeSeries, so we get both for free.

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

Successfully merging a pull request may close this issue.

1 participant