File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ Next release
3
3
* ENH: New interfaces: nipy.Trim
4
4
5
5
* 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
6
9
7
10
Release 0.7.0 (Dec 18, 2012)
8
11
============================
Original file line number Diff line number Diff line change @@ -1110,10 +1110,9 @@ class FUGUEInputSpec(FSLCommandInputSpec):
1110
1110
desc = 'filename for saving fieldmap (rad/s)' , hash_files = False )
1111
1111
fmap_in_file = File (exists = True , argstr = '--loadfmap=%s' ,
1112
1112
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)
1115
1113
1116
1114
save_shift = traits .Bool ( desc = 'output pixel shift volume' )
1115
+
1117
1116
shift_out_file = traits .File ( argstr = '--saveshift=%s' , genfile = True ,
1118
1117
desc = 'filename for saving pixel shift volume' , hash_files = False )
1119
1118
You can’t perform that action at this time.
0 commit comments