nielsboecker / HoloRepository-Core

A system for transforming medical imaging studies into holograms, storing them in the cloud and providing them to other systems.
GNU Affero General Public License v3.0
6 stars 8 forks source link

PIPELINE: Nifty normalisation is broken #57

Closed nielsboecker closed 5 years ago

nielsboecker commented 5 years ago

IN compNifti2Numpy.py (or nifty_transformation.py after refactoring in #45), the normalisation is broken, as the image is not actually changed.

[18:19] Boonyaprasert, Udomkarn Oh yeah you're right. I should have called the interpolation zoom function on the image with the value of new_spacing

nielsboecker commented 5 years ago

This is being worked at: #69