Skip to content

Commit 48eb213

Browse files
committed
Merge pull request #1019 from oesteban/enh/AntsForFMBworkflow
ENH: improve sdc_fmb (fieldmap-based susceptibility distortion correction)
2 parents 5e05ffe + fc0d9bb commit 48eb213

File tree

4 files changed

+284
-157
lines changed

4 files changed

+284
-157
lines changed

CHANGES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Next release
22
============
3+
4+
* ENH: Improved FieldMap-Based (FMB) workflow for correction of susceptibility distortions in EPI seqs.
5+
(https://github.com/nipy/nipype/pull/1019)
36
* ENH: Dropped support for now 7 years old Python 2.6 (https://github.com/nipy/nipype/pull/1069)
47
* FIX: terminal_output is not mandatory anymore (https://github.com/nipy/nipype/pull/1070)
58
* ENH: Added "nipype_cmd" tool for running interfaces from the command line (https://github.com/nipy/nipype/pull/795)

nipype/testing/data/epi_param.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"enc_dir": "y-",
3+
"echospacing": 7.800117313764398e-4,
4+
"delta_te": 2.46e-3,
5+
"epi_factor": 128,
6+
"epi_lines": 57,
7+
"epi_acc": 2,
8+
"field_strength": 3.0,
9+
"field_axis": "z"
10+
}

0 commit comments

Comments
 (0)