brain-microstructure-exploration-tools / abcd-registration-experiments

experiments with diffusion image registration
2 stars 1 forks source link

Organize output and consider re-use of intermediate artifacts in `pairwise_evaluation_ants` #16

Closed ebrahimebrahim closed 1 month ago

ebrahimebrahim commented 2 months ago

Our evaluation framework should keep in mind that a lot of intermediate artifacts are common among the different registration frameworks. ANTS FA registration for example will use FA and have to compute FA from DTI from DWI, but then voxelmorph will get to re-use the FA, and DTITK will get to reuse the DTI.

Two parts to this issue:

  1. Redesign pairwise_evaluation_ants in such a way that intermediate artifacts can be reused by other evaluation scripts that need them.
  2. Along the way, organize the output of pairwise_evaluation_ants in a forward-looking way
ebrahimebrahim commented 2 months ago

Inputs should be whatever the registration method needs only and not always just DWI.