Skip to content

Commit c4be8f9

Browse files
josephmjeoesteban
andcommitted
Update dmriprep/interfaces/images.py
Co-Authored-By: Oscar Esteban <[email protected]>
1 parent 854ab59 commit c4be8f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dmriprep/interfaces/images.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def _run_interface(self, runtime):
3838
return runtime
3939

4040

41-
def extract_b0(in_file, in_rasb, b0_thres=50, newpath=None):
41+
def extract_b0(in_file, b0_mask, newpath=None):
4242
"""Extract the *b0* volumes from a DWI dataset."""
4343
import numpy as np
4444
import nibabel as nib

0 commit comments

Comments
 (0)