Open-Minds-Lab / MRdataset

MRdataset : unified interface to various neuroimaging dataset formats
https://open-minds-lab.github.io/MRdataset/
Apache License 2.0
1 stars 4 forks source link

Add BIDSDataset class #27

Closed sinhaharsh closed 10 months ago

sinhaharsh commented 10 months ago

Issues:: https://github.com/Open-Minds-Lab/MRdataset/issues/24 https://github.com/Open-Minds-Lab/MRdataset/issues/25 https://github.com/Open-Minds-Lab/MRdataset/issues/26

raamana commented 10 months ago

Hi @sinhaharsh, great progress. did you test this on a completely fresh environment, and a BIDS dataset (small is good enough)?

sinhaharsh commented 10 months ago

Yes, I did test on some BIDS datasets in a fresh environment. Also, the CI tests (via GitHub actions) build a fresh environment before running the tests. So, I am quite confident about it.