Skip to content

Improvements to light curve plotting #20

Description

@jcsmithhere

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.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions