I’m running sMRIPrep on a BIDS dataset that contains multiple sessions for a single subject. However, the output does not seem to include session-specific files, and instead, I only get general files under the anat folder without individual session folders containing preprocessed images.
I was expecting to get session-specific preprocessed files (e.g., sub-0286_ses-20161116_space-MNI152Lin_desc-preproc_T1w.nii.gz) but only got a general anat file and some transformation files for each session. Am I missing something in the configuration? Any suggestions on how to properly organize the outputs per session?
Thanks for your reply. Actually, I didn’t use a BIDS filter file when processing my dataset. Could you give me a hint about the BIDS filter file structure?
Just to ensure I am on the right track, I am currently developing a deep-learning-based diagnostic system, and need to process each session individually. To achieve this, I understand that I need to run the command with specific BIDS filters for each session, right?
Also, I observed that the preprocessing time for a single session is approximately 35 minutes. This duration seems quite lengthy, especially considering that I am using linear registration without FreeSurfer segmentation. Could you provide any insights or recommendations on how to optimize this runtime?