-
Notifications
You must be signed in to change notification settings - Fork 4
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
BUG: Remove obsolete VRG Generation functionality #140
Conversation
4cc2a14
to
34a9c6e
Compare
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.
Thanks for working on those changes 🙏
Beside of few minor nitpicks, it will be good for integration
In the commit message, could you also provide the rational for removing the removing the features ? (e.g superseded by the integration of hierarchical registration allowing to ...)
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.
34a9c6e
to
a7310b0
Compare
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.
Thanks for addressing the comments 🙏
I suggest to further tweak the commit message and pull request description to include the rational. Feel free to tweak/adapt as you see fit.
Removes the 'Manual Camera Placement' and 'Automatic Camera Placement'
VRG Generation UI groups from the Pre-Processing modules, along with all
of their associated backend code. This includes the removal of the
CalculateDataIntensityDensity and VirtualRadiographGeneration modules.
+ The support for camera placement is superseded by the hierarchical registration capability.
a7310b0
to
3ade5fc
Compare
Removes the 'Manual Camera Placement' and 'Automatic Camera Placement' VRG Generation UI groups from the Pre-Processing modules, along with all of their associated backend code. This includes the removal of the CalculateDataIntensityDensity and VirtualRadiographGeneration modules. The support for camera placement is superseded by the hierarchical registration capability.
3ade5fc
to
9f5e88c
Compare
Closes #132.
This PR removes the 'Manual Camera Placement' and 'Automatic Camera Placement' VRG Generation UI groups from the Pre-Processing modules, along with all of their associated backend code. This includes the removal of the
CalculateDataIntensityDensity
andVirtualRadiographGeneration
modules.The support for camera placement is superseded by the hierarchical registration capability.