Skip to content

Commit 76c934d

Browse files
josephmjeoesteban
andcommitted
Update dmriprep/utils/images.py
Co-Authored-By: Oscar Esteban <[email protected]>
1 parent e253ae8 commit 76c934d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dmriprep/utils/images.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def extract_b0(in_file, b0_ixs, out_path=None):
1010
in_file, suffix='_b0', use_ext=True)
1111

1212
img = nb.load(in_file)
13-
data = img.get_fdata(dtype='float32')
13+
data = img.get_fdata()
1414

1515
b0 = data[..., b0_ixs]
1616

0 commit comments

Comments
 (0)