bids-apps / MRtrix3_connectome

Generate subject connectomes from raw BIDS data & perform inter-subject connection density normalisation, using the MRtrix3 software package.
http://www.mrtrix.org/
Apache License 2.0
50 stars 26 forks source link

Split analysis level outputs #80

Closed Lestropie closed 4 years ago

Lestropie commented 4 years ago

Instead of attempting to converge the outputs of all three analysis levels into a single output directory, use a structure more faithful to the development of BIDS Derivatives:

Note that this also includes a rename of the "participant1" and "participant2" analysis levels to "preproc" and "participant".

While it is possible to feed data from some other DWI pre-processing BIDS App into the "participant"-level processing by providing that BIDS Derivatives location as the "BIDS input", the same will not currently work for group-level analysis, due to the current mechanism of b=0 intensity normalisation.

Also includes the capability to run through group-level analysis with a single session.