-
Hi, I'm trying to figure out how run time might scale for three longitudinal sessions, given a baseline for a single session. In the docs, I read
I've run |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
It's an iterative process of trying to find a rigid transform that is equidistant between the original three images. I would have to dig back into the |
Beta Was this translation helpful? Give feedback.
It's an iterative process of trying to find a rigid transform that is equidistant between the original three images. I would have to dig back into the
mri_robust_template
docs/paper to recall the exact process. The order-of-magnitude estimate was just based on observation of runtimes, I think.