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 a new user of fmriprep and first want thank you for this amazing tool.
I have now completed the preprocessing of some subjects without errors but checking the /fmriprep/ folder with the BIDS validator gives some errors related to [Code 1] NOT_INCLUDED which is apparently because of the sub-[...].html files and some others. What is the best practice here, adding them to a .bidsignore file?
The second error is a bit weird: [Code 67] NO_VALID_DATA_FOUND_FOR_SUBJECT
It basically says for all included subjects that there is no BIDS compatible data:
e.g.
/sub-02 NaN KB |
Location:
/sub-02
Reason:
No BIDS compatible data found for subject 02
The text was updated successfully, but these errors were encountered:
fMRIPrep outputs BIDS Derivatives files, which are not yet considered part of the BIDS specification (see here for the distinction in BIDS between source, raw, and derived data).
Dear all,
I am a new user of fmriprep and first want thank you for this amazing tool.
I have now completed the preprocessing of some subjects without errors but checking the /fmriprep/ folder with the BIDS validator gives some errors related to
[Code 1] NOT_INCLUDED
which is apparently because of the sub-[...].html files and some others. What is the best practice here, adding them to a .bidsignore file?The second error is a bit weird:
[Code 67] NO_VALID_DATA_FOUND_FOR_SUBJECT
It basically says for all included subjects that there is no BIDS compatible data:
e.g.
The text was updated successfully, but these errors were encountered: