BrownBiomechanics / SlicerAutoscoperM

This 3D Slicer extension enables users to perform image registration.
https://autoscoperm.slicer.org
MIT License
1 stars 4 forks source link

ENH: Load combined scale and translation transforms to generated PVs #139

Closed sbelsk closed 6 days ago

sbelsk commented 2 weeks ago

Closes https://github.com/BrownBiomechanics/SlicerAutoscoperM/issues/133

To reduce clutter for the app users, after the generation of partial volumes in the pre-processing module, only the combined scale and translation transformation layer is loaded and applied onto each PV, instead of the two separate scale and translation trasnforms. I.e., {}.tfm is loaded and applied instead of {}_t.ftm and {}_scale.tfm.

All files are still written to the output directory as part of the PV generation proceess as before.