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 e253ae8 commit 76c934dCopy full SHA for 76c934d
dmriprep/utils/images.py
@@ -10,7 +10,7 @@ def extract_b0(in_file, b0_ixs, out_path=None):
10
in_file, suffix='_b0', use_ext=True)
11
12
img = nb.load(in_file)
13
- data = img.get_fdata(dtype='float32')
+ data = img.get_fdata()
14
15
b0 = data[..., b0_ixs]
16
0 commit comments