brain-microstructure-exploration-tools / abcd-microstructure-pipelines

Processing pipelines to extract brain microstructure from ABCD Study dMRI
Apache License 2.0
0 stars 1 forks source link

Adapt the steps from abcd-noddi-tbss-experiments to this pipeline #3

Open ebrahimebrahim opened 6 months ago

ebrahimebrahim commented 6 months ago

Relies on #2 being done

Feel free to use the "convert to issue" feature on these tasks to break them out into dedicated discussions or track separately.

Some notes:

The "NODDI Fit" step is the slow part by far, and then the data conversion step. These are where caching and avoiding duplicate work is critical.

dipy is easy to get in Slicer, but we need mrtrix for registration.

ebrahimebrahim commented 5 months ago

Note that the slicer dipy workflows idea can support the task here to some extent. Right now it's just the DTI fit and one of the methods for CSD, but ultimately we may end up adding more and more dipy-related steps in the future. And if we implement some novel algorithm ourselves then dipy would be the primary place to contribute it.