LCSR-CIIS / ambf_util_slicer_plugin

some utilities for quickly converting volumes, markups from 3DSlicer into format accepted by AMBF simulator
BSD 2-Clause "Simplified" License
3 stars 3 forks source link

ambfPose now acts like an lps transform and vol rendering more user f… #6

Closed htp2 closed 1 year ago

htp2 commented 1 year ago

…riendly

htp2 commented 1 year ago

Previously, the "AMBFPose" transform acted within Slicer's coordinate frame choice (RAS). The user had to realize this and align visually based on the AMBF_X, AMBF_Y, AMBF_Z axes provided. This was not very intuitive to the user. So instead, under the hood, that transform will get applied as if it was a transform in LPS (the coordinate frame choice from AMBF).

Before the visuals matched, but the transformation matrix in Slicer was in RAS not LPS.

Now both should match (visuals AND numbers)