CoBrALab / antsRegistration-MAGeT

A reimplementation of MAGeTbrain using only ANTs tools.
Other
16 stars 6 forks source link

What to do about mb_vote stage? #24

Closed gdevenyi closed 8 years ago

gdevenyi commented 8 years ago

Right now voting is on a per-subject basis. This is bad, because it's actually a single call to a command that takes 2 minutes to complete.

If we bunch them together, the pipeline is less parallel, and there's an issue with the dependency chain on SciNet.

Is there another option?

gdevenyi commented 8 years ago

After much thinking, keep as is.