How to set dimensions and slice thickness when reconstructing FIB stack

Hi,

I’m using 3D Slicer to reconstruct a material volume. The slices of this volume were createt using FIB (Focused Ion Beam) in a SEM. At this point I struggle to set the correct dimensions of my volume. Each image of my stack is 250x250 pixel and 1 pixel is equivalent to 0.025µm. My stack consists of 199 images, where one image reprents one slice created using FIB with a slice thickness of 40nm. How can I implement the slice thickness of 40nm and the correct dimensions to have a correct length bar?

After you import your data, you can edit those fields in the Volumes module. From your description it sounds like spacing should be (0.000025, 0.000025, 0.00004). Default units in slicer is millimeters.

Thank you very much!
I changed the values and verified them by using the measurement tool and indeed it shows the correct distance.

1 Like

Now, with everything set, the ruler in the 3D view is not correct. I imported the stack via SlicerMorph import tool and set the correct values for image spacing. Then I did the segmentation and export the segmentation to models to use the clipping planes. When I then turn on the ruler, it shows something with meters but the 2D windows show the correct nanometer values. How to fix this?

I assume you changed the default unit to nanometers, and then enter the spacing value in ImageStacks? Is that the correct description of the steps?

If so, this is might be related to some issue with Units support in Slicer; it is not entirely complete. If you can file a bug detailing the steps of what you have done at the GitHub - Slicer/Slicer: Multi-platform, free open source software for visualization and image computing.. Not sure when it can be fixed, but it will be put in the queue

If you want your ruler and measurement values to display the right units, bring back the default unit to mm, and when you are using the ImageStacks enter the value in form of millimeters, not nanometers. Then both units should display correctly.

Altneratively, use can edit the ruler unit manually after you have taken a screenshot. (the scale will be correct, it appears it is displaying wrong unit).