Voxelized phantom creation on 3D slicer

Hello everyone,

I am currently working on constructing a patient-specific phantom for GATE simulations. I’ve uploaded a CT image and segmented the regions of interest using the TotalSegmentator module. The resulting segmentations were saved as STL files. However, I would prefer to convert these segmentations into a voxelized format, such as interfile, analyse, dicom or metaimage format, as these are more compatible and easier to use in GATE for my simulations.

Could anyone guide me on how to achieve this conversion using 3D Slicer?

Your help would be greatly appreciated!

Best regards,
Beatriz

If you convert the segmentation to a labelmap (right click on Segmentation in Data module and pick export to binary labelmap) then you can save in metaimage format directly (right click on labelmap and pick export to file and pick mha or mhd format).

1 Like

Thank you for explaining!

Also note that if the source representation is “binary labelmap” (this is usually the case) and you save the segmentation then it is already saved in “voxelized” format in NRRD file format.

NRRD file format is very similar to MHA (metaimage) and NIFTI, but we prefer NRRD because MHA does not have a standard way of specifying image dimensions and image orientation; and NIFTI has ambiguities in image orientation specification and cannot store arbitrary additional metadata.

1 Like