I am new to this field and currently using FSLeyes to manually verify the quality of 4D fMRI images after processing them with BET and FLIRT. However, this manual verification process is quite time-consuming. I am looking for a way to automate this verification process.
Specifically, I am interested in:
Steps to automate the processing of 4D fMRI images using BET and FLIRT.
Automated scripts or tools that can help verify the processed images.
My questions are as follows:
Is there a way to automate the verification of 4D fMRI images after processing them with BET and FLIRT using FSL or any other tools?
Are there any recommended scripts or examples that can assist in this automation?
Additionally, could you explain how this process is generally handled by more experienced practitioners?
I would greatly appreciate any references, advice, or examples to help solve this issue.
You might find it useful to make a python script that loops through your images and makes brain plots with something like Nilearn. Doing this in a jupyter notebook could be a good place to manually inspect your images with a higher throughput. 7. Plotting brain images - Nilearn
Hi @e.lee, you can also use FSLeyes from the command-line to generate screenshots. For example, this command could be used to generate a summary of brain extraction:
And a command like this could be used to generate a summary of functional->structural registration (the values passed to -t may need to be adjusted for different datasets):