WCHN / CTseg

Brain CT image segmentation, normalisation, skull-stripping and total brain/intracranial volume computation.
GNU General Public License v3.0
55 stars 17 forks source link

can I increase `sett.nworker`? #25

Closed sindhura234 closed 1 year ago

sindhura234 commented 1 year ago

zoom=1/16: 12 x 16 x 17 sett.nworker = 0

When executing the program it shows sett.nworker = 0. Is there any way that I can set number of workers ? or is that default? I have compile `SPM' with OpenMP support also

brudfors commented 1 year ago

Hello @sindhura234

That setting does not need changing for CTseg, but only applies when multiple subject images are being registered to the atlas simultaneously (CTseg is a single-subject registration). The reasons that you see it is because CTseg back-end is the multi-brain toolbox, which can by used to also register multiple subjects. A larger number of workers will then speed up the registration.