Measuring distance between markers in 2 different scans, struggling with transform because of unknown segment origins?

I have MRI scans of the knee (femur and tibia) and I am looking to compare the position of fiducials on the skin with respect to the bone between 2 different scans. I have segmented each bone in both scans, and then I start a new Slicer scene, upload 2 segmentation (ex. tibia1(before movement) and tibia2(after movement). I manually align the tibia’s using the Transforms module, then I need to measure the distance (3D) between the skin fiducials before movement and after movement. But when I try to export the transforms, and the fiducial positions from each respective scan, the results don’t match the visuals. It seems like the global coordinate system in each original scan, is not the same at the segment coordinate system after I upload it separately. Is there something I am missing? Should I approach this problem differently? This seems like it should be a straight forward measurement!

It sounds like you didn’t export the transformed point. You can use Harden transform in the context menu of the Transform hierarchy tab of the Data module. Or the button at the bottom of the Transforms module.

image

The point/marker/fiducial that I want to transform is not saved with the segment, I think when I save the segment from the original scan I need to save it with the original as the same as the original scan. That would solve my problem!

I meant to say I need the segment coordinate system/origin to be the same in the original scan and when I export the segment and bring back only the segment.

I think I found the answer here !! How to provide global coordinate system after crop volume segment? - #2 by lassoan