BIDScoin: Coin your imaging data to BIDS

Full documentation: https://bidscoin.readthedocs.io

BIDScoin Brain Imaging Data Structure (BIDS) Python 3 GPL-v3.0 license Documentation status Pytest results DOI reference

BIDScoin is a user-friendly Python application suite that converts (“coins”) source-level (raw) neuroimaging data sets to standardized data sets that are organized according to the Brain Imaging Data Structure (BIDS) specification. Rather than depending on complex programmatic logic for source data-type identification, BIDScoin uses a mapping approach to discover the different source data types in your repository and convert them into BIDS data types. Different runs of source data are uniquely identified by their file system properties (e.g. file name or size) and by their attributes (e.g. ProtocolName from the DICOM header). Mapping information can be pre-specified (e.g. per site), allowing BIDScoin to make intelligent first suggestions on how to classify and convert the data. While this command-line procedure exploits all information available on disk, BIDScoin presents a Graphical User Interface (GUI) for researchers to check and edit these mappings – bringing in the missing knowledge that often exists only in their heads.

Data conversions are performed within plugins, such as plugins that employ dcm2niix, spec2nii or nibabel.

BIDScoin requires no programming knowledge in order to use it, but users can use regular expressions and plug-ins to further enhance BIDScoin’s power and flexibility, and readily handle a wide variety of source data types.

BIDScoin is developed at the Donders Institute of the Radboud University.

Features

  • [x] DICOM source data

  • [x] PAR/REC source data (Philips)

  • [x] NIfTI source data

  • [x] Physiological logging data*

  • [x] MR Spectroscopy data**

  • [x] PET/CT data

  • [x] Field maps*

  • [x] Multi-echo data*

  • [x] Multi-coil data*

  • [ ] Stimulus/behavioural logfiles

  • [x] Plug-ins

    *  = Only DICOM source data

    ** = Only Twix, SDAT/SPAR and P-file source data

Are you a Python programmer with an interest in BIDS who knows about GE and/or Philips data?
Are you experienced with parsing stimulus presentation log-files? Or do you have ideas to improve
BIDScoin or its documentation? Have you come across bugs? In any case, you are highly encouraged
to provide feedback or contribute to this project on https://github.com/Donders-Institute/bidscoin.

Note:

All source code is hosted at Github and freely available under the GPL-3.0-or-later license.

The full BIDScoin documentation is hosted at Read the Docs

For citation and more information, see our BIDScoin publication in Frontiers in Neuroinformatics (doi: 10.3389/fninf.2021.770608)

Issues or questions can be posted at Github