We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4ea798 commit e982d6fCopy full SHA for e982d6f
dmriprep/utils/images.py
@@ -54,7 +54,6 @@ def median(in_file, newpath=None):
54
55
hdr = img.header.copy()
56
hdr.set_xyzt_units("mm")
57
- hdr.set_data_dtype(np.float32)
58
nb.Nifti1Image(median_data, img.affine, hdr).to_filename(out_file)
59
return out_file
60
0 commit comments