bodokaiser / mrtous

Generate US images from MR brain images.
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

use float32 for images and model #16

Closed bodokaiser closed 7 years ago

bodokaiser commented 7 years ago

I just found out that the MINC2 volumes use int16 as data type this means there will be no precision loss in using float32 instead of float64.