Skip to content

Commit a9a8f19

Browse files
committed
New EPI dewarp workflow (#525)
* Removed useless comment * Changelog updated
1 parent cdf352e commit a9a8f19

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ Next release
33
* ENH: New interfaces: nipy.Trim
44

55
* ENH: Allow control over terminal output for commandline interfaces
6+
* ENH: New workflows: susceptibility correction for EPI imaging based on epidewarp.fsl
7+
updated to support both dMRI and fMRI, and new parameters.
8+
* ENH: Minor improvements to FSL's FUGUE interface
69

710
Release 0.7.0 (Dec 18, 2012)
811
============================

nipype/interfaces/fsl/preprocess.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1110,10 +1110,9 @@ class FUGUEInputSpec(FSLCommandInputSpec):
11101110
desc='filename for saving fieldmap (rad/s)', hash_files=False)
11111111
fmap_in_file = File(exists=True, argstr='--loadfmap=%s',
11121112
desc='filename for loading fieldmap (rad/s)')
1113-
# shift_out_file = File(argstr='--saveshift=%s', genfile=True,
1114-
# desc='filename for saving pixel shift volume', hash_files=False)
11151113

11161114
save_shift = traits.Bool( desc='output pixel shift volume' )
1115+
11171116
shift_out_file = traits.File( argstr='--saveshift=%s', genfile=True,
11181117
desc='filename for saving pixel shift volume', hash_files=False)
11191118

0 commit comments

Comments
 (0)