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.
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.