Skip to content
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

Test datasets are not valid BIDS datasets #926

Open
arokem opened this issue Nov 23, 2022 · 1 comment
Open

Test datasets are not valid BIDS datasets #926

arokem opened this issue Nov 23, 2022 · 1 comment

Comments

@arokem
Copy link
Collaborator

arokem commented Nov 23, 2022

Might be a minor issue for us, but while I was debugging #870 I ran into issues validating our synthetic datasets (see #870 (comment)). If we want these datasets to be valid BIDS data (not sure why that might be necessary for us...), we'll need to use something like this gist https://gist.github.com/arokem/7505a75031924960fc9c18a88589900e

@arokem
Copy link
Collaborator Author

arokem commented Nov 23, 2022

One annoying aspect of this is that apparently nifti files have to be above a certain size for the bids validator to consider them valid neuroimaging data, which is why I had to expand the synthetic data to (100, 100, 100) instead of the (10, 10, 10) that we currently use.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant