sina-mansour / UKB-connectomics

This repository will host scripts used to map structural and functional brain connectivity matrices for the UK biobank dataset.
https://www.biorxiv.org/content/10.1101/2023.03.10.532036v1
62 stars 7 forks source link

Tractography pipeline (tckgen) #9

Closed sina-mansour closed 2 years ago

sina-mansour commented 2 years ago

Following on the suggestion by @Lestropie (this commit):

RS:

sina-mansour commented 2 years ago

This issue thread can be used to discuss further tractography details. In the meanwhile, these are the points that I'll be implementing/testing to tune the tckgen command:

sina-mansour commented 2 years ago

ACT and seeding from GM WM boundary added in: https://github.com/sina-mansour/UKB-connectomics/commit/cd21448d47189b085fe20860ed18d92141b0d691

This slightly increased runtime (for 100K streamlines, before act: ~40sec, after act: ~70sec)

sina-mansour commented 2 years ago

IFOD2 with -power 0.333333 and default samples took ~85sec

IFOD2 with -power 0.5 and -samples 3 took ~65sec

Hence the latter was included: https://github.com/sina-mansour/UKB-connectomics/commit/b908cf0effba8aaacc1f1c16c83bcf3757c099d8

verbosity was also added.