Skip to content

Commit 95053ad

Browse files
author
vsaase
committed
fix b0_indices not found
1 parent 77d75f8 commit 95053ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nipype/workflows/dmri/fsl/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,7 @@ def b0_average(in_dwi, in_bval, max_b=10.0, out_file=None):
439439
import numpy as np
440440
import nibabel as nb
441441
import os.path as op
442+
from nipype.workflows.dmri.fsl.utils import b0_indices
442443

443444
if out_file is None:
444445
fname, ext = op.splitext(op.basename(in_dwi))

0 commit comments

Comments
 (0)