-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can't find T1w images when pointing to fMRIprep derivatives folder? More than 1 session folder per subject #454
Comments
The approach that should work is:
I'm not sure what's going wrong, but I will try to debug this problem later today. |
Thank you for the feedback and your help is very much appreciated as otherwise this program works fantastically. When I do the above suggestion, it pulls in all the T1s from each session for that subject and then throws an error that it can't decide which one to use. Including a bids filter specifying session 02 or whatever doesn't seem to help (unless I am doing this wrong but seems pretty straight forward).
|
fMRIPrep doesn't support session-wise anatomical processing, so did you run fMRIPrep separately on each session? EDIT: Also, can you share your BIDS filter file? |
I need to get session-wise processing implemented in sMRIPrep (and preferably fMRIPrep) before I can implement it in ASLPrep, but I'm planning to work on that this week. |
Summary
Run aslprep when pointing to fmriprep data output folder. Point aslprep to the subject and session specific folder of previously run fMRIprep. Anatomy data gets pulled into the asl output folder but I keep getting this error...
FileNotFoundError: No T1w images found for subject sub-lsa123
241030-16:03:32,84 cli ERROR:
Preprocessing did not finish successfully. Errors occurred while processing data from participants: lsa123 (1). Check the HTML reports for details.
Additional details
I have 3 sessions per subject (for example)
Aslprep is forcing me to point specifically to the subject and session rather than the larger fmriprep output folder because when I try to point asl to the top of my fmriprep output folder it pulls all the T1w images in for each session and errors. This happens even when I try to use a bidsfilter file to specify the session.
This inputs all three session T1w images and errors
So currently, I am using bids filter file to process each session of asl data separately and pointing to the subject and session specific fmriprep output like this....
This pulls the output from fMRIprep anatomy folders into the aslprep/sub-lsa123/ses-02/anat/ folder but I am still getting an error that it can't find the T1w images??? I don't understand.
What were you trying to do?
run aslprep when pointing to previously run fmriprep anatomic data
What did you expect to happen?
pulls the anatomic data into the asl_prep output but then it sends me an error that it can't find the T1w image
What actually happened?
Reproducing the bug
Beginning of ASL output when running below script
Error
code to run aslprep
The text was updated successfully, but these errors were encountered: