An easy way to explore .nii volumes and slices.
-
Use the file selector to quickily switch between .nii files:
-
Use the volume and slice sliders to explore the volumes and slices:
-
Automated analysis of volumes for motion-induced damage in images:
Our built-in analyzer uses advanced A.I. algorithm to estimate the amount of damage induced by moving subjects during the scan.
-
Flag the volumes you would like to exclude and export a new file:
-
Video demo: https://youtu.be/HMPbxrktTrA
- OS X: download
- Windows: Link coming soon
- Linux: Link coming soon
- Install all required dependencies from the requirements.txt:
pip install -r requirements.txt
- Navigate to the Viewer folder:
cd Viewer
- Run from source:
fbs run
- Freeze code:
fbs freeze
- Compile installer:
fbs installer