CoBrALab / antsRegistration-MAGeT

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

Break registration into two-part affine/non-linear #79

Closed gdevenyi closed 7 years ago

gdevenyi commented 7 years ago

This way, we can save the affine component, use it to bootstrap the next registration step.

This will speed up/save us from re-doing the affine if the overall registration call runs out of walltime.

Make sure that the check for completion looks at the nonlinear component.

gdevenyi commented 7 years ago

Done!