-
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
Improve documentation related to how Autoscoper loads volumes into its world space. #280
Comments
@amymmorton @jcfr Starting to workshop a diagram to showcase all of the transforms within the pre-processing module. A couple of changes that will need to go in for this:
Let me know if there is anything else you would like to see. I also had a couple of questions:
|
We need to make sure that we are consitent with previous bvr processing and scalable to 3dct/4dct. Historical bvr: *established -- but not yet created in preprocessing flow:
y_sz = size(volumeName.tif,1) * inv(volumeName.tfm)(1,1) ; where PVOL_volumeName.stl == segmented volumeName.stl in dicom space * 'translation from inv(volumeName.tfm) The additional complexity of the vrgs has to be compatible with this bvr cs convention |
See this comment BrownBiomechanics/SlicerAutoscoperM#97 (comment)
Autoscoper/libautoscoper/src/Volume.cpp
Lines 107 to 139 in 8fe9748
Autoscoper/libautoscoper/src/TiffImage.cpp
Lines 115 to 162 in 8fe9748
The text was updated successfully, but these errors were encountered: