File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
1
Next release
2
2
============
3
3
4
+ * ENH: Simple interface to FSL std2imgcoords (https://github.com/nipy/nipype/pull/1398)
4
5
* FIX: Prevent crash when tvtk is loaded - ETS_TOOLKIT=null (https://github.com/nipy/nipype/pull/973)
5
6
* ENH: New interfaces in dipy: RESTORE, EstimateResponseSH, CSD and StreamlineTractography
6
7
(https://github.com/nipy/nipype/pull/1090)
Original file line number Diff line number Diff line change @@ -2042,10 +2042,7 @@ class WarpPointsFromStdInputSpec(CommandLineInputSpec):
2042
2042
class WarpPointsFromStd (CommandLine ):
2043
2043
"""
2044
2044
Use FSL `std2imgcoord <http://fsl.fmrib.ox.ac.uk/fsl/fsl-4.1.9/flirt/overview.html>`_
2045
- to transform point sets to standard space coordinates. Accepts plain text files and
2046
- vtk files.
2047
-
2048
- .. Note:: transformation of TrackVis trk files is not yet implemented
2045
+ to transform point sets to standard space coordinates. Accepts plain text .
2049
2046
2050
2047
2051
2048
Examples
You can’t perform that action at this time.
0 commit comments