Skip to content

Commit 5b2462c

Browse files
committed
minor fixes
1 parent 7c41d5d commit 5b2462c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

nipype/interfaces/dtitk/base.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@
1313
* Rigid Tensor Registration
1414
* Affine Tensor Registration
1515
* Diffeomorphic Tensor Registration
16+
* Combine affiine and diffeomorphic transforms
17+
* Application of transform to tensor and scalar volumes
18+
* Threshold and Binarize
19+
* Adjusting the voxel space of tensor and scalar volumes
20+
* Resampling tensor and scalar volumes
21+
* Calculation of tensor metrics from tensor volume
1622
1723
Examples
1824
--------

nipype/interfaces/dtitk/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ class BinThresh(CommandLineDtitk):
305305
_cmd = 'BinaryThresholdImageFilter'
306306

307307

308-
class BinThreshTASK(DTITKRenameMixin, BinThresh):
308+
class BinThreshTask(DTITKRenameMixin, BinThresh):
309309
pass
310310

311311

0 commit comments

Comments
 (0)