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

Azimuthal averaging with density #89

Open
ttricco opened this issue Jul 12, 2024 · 0 comments
Open

Azimuthal averaging with density #89

ttricco opened this issue Jul 12, 2024 · 0 comments

Comments

@ttricco
Copy link
Owner

ttricco commented Jul 12, 2024

Azimuthal averaging of density doesn't work when density isn't an explicit column in the SarracenDataFrame.

In the case of rendering / interpolation, it will construct a numpy array of the density using the smoothing length and particle mass.

However, in this case, we use groupby on the dataframe to sort particles into their radial bins, and this approach won't work with a reconstructed numpy array of density.

Related to #87

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