Skip to content

Commit 04d7cf5

Browse files
committed
dwibiascorrect fsl: Revise warning
Terminal warning issued to user was copy&pasted from 3.0_RC3, but not properly modified to reflect the changes to the dwibiascorrect interface introduced in 3.0.0. As observed in nipy/nipype#3248 by @effigies.
1 parent 6f2ca85 commit 04d7cf5

File tree

1 file changed

+2
-2
lines changed
  • lib/mrtrix3/dwibiascorrect

1 file changed

+2
-2
lines changed

lib/mrtrix3/dwibiascorrect/fsl.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ def execute(): #pylint: disable=unused-variable
5050

5151
fast_cmd = fsl.exe_name('fast')
5252

53-
app.warn('Use of -fsl option in dwibiascorrect script is discouraged due to its strong dependence ' + \
53+
app.warn('Use of fsl algorithm in dwibiascorrect script is discouraged due to its strong dependence ' + \
5454
'on brain masking (specifically its inability to correct voxels outside of this mask).' + \
55-
'Use of the -ants option is recommended for quantitative DWI analyses.')
55+
'Use of the ants algorithm is recommended for quantitative DWI analyses.')
5656

5757
# Generate a mean b=0 image
5858
run.command('dwiextract in.mif - -bzero | mrmath - mean mean_bzero.mif -axis 3')

0 commit comments

Comments
 (0)