-
Notifications
You must be signed in to change notification settings - Fork 532
ENH: tcksift2 #3668
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
base: master
Are you sure you want to change the base?
ENH: tcksift2 #3668
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3668 +/- ##
==========================================
- Coverage 70.87% 70.51% -0.37%
==========================================
Files 1276 1277 +1
Lines 59238 59263 +25
Branches 9812 9814 +2
==========================================
- Hits 41984 41788 -196
- Misses 16079 16336 +257
+ Partials 1175 1139 -36 ☔ View full report in Codecov by Sentry. |
Example | ||
------- | ||
|
||
>>> import nipype.interfaces.mrtrix3 as mrt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For this to work, this needs to be added to
nipype/nipype/interfaces/mrtrix3/__init__.py
Lines 17 to 36 in a49f154
from .utils import ( | |
TCK2VTK, | |
BrainMask, | |
ComputeTDI, | |
DWIExtract, | |
Generate5tt, | |
Mesh2PVE, | |
MRCat, | |
MRConvert, | |
MRMath, | |
MRResize, | |
MRTransform, | |
SH2Amp, | |
SHConv, | |
TensorMetrics, | |
TransformFSLConvert, | |
MaskFilter, | |
MTNormalise, | |
Generate5tt2gmwmi, | |
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doctest needs to either import from fully-qualified module or the interface needs to be imported into the parent __init__.py
.
List of changes proposed in this PR (pull-request)
An interface for MRTrix's tcksift2 as part of the overall effort to include as many as possible of the tools being used in the neuroimaging society.
Fixes #3666