-
Notifications
You must be signed in to change notification settings - Fork 5
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
added analytical 2D rad dcf #712
base: main
Are you sure you want to change the base?
Conversation
📚 Documentation |
I would leave the examples as-is. The function should not be in dcf_voronoi, but in dcf_radial.py Please also consider if the comments are really useful. Can it would be great to write some unit tests, see |
Thanks for the feedback Felix, I changed everything accordingly and implemented a simple test comparing the results to a 2D rad equidistant dcf |
I added an analytical DCF for 2D radial trajectories.
So far, I tried them with the direct_reconstruction example, might make sense to include it somewhere else and also to implement some tests.
Addresses Issue #154