fMRIPrep: how to reuse longitudinal AND pre-run FreeSurfer

This seems like the most straightforward approach, although I admit it entails quite a lot of boilerplate (and also has the culprit you already picked up - comment below).

I’m unclear too. I think, for this case to work, you’ll need to also play with the new --fs-subjects-dir argument, so that a whole new FreeSurfer processing is done per session. Otherwise, I bet having a unique FS run will lead to ignoring sessions that were processed after the first.

How do you run FreeSurfer in your case? If you can’t run FreeSurfer independently per session, then you’ll need to:

  1. Run FS on your own
  2. Manipulate the FS outputs so that you have a different FS subject directory for each of the sessions.

Does this make sense to you?

1 Like