-
Notifications
You must be signed in to change notification settings - Fork 21
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
Radial Column Density #8
Comments
Ha, I almost forget about this. The original difficulty to reimplement the functionality is the license incompatibility with healpy which is copyleft. Now there seems to be an alternative implementation in Astropy. If that's true, we'll be able to add this functionality without license conflict. |
I have some idea about where to go next for this that I want to jot down here for future reference. I think the radial column density functionality could be generalized to be another plot window of spherical projection. Basically, this could have an interface like:
The What needs to be done next is to figure out the best place of implementing this, and figure out an efficient implementation. The handling of angular coordinates is very different from cartesian coordinates, which might be a difficulty in the implementation. |
Regarding the license issue, a BSD-licensed HEALPix for Astropy exists to solve it. See http://astropy-healpix.readthedocs.io/en/latest/about.html. |
Issue #1047 on yt.
Originally reported by: Bili Dong (Bitbucket: qobilidop, GitHub: qobilidop)
Is anyone working on porting the radial column density analysis module from yt-2.x to yt-3.x? This functionality is exactly what I need for my current research. I'd like to do the work if no one else is already working on it.
The text was updated successfully, but these errors were encountered: