mtl-brainhack-school-2019 / matteo-mancini-trampolino

Diffusion meta-pipeline project for BrainHack School and the IronTract challenge.
0 stars 0 forks source link

Iterables for ensemble tractography #5

Closed matteomancini closed 5 years ago

matteomancini commented 5 years ago

@emdupre I wanted to ask you about iterables and Nipype, do you think it is a good way to implement ensemble tractography? Basically in order to combine together different tracking algorithms I was thinking of using Nipype iterables and generate nodes for each algorithm.

emdupre commented 5 years ago

What exactly is it that you want to iterate through ? Files ?

PS: The best iterables introduction I've seen (still) is here !

matteomancini commented 5 years ago

Hi Elizabeth, sorry for not getting back to you on this and thank you for the support in person (: As it should be cleared from the final report, I used iterables for using different angular thresholds and algorithms for tractography.