-
Notifications
You must be signed in to change notification settings - Fork 182
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
Dev varRBE robopt world coordinate system #751
Dev varRBE robopt world coordinate system #751
Conversation
NOTE: results differ by small degree. is the example result reproducible everytime ?
comments for reviewers
|
Can you quickly write a summary about
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good work, but I think some stuff could be a bit cleaner. Also, there seems to be some regular transformations which could deserve their own functions and are not directly clear why they are done this way (maybe add comments).
matRad/doseCalc/+DoseEngines/@matRad_DoseEngineBase/initDoseCalc.m
Outdated
Show resolved
Hide resolved
Summary of the different coordinate systems :
|
i think from a MC point of view you are good to go |
Also there's a huge number of tests failing: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good now!
However, I wonder how you manually tested the alignment of the grids? Just by looking at the dosimetric results (equivalence) or did you debug and check that similar values are generated?
Will take a look on why the tests don't run through. |
My bad, it's only the failing coverage report in PRs. |
This PR should replace the old world coordinate system PR #704