-
-
Notifications
You must be signed in to change notification settings - Fork 67
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
Change bin dimension #202
Comments
Are you referring to the |
Ok! I think that It can useful to reduce the time processing. I use DVH with 0.5Gy step (so every 50cGy) |
I'll leave this issue open for a future contribution, but if you need bins resampled you can manually re-bin your histograms using |
I am trying to implement this, @bastula could you elaborate on how re-binning can be done by numpy? Is it as simple as changing the relevant arguments in the return line of |
The script calculate the dose in cGy and thus the bin dimension is of 0.01. I would like to change bin dimension in 0.1 or 0.5 ... How I can obtain this? Thank you very well!
The text was updated successfully, but these errors were encountered: