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 ability to view individual or averaged distributions #7

Open
derekcoffman opened this issue Jun 21, 2024 · 1 comment
Open

Add ability to view individual or averaged distributions #7

derekcoffman opened this issue Jun 21, 2024 · 1 comment

Comments

@derekcoffman
Copy link
Collaborator

derekcoffman commented Jun 21, 2024

Individual distribution will be:

  • x: diameter (log)
  • y: dNdlogDp (dSdlogDp, dVdlogDp)

can be for a single time or from an average of times

@derekcoffman
Copy link
Collaborator Author

Here's the easy part. To get an average size distribution (diam vs dNdlogDp). The example is from the jupyter notebook

flight_11_cdp.cdp_dNdlogDp.mean(dim="time").hvplot.scatter()

This will generate an average distribution for the entire flight which isn't terribly useful. The harder part will be to capture the start/stop times from the users selection and average over that time period.

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