BIDS error for fmri acquisitions folder

Hi,

I am trying to validate a BIDS dataset, but I keep encountering an error, which appears for all the files in my fmri acquisitions folder but no other files (none of the structural files, dataset_description, etc.). This is the error I receive:

Error 1: [Code 1] NOT_INCLUDED

sub-p64_task-object_bold.nii 21.952 KB |

Location:

P64_BIDS/sub-p64/fmri/sub-p64_task-object_bold.nii

Reason:

Files with such naming scheme are not part of BIDS specification. This error is most commonly caused by typos in file names that make them not BIDS compatible. Please consult the specification and make sure your files are named correctly. If this is not a file naming issue (for example when including files not yet covered by the BIDS specification) you should include a “.bidsignore” file in your dataset (see https://github.com/bids-standard/bids-validator#bidsignore for details). Please note that derived (processed) data should be placed in /derivatives folder and source data (such as DICOMS or behavioural logs in proprietary formats) should be placed in the /sourcedata folder.

Evidence:

sub-p64_task-object_bold.nii

Any help would be appreciated. Thanks!

[quote=“wtack, post:1, topic:3210”]
P64_BIDS/sub-p64/fmri/sub-p64_task-object_bold.nii
[/quote

Try

P64_BIDS/sub-p64/func/sub-p64_task-object_bold.nii

instead

Okay, that did the trick I think, thanks Chris!

1 Like