Reconstruction of synchrotron-based X-ray tomographic microscopy (SRXTM) images

Dear community,

I am a newbie to 3D Slicer and I’m hoping to get some advice. I have a set of Synchrotron-based X-ray tomographic microscopy (SRXTM) images including 1700 slices (2D). I would like to visualize its 3D volume according to the grey value range of 0 to 256 (attached example image).

Is 3D Slicer software suitable for this task? Does anyone have experience visualizing SRXTM data in 3D Slicer?

Any assistance you can provide would be greatly appreciated!

Best regards,
Picture1

Yes, that should be something you can do in Slicer. Please have a look at the tutorials and examples, maybe the ones from SlicerMorph and let us know if you hit any specific issues. It may depend on the resolution and format of the images, so you could report that info here if you have trouble.

Dear Mr. Steve Pieper,

Thanks for your response!

Here is some information related to my work.

  • Operating system: Windows 10, Intel(R) Core™ i7-6820HQ CPU @ 2.70GHz 2.71 GHz, 32GB RAM.
  • Slicer version: 5.6.2
  • Data information: My data consists of 1700 JPEG slices (5120 x 3840) that were converted from TIFF original format. Its resolution is 2.4014755 μm.

I have opened 1700 slices of JPEG format using SlicerMorph extension and reconstruct its 3D volume (enclosed image).

Now, I want to create segments from whole tomographic volume based on predefined intensity ranges, which are high grey values from 210 to 255 (silica), low grey values from 110 to 200 (high organic matter), intermediate grey values from 50 to 110 (low organic matter), and < 50 (air).

I tried utilizing the Segment Editors module’s Threshold option to accomplish it. However, the threshold value range is limited to 0 to 9 rather than 0 to 256.

Could you please advise me on how to proceed?

Any assistance you can provide would be greatly appreciated!

Best regards,

Segment editor simply displays whatever intensity values are provided by your dataset. Are you sure you have 8 bit intensity values (0-255)? You can use the data probe (hover over individual voxels and see) and volumes module (for whole dataset) to obtain what the range of values are:
For data probe see: User Interface — 3D Slicer documentation

For volumes: Volumes — 3D Slicer documentation