You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm going to create two sets of test data, both from MyConnectome. I identified the 17 sessions that have both T1w and T2w scans, and will process them longitudinally and in a session-wise basis.
Version 1: Longitudinal processing
Create a BIDS filter file with "t1w" and "t2w" entries. In both entries, set the session field to the list of 17 sessions.
Submit an sMRIPrep job with the BIDS filter file.
Version 2: Session-wise processing
Create a separate BIDS filter file for each session. In each session-wise file, set "t1w": {"session": [ses]} and "t2w": {"session": [ses]} with ses as the session.
Submit a separate job with a different working directory and output directory for each session.
Run sMRIPrep.
Combine the sMRIPrep and Freesurfer derivatives.
The text was updated successfully, but these errors were encountered:
I'm going to create two sets of test data, both from MyConnectome. I identified the 17 sessions that have both T1w and T2w scans, and will process them longitudinally and in a session-wise basis.
Version 1: Longitudinal processing
Version 2: Session-wise processing
"t1w": {"session": [ses]}
and"t2w": {"session": [ses]}
withses
as the session.The text was updated successfully, but these errors were encountered: