childmindresearch / bids2table

Efficiently index large-scale BIDS neuroimaging datasets and derivatives
https://childmindresearch.github.io/bids2table/
MIT License
13 stars 5 forks source link

PyBIDS 1.0 API example #18

Open effigies opened 1 year ago

effigies commented 1 year ago

Hey all, I hacked up an example implementation of the new PyBIDS API that uses bids2table as a backend:

https://github.com/effigies/xap/blob/main/xap/layout.py

A partial list of unimplemented bits: https://github.com/effigies/xap/issues/1

effigies commented 1 year ago

Oh, just saw you have #17. Will have a look at that before today's call.

clane9 commented 1 year ago

Awesome thanks so much! Excited to take a look. I'm glad you were able to work out how implement an API on top. And personally I think it's nice to have a couple prototype implementations to compare.