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 am running heudiconv version 0.5.2 from a singularity container. Everything runs smoothly, but I wanted to get advice about treating each session as an individual subject. We want to parse out the data this way so that fmriprep will process each session without merging T1w images. However heudiconv doesn't run if you don't pass a session id. Would you recommend doing something like this:
Hello,
I am running heudiconv version 0.5.2 from a singularity container. Everything runs smoothly, but I wanted to get advice about treating each session as an individual subject. We want to parse out the data this way so that fmriprep will process each session without merging T1w images. However heudiconv doesn't run if you don't pass a session id. Would you recommend doing something like this:
sub-"$subname""$sesname"/ses-"$sesname"/func ..etc.
where each session still gets treated as a unique subject, but a session folder is still created.
If you have other suggestions please let me know!
The text was updated successfully, but these errors were encountered: