smistad / FAST

A framework for high-performance medical image processing, neural network inference and visualization
https://fast.eriksmistad.no
BSD 2-Clause "Simplified" License
433 stars 101 forks source link

Nifti file now show #205

Closed x1y9 closed 6 months ago

x1y9 commented 6 months ago

Describe the bug Using NIFTIImporter to show .nii.gz file, The image show not correctly.

To Reproduce

importer = fast.NIFTIImporter.create(r"D:\temp\ctchest.nii.gz")
fast.SlicerWindow.create().connectImage(importer).run()

System:

Screenshots image

smistad commented 6 months ago

Thanks for reporting this @x1y9 Are you able to share the ctchest.nii.gz file so I can try to reproduce the error?

x1y9 commented 6 months ago

@smistad you can download the file here: https://drive.google.com/file/d/1mVQe0a2jH3hDDIopQzv3mrpLqpIRBTmE/view?usp=sharing

smistad commented 6 months ago

The bug should be fixed now. You can download and install the new python wheel for windows here when it is done building (bottom of the page under "artifacts"): https://github.com/smistad/FAST/actions/runs/7887990650

image