← Projects

BIDS_coding

A configurable BIDS-conversion toolkit for the lab's iEEG datasets, with PHI removal built in for NWB/DANDI compliance.

  • Python
  • BIDS
  • Nipype

Converting a lab’s raw recordings into the BIDS standard is mostly the same job every time — rename and reorganize files, strip identifying information, validate the result — but the specifics (which fields count as PHI, what the source layout looks like) differ dataset to dataset. This toolkit handles that with a JSON-driven configuration layer instead of a new one-off script per dataset: point it at a config describing the source layout and what needs to change, and the same converter handles a new dataset without new code.

What it does