I currently want to morph the pelvis and sacrum in the AMMR to patient-MRI stl-files.
For the pelvis, the step-by-step instructions from the AnyBody Tutorials worked fine.
However, the sacrum does not change at all, despite several attempts. As with the pelvis morphing, I tried to include a custom scaling function for the sacrum:
The "STLTransformSacrum" is a "AnyFunTransform3DSTL" with a "AnyFunTransform3DRBF" and here a "AnyFunTransform3DLin2" as PreTransforms.
The model loads successfully, but does not adapt the sacrum. I have noticed that in the pelvis segment of the AMMR, there is also a DrwSacrum in addition to the DrwPelvis. So I tried to add the scaling function to the pelvis segment as well, but without success.
What is the right way to morph the sacrum into an individual stl file?
My "MyScalingFunctions" are structured as instructed in the Morphing-Tutorials with the Input-reference of the AnyFunTransform3DSTL to the Pelvis or Sacrum FileNames of the Source- and Target AnySurfSTLs.
Could you maybe specify how you combined the pelvis and sacrum scaling into the same function?
the use of only RBF transformation for pelvis and sacrum landmarks in combination with your code example already worked for my model as well!
Thank you very much for your help!