I have a set of T1/rs-fMRI scans; the T1s have already been processed with freesurfer recon-all.
When running a subject, pointing fMRI prep to the pre-existing fs directory, the cross modality registration appeared erroneous. I suspect due to a faulty brain mask. Below is the command and the resulting T1/MNI registered volumes.
Which version of recon-all did you use? fMRIPrep is best designed to use version 6 outputs by default (though plans to move to 7.X in the future).
Do the T1s look like they have good tissue contrast? Is this occurance subject-specific or prevalent across all subjects?
Just to clarify, does this mean you put the FS-output T1 in the raw data folder? If so, I’d recommend against that.
If it isn’t too much trouble, as a test, can you try not reusing the previously computed recon-all and have fMRIPrep rerun it? When doing so, I’d recommend using a new work directory too.
Yes the T1 was good quality. Freesurfer had no trouble masking the brain.
Yes, I did this just a test, after converting to nifti format and reorienting.
The reason why I prefer to do it this way, is some of the brain scans have significant lesions. I have a custom pipeline in freesurfer that is more robust to the presence of lesions (uses samseg), and so would prefer to run it outside fMRI prep.
So I already know that recon-all will fail on a good portion of the subjects.
I will take a look. May be challenging to scale that approach.
If the cross-modality (T1/BOLD) registration looks accurate, does it matter if the BOLD_space-MNI volumes are misregistered, seeing as I will be using the .gii output?
If you are worried about the surface files, perhaps you should instead compare the fsaverage subject output surface to the fsaverage template surface. Since resampling/spatial normalization happens in a single step, perhaps looking at this will make it clear where fMRIPrep is going wrong. That is, if the surface registration looks fine, then T1/BOLD registration is probably okay. If both the MNI and fsavergae resamplings are poor, then that may implicate a poor T1/BOLD registration that is being propogated.