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

Improvements to light curve plotting #20

Open
jcsmithhere opened this issue Sep 27, 2022 · 0 comments
Open

Improvements to light curve plotting #20

jcsmithhere opened this issue Sep 27, 2022 · 0 comments

Comments

@jcsmithhere
Copy link
Collaborator

A lot more could be done with the light curve plotting.

Add in a way to easily plot individual light curves, for example:
bdf.get_clostest_by_time('2022-06-10 16:04:24').plot_lightcurve()
would download the appropriate data and plot the light curve.

Or, if you have a selection of lightcurves, plot them all:
bdf.get_clostest_by_time('2022-06-10 16:04:24', n=5).plot_lightcurve()
would plot all the light curves, maybe in separate plot windows or maybe all together.

Also, would be good to have a way to easily access the lightcurve object for a specific bolide, for example:
bdf.get_clostest_by_time('2022-06-10 16:04:24').lightcurve
would access the lightcurve object for this bolide.

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

No branches or pull requests

1 participant