Sorry for the confusion - I mixed my reference to two different volumes I was testing. Yes, that one (1737x1139x2022) is about 7.8 GB. Another smaller one (1119x1338x1294) is 3.6 GB. Both had the same issue. Here’s the example vgi info associated with the vol file:
Yes, I selected 16 bit unsigned and little endian. Here’s the input and what it loads:
The first two pics show it loaded fine (a bird neck shown in the volume), but then at 27.1 mm it clips part of the image, and all subsequent images are black. I also noticed the contrast for the loaded volume can’t be adjusted in the usual way using the mouse; not sure if that’s related to this problem
There is now a simple utility module (VoIImportModule) which allows to obtain the image spacing and dimensions provided by the PCR file. The instructions to install the module and how to use it can be found at:
Hi Murat,
Thank you for this helpful module!
But I’m not able to find it in 3Dslicer after following the installation steps. I cloned the repository, added the additional module path and restarted 3D slicer. But when I open it again, I cannot find the module. I searched as VolImport or GEVolImport, and nothing is showing up.
Did I miss a step to get the module installed?
Thanks!
Julia
@jusopar This is now incorporated to the SlicerMorph module as a development tool (since more testing needs to be done).
Just update your SlicerMorph to the latest version (from extension manager). Then go to Edit->Application Settings->Developer and enable “Developer Mode”. After this you can use the Module Search (CTRL+F) and search for “GEVol”. You also need to enable the “testing” option (see screenshot).
If I don’t use this development tool, what information form the .pcr file I should use to figure out the image spacing, when importing via Image Stack?
On another topic, how can I enable the scale bar (ruler) for the purpose of capturing a screenshot to be used in a figure in a publication?
Image spacing. You need to dig that out from the pcr file. I think everything else should be fine.
if you used this tool (or Imagestacks and provided the right image spacing), your data is already correctly scaled, and you can enable the rulers both in 2D and 3D. In 3D, you need to use the orthographic projection for the ruler to be visible (most people by default use the perspective rendering).