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

Documentation of --bids-filter-file input #2027

Closed
utooley opened this issue Mar 10, 2020 · 0 comments
Closed

Documentation of --bids-filter-file input #2027

utooley opened this issue Mar 10, 2020 · 0 comments
Assignees

Comments

@utooley
Copy link
Contributor

utooley commented Mar 10, 2020

It took me a little more work than necessary to figure out how to write the config.json file for --bids-filter-file properly (see Neurostars post, and eventually found an example in #2018 discussion. I'd was going to open a PR to put a link to an example config .json (in addition to the link to the specification in pybids) in the docs, but wasn't sure where such a file should live, given that it's a pybids thing? Or whether it could just go in-line in the Usage Notes for --bids-filter-file?

Example:

    "t1w": {
        "datatype": "anat",
        "session": "03",
        "acquisition": null,
        "suffix": "T1w"
    },
    "bold": {
        "datatype": "func",
        "session": "03",
        "suffix": "bold"
    }
}```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant