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 d24c5cd commit 3a82578Copy full SHA for 3a82578
nipype/interfaces/fsl/preprocess.py
@@ -1287,7 +1287,7 @@ class FUGUE(FSLCommand):
1287
>>> fugue.inputs.unwarp_direction = 'y'
1288
>>> fugue.inputs.save_shift = True
1289
>>> fugue.cmdline #doctest: +ELLIPSIS
1290
- 'fugue --dwelltoasym=0.3130081301 --mask=epi_mask.nii --phasemap=epi_phasediff.nii --saveshift=epi_phasediff_vsm.nii.gz --unwarpdir=y'
+ 'fugue --dwelltoasym=0.9390243902 --mask=epi_mask.nii --phasemap=epi_phasediff.nii --saveshift=epi_phasediff_vsm.nii.gz --unwarpdir=y'
1291
>>> fugue.run() #doctest: +SKIP
1292
1293
0 commit comments