-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Labels
questionFurther information is requestedFurther information is requested
Description
Hi there,
is there a reason why there is a line of code that rounds the nifti outputs to integers?
nifti_out = nib.Nifti1Image(np.round(nifti_out).astype(np.int16), affine, header) #fix scaling issue
Because I'm working with images that are pretty low in intensity, and I'm afraid of losing small fluctuations that cannot be attributed to noise. I'm not sure what scaling issue this would fix.
Thanks!
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested