Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENH] Interface for tcksift2 #3666

Open
GalKepler opened this issue Aug 12, 2024 · 0 comments · May be fixed by #3668
Open

[ENH] Interface for tcksift2 #3666

GalKepler opened this issue Aug 12, 2024 · 0 comments · May be fixed by #3668

Comments

@GalKepler
Copy link
Contributor

Summary

It should be beneficial to have 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.

Expected behavior

Being able to use a dedicated interface for tcksift2, that would, at it's most simplified case, look like this:

from nipype.interfaces import mrtrix3 as mrt
tcksift2 = mrt.TckSift2()
tcksift2.inputs.in_file = "/path/to/streamlines.tck"
tcksift2.inputs.in_fod = "/path/to/fod.mif"
tcksift2.inputs.out_weights = "/path/to/streamlines_weights.txt"

tcksift2.cmdline
tcksift2 /path/to/streamlines.tck /path/to/fod.mif /path/to/streamlines_weights.txt
@shachafy shachafy linked a pull request Aug 28, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant