Skip to content

Commit 81e8f9e

Browse files
committed
Update module description
1 parent 124d4ef commit 81e8f9e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

nipype/interfaces/ants/legacy.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# -*- coding: utf-8 -*-
2-
# NOTE: This implementation has been superceeded buy the antsApplyTransform
3-
# implmeentation that more closely follows the strucutre and capabilities
4-
# of the antsApplyTransform program. This implementation is here
5-
# for backwards compatibility.
6-
"""ANTS Apply Transforms interface
2+
"""ANTS Legacy Interfaces
3+
4+
These interfaces are for programs that have been deprecated by ANTs, but
5+
are preserved for backwards compatibility.
76
"""
87

98
from builtins import range

0 commit comments

Comments
 (0)