/GEVolImport

Primary LanguagePython

GEVolImport

SUMMARY

This module imports VOL files output by the GE tome microCT scanner into 3D Slicer. It parses the PCR file to obtain the 3D image dimensions, voxel spacing, data format and other relevant metadata about the VOL file and generate a NHDR file to load the VOL file into Slicer.

INSTALLATION

Clone the VolImportModule repository to your computer (or use the download zip option). Then open 3D Slicer application, and go to Edit->Application Settings->Modules. Click the >> button next to Additional Module Path and click Add, and navigate to the folder you cloned (or unzipped) the VolImportModule. Restart Slicer for changes to take effect.

USAGE

After restarting SLicer hit CTRL+F and search for VolImport module and switch to the module to use it. For the module to work correctly, the accompanying VOL file and the output NHDR file should sit in the same folder as the PCR file.

Input Files:

Click ... button to and navigate to the XXXXX.pcr file, where XXXXX is the name of the VOL file you would like to import.

Output Files:

Hit the Generate NHDR button, this will create a NHDR file for you in the same directory of the PCR and VOL files to be able to load the volume next time, as well as immediately loading it into the active scene.

USAGE SUGGESTIONS:

Currently only FLOAT, UNSIGNED 16 BIT INTEGER and UNSIGNED 16 BIT INTEGER data types are supported. Please contact us with a sample dataset to enable additional data types.