Donders-Institute / bidscoin

BIDScoin converts your source-level neuroimaging data to BIDS
https://bidscoin.readthedocs.io
GNU General Public License v3.0
130 stars 36 forks source link

Derivatives data #218

Closed dzemanov closed 7 months ago

dzemanov commented 7 months ago

General summary Function bids.get_derivatives decides what converted data go under derivatives folder. Would it be possible to add option for user to define that some of those won't go to derivatives? For example, we have some RFFieldMaps we would like to store under fmap as opposed to under derivatives/Siemens/.../fmap

marcelzwiers commented 7 months ago

Yes, that sounds reasonable. The specifications for what has to go into derivatives are a bit vague anyhow, so it's a good idea to let the user overrule that. I'll see if I can easily add an option for this

dzemanov commented 7 months ago

Thank you so much :)

marcelzwiers commented 7 months ago

I added an option to make exceptions to what goes into derivatives. Is this what you had in mind?

dzemanov commented 7 months ago

Yes, thank you! It works flawlessly.