You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: