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 curate your imaging data by: 1. inspecting the data that is within your BIDS directory and provide you with a summary report, and 2. assisting 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