You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
$DATASET
-> dwi ready for consumption.extract_images.py
concatenate_scans.py
generate_nrrd_headers.py
generate_b0_averages.py
hd-bet
fit_dti.py
fit_watson_noddi.py
fit_noddi_amico.py
estimate_fods_dipy.py
compute_degree_powers.py
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.
The text was updated successfully, but these errors were encountered: