File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
nipype/workflows/dmri/fsl Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -509,12 +509,12 @@ def sdc_fmb(name='fmb_correction',
509
509
bmap_params = dict (delta_te = 2.46e-3 ),
510
510
epi_params = dict (echospacing = 0.77e-3 ,
511
511
acc_factor = 3 ,
512
- enc_dir = 'y- ' )):
512
+ enc_dir = 'AP ' )):
513
513
"""
514
514
SDC stands for susceptibility distortion correction. FMB stands for
515
515
fieldmap-based.
516
516
517
- The fieldmap based method (FMB) implements SDC by using a mapping of the
517
+ The fieldmap based (FMB) method implements SDC by using a mapping of the
518
518
B0 field as proposed by [Jezzard95]_. This workflow uses the implementation
519
519
of FSL (`FUGUE <http://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FUGUE>`_). Phase
520
520
unwrapping is performed using `PRELUDE
@@ -523,6 +523,16 @@ def sdc_fmb(name='fmb_correction',
523
523
script in FSL `fsl_prepare_fieldmap
524
524
<http://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FUGUE/Guide#SIEMENS_data>`_.
525
525
526
+ Default settings
527
+ ----------------
528
+
529
+ >>> fugue_params=dict(smooth3d=2.0),
530
+ >>> bmap_params=dict(delta_te=2.46e-3),
531
+ >>> epi_params=dict(echospacing=0.77e-3,
532
+ ... acc_factor=3,
533
+ ... enc_dir='AP')
534
+
535
+
526
536
Example
527
537
-------
528
538
You can’t perform that action at this time.
0 commit comments