You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Sherlock + Paranoia dataset accessors
Refactor dartbrains_tools.data into a subpackage with one module per dataset (localizer, sherlock, paranoia) plus a shared _hub helper. The existing Localizer API stays importable at dartbrains_tools.data.* for full back-compat.
Add dartbrains_tools.data.sherlock — accessor for the dartbrains/sherlock HuggingFace dataset (16 subjects, Chen et al. 2017).
Add dartbrains_tools.data.paranoia — accessor for the dartbrains/paranoia HuggingFace dataset (22 subjects, Finn et al. 2018).
Shape-only tests assert the constructed BIDS filenames match the uploaded HF layout.