CoBrALab / antsRegistration-MAGeT

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

Split out commands from main script #21

Closed gdevenyi closed 8 years ago

gdevenyi commented 8 years ago

Similar to mb_register.sh, it would be better for flexibility if all of the stages of the pipeline used scripts. If we wanted to change to a different toolchain, magetbrain core could remain mostly the same.

This probably requires deciding on standard input/output structures for the commands, a good idea.