Point coordinates in model imported into the 3D Slicer differ from the coordinates in the file

Hi, all!
I was wondering why the position point of the 3D slicer I imported directly is different from the actual one.



As shown in the figure, the red dot represents a model I imported into slicer (vtk format), which is represented by 6 dots, respectively 0.00 0.00 0.00, -0.04 0.33 1.10, -0.15 1.22 1.82,
-0.30 2.35 1.92, -0.42 3.35 1.37, -0.49 3.87 0.35, the red cubes in the pictures.
But I visualized the points by entering the X, Y, Z coordinate values, and found that there was a difference between them, specifically the X and Y values turned negative.
So? Is there something wrong in the transform hierarchy?
Any advice will be great! Thank you!

Almost all medical image computing software standardized on using LPS coordinate system in files. Slicer follows this convention. If coordinate values in your model file are in RAS coordinate system and you don’t want to change that then you can indicate this in the file header. See more information at these links:

1 Like

That is very helpful! Thank you very much!