-
Notifications
You must be signed in to change notification settings - Fork 188
Description
Describe your problem in detail.
Hi everyone,
I am running bids-validator v1.15.0 on a dataset and received a NOT_INCLUDED error for a set of "bold" suffix files. I believe I have identified the error to be the presence of the "rec" entity in the filename. I believe this because when I rename a file by removing the "rec" entity, it is no longer flagged by the bids-validator.
However, all documentation and schema information indicates "rec" is an allowed entity for "bold" files and can be any string, so I am uncertain why the presence of the "rec" entity raises this error.
Describe what you expected.
I believe my file names are BIDS valid, so I expected they would pass the bids-valiator
BIDS specification section
Though I believe the below is for v1.10.0, I think v.1.15.0 is not available, so I hope this suffices. Note that the "rec" entity is included as an allow entity.