Skip to content

Commit f5bae9f

Browse files
committed
updated CHANGES, fixed docstring
1 parent 91a7ac4 commit f5bae9f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

CHANGES

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Next release
22
============
33

4+
* ENH: Simple interface to FSL std2imgcoords (https://github.com/nipy/nipype/pull/1398)
45
* FIX: Prevent crash when tvtk is loaded - ETS_TOOLKIT=null (https://github.com/nipy/nipype/pull/973)
56
* ENH: New interfaces in dipy: RESTORE, EstimateResponseSH, CSD and StreamlineTractography
67
(https://github.com/nipy/nipype/pull/1090)

nipype/interfaces/fsl/utils.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2042,10 +2042,7 @@ class WarpPointsFromStdInputSpec(CommandLineInputSpec):
20422042
class WarpPointsFromStd(CommandLine):
20432043
"""
20442044
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 .
20492046
20502047
20512048
Examples

0 commit comments

Comments
 (0)