-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Nancy Ortega edited this page Aug 7, 2024
·
7 revisions
When organizing and curating your neuroimaging datasets for experimentation 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.
BIDSInspec began as a hackproject by A.P. and N.O. for the 2024 NeuroHackademy.
A problem that arises when preparing neuroimaging study designs is the heterogeneity that exists in MRI session acquisitions within and across institution sites.
BIDSInspec is being designed to do the following:
- Explore BIDS directories by specific features (e.g., scanner type, magnetic field strength, acquisition time, resolution, etc.)
- Create summary reports for files within directories
- Enable researchers validate project protocols by features that go beyond information found in JSON sidecar files (e.g., image shape, number of scans acquired etc.)