Schema-driven BIDS converter, curator, and editor (re-imagination of BIDS-Manager v0.2.5)
Project description
Making raw-to-BIDS less painful.
What is BIDS Manager?
BIDS Manager is a desktop app that helps researchers turn raw MRI, EEG, and MEG recordings into BIDS-compliant datasets. It scans your raw data, lets you review and fix every conversion decision in a spreadsheet, runs the conversion, and then opens the result for metadata editing, volume inspection, and validation. All in one place, without writing scripts or editing JSON files by hand.
pip install bids-manager
bidsmgr
The workflow
Each feature below maps to one of the stages above.
Features
1. See what you have
Point the app at a folder of DICOM, EEG, or MEG recordings, or all three at once. It walks the tree, classifies every series, and shows the proposed BIDS names in a spreadsheet you can sort, filter, and bulk-edit.
2. Convert with confidence
Override any cell before you commit. Subject names, sessions, tasks, runs:
everything updates the BIDS filename live. Hit Run and BIDS Manager handles
dcm2niix, mne-bids, and the physio backends behind the scenes, with atomic
staging so a failure never leaves your output tree half-converted.
3. Fix metadata visually
JSON sidecars become forms. Required fields appear in red, recommended in amber, and missing fields are listed for you with empty inputs ready to fill. TSVs open in an editable table. No more hand-editing files in a text editor.
4. Inspect your volumes
A built-in NIfTI viewer with single-slice and tri-view modes. Drag the crosshair across all three orientations at once. For 4D data, a time-series plot shows the signal at the crosshair voxel, with a scope grid for neighbouring voxels.
5. Validate in one click
Run the official BIDS validator against your dataset. Every error is clickable. It takes you straight to the offending file, scrolls to the broken field, and opens it for editing. Fix it, revalidate, done.
6. Provenance built in
Every action you take is recorded in your project file. Undo a mistake from
yesterday. See why a subject was renamed. Your dataset arrives with its history
attached in dataset_description.json, so anyone who picks it up can trace what
happened and when.
Get started
pip install bids-manager # needs Python 3.10 or newer
bidsmgr # launch the GUI
Prefer the command line? Five verbs cover the whole pipeline:
bidsmgr-scan, bidsmgr-rebuild, bidsmgr-convert, bidsmgr-metadata,
and bidsmgr-validate. See the docs
for examples (docs are being updated).
Authors
Karel López Vilaret and Jochem Rieger, ANCP Lab, Carl von Ossietzky Universität Oldenburg.
License
MIT.
Physio conversion code under bidsmgr/vendor/bidsphysio/ is derived
from bidsphysio by Pablo
Velasco and Chrysa Papadaniil (NYU Center for Brain Imaging), used
under the MIT License. See bidsmgr/vendor/bidsphysio/LICENSE and
bidsmgr/vendor/README.md for the full attribution and what
changed during vendoring.
Citation
López Vilaret, K. M. and Rieger, J.
BIDS Manager (v1.0.0). 2026. https://github.com/karellopez/BIDS-Manager
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bids_manager-1.0.6.tar.gz.
File metadata
- Download URL: bids_manager-1.0.6.tar.gz
- Upload date:
- Size: 2.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4afb143a846f634d445b0d1a9f7852a4a492f2c4f71516749241abb97bbeccb8
|
|
| MD5 |
3e013990939990437aaa19ab8c7108aa
|
|
| BLAKE2b-256 |
5f101ea07307d73f91de549f293908b9d59baef9a7b8a0b8fecb3ccc579ebf2a
|
File details
Details for the file bids_manager-1.0.6-py3-none-any.whl.
File metadata
- Download URL: bids_manager-1.0.6-py3-none-any.whl
- Upload date:
- Size: 2.3 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eabc36adeeb8b13f57e908a91bb6738612753d51ae9d715a0217ca84155f1a9b
|
|
| MD5 |
515795ea57cdc670df17eca71ac0fa4b
|
|
| BLAKE2b-256 |
4aa973b1dc65f340f80c98d48412bbe6a098bf7309979c2dc6e8e38def5d51f5
|