Skip to content
Nancy Ortega edited this page Aug 7, 2024 · 7 revisions

BIDSInspec

A BIDS app for exploring BIDS compliant data

  1. What is BIDSInspec?
  2. What problem does BIDSInspec solve?
  3. What is the design idea for BIDSInspec?

What is BIDSInspec?

When preparing to run your neuroimaging experiments it is important to understand the data you have available within your BIDS compliant dataset. BIDSInspec is a python library that will help you 1. inspect the data that is within your BIDS directory and provide an output summary report, and 2. provide a tool that will assist with protocol validation for your BIDS directory.

History of BIDSInspec

BIDSInspec began as a hackproject by A.P. and N.O. for the 2024 NeuroHackademy.

What problem does BIDSInspec solve?

BIDSInspec is being designed to do the following:

  • Explore BIDS directories
  • Create summary reports for files within directories
  • Enable researchers validate project protocols

What is the design idea for BIDSInspec?

Clone this wiki locally