-
Notifications
You must be signed in to change notification settings - Fork 5
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
Restrict image modalities to those we support #3
Comments
We want to keep our issues up to date and active. This issue hasn't seen any activity in the last 30 days. |
We want to keep our issues up to date and active. This issue hasn't seen any activity in the last 30 days. |
For the sake of clarifying the issue, is this not the current list of "allowed" modalities we support? Lines 10 to 22 in 4da00b6
I believe there are other types we don't currently include, e.g., EEG. Do you know of a 'master list' of BIDS suffixes somewhere in the docs that could act as a reference? |
Ah yeah, good point, this probably needs some clarification. afaik BIDS has data types: https://bids-specification.readthedocs.io/en/stable/common-principles.html#definitions and suffixes: e.g. https://bids-specification.readthedocs.io/en/stable/modality-specific-files/magnetic-resonance-imaging-data.html#non-parametric-structural-mr-images So there are two things to clarify:
|
We want to keep our issues up to date and active. This issue hasn't seen any activity in the last 75 days.
|
At the moment, anything that is a BIDS suffix will be treated as a imaging modality. It might make more sense for us to have a list of allowable modalities that we support and only encode these.
The text was updated successfully, but these errors were encountered: