bids-standard / bids-starter-kit

The Starter-kit has moved to the new BIDS website.
https://bids-website.readthedocs.io/en/latest/getting_started/
Creative Commons Attribution 4.0 International
261 stars 110 forks source link

Storing raw CT scans for ieeg localization #192

Closed Aaronearlerichardson closed 3 years ago

Aaronearlerichardson commented 3 years ago

I am trying to BIDSify some data collected by a lab performing ieeg research. I am looking for a BIDS compliant way to store anatomical CT scans. As far as I can tell, the only anatomical scans supported are MR. Did I miss something? What do you suggest?

If you need context this is roughly the workflow

Remi-Gau commented 3 years ago

hey @Aaronearlerichardson

You are correct that CT scans are not supported yet by BIDS.

When faced with a modality I am not sure how to handle I usually check if there is an BIDS extension proposal (BEP) about it.

They are all listed there. https://bids.neuroimaging.io/get_involved.html#extending-the-bids-specification

Luckliy for you there is one for CT :rocket: https://docs.google.com/document/d/1fqnJZ18x5LJC8jiJ8yvPHUGFzNBZ6gW2kywYrUKWtuo/edit

So I would suggest you use the content of the BEP to start helping you organize your data.

My other suggestion would be to actually comment and report any questions and suggestions in the google doc of that BEP. That is usually very useful to the BEP creation process and that can be a first step to actually contribute to BIDS. :smile:

About how to keep the bids validator happy until it supports this new modality: have a look at the answer in the FAQ.

https://github.com/bids-standard/bids-starter-kit/wiki/FAQ#is-your-data-type-not-covered-in-the-current-bids-specification

Hope this helps. Let me know if you have more questions.

Aaronearlerichardson commented 3 years ago

Thank you this is very helpful! It is often hard to know when trying to BIDSify for a new modality whether you are missing something or not. Thank you for your reply!

Remi-Gau commented 3 years ago

Glad I could help. :smile_cat: