Segmentation of brain Tumor

hi
I have problem with brain tumor segment with Segment Editor module ,
when i saved my model and import the model file ,its not like my model !
what is the problem ? how can i fix it ?aft bef

You used the “Export to files” feature with “LPS” coordinate system.

LPS coordinate system is better for compatibility with other software (majority of medical image computing software nowadays assumes STL and OBJ files store LPS coordinates). Slicer uses RAS coordinate system.

If you load a model file with LPS coordinates then you can transform it back to RAS as described here.

Overall, I would suggest to use export feature for creating files for other software (mesh editors, 3D printers, etc.). If you want to save data that you will load into Slicer, you can use File / Save.

1 Like

Thank you very much :+1: