BIDScoin: Coin your imaging data to BIDS

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

PyPI version BIDS PyPI - Python Version GPLv3 Documentation Status

BIDScoin is a user friendly open-source python toolkit that converts (“coins”) source-level (raw) neuroimaging data-sets to nifti / json / tsv data-sets that are organized following the Brain Imaging Data Structure, a.k.a. the BIDS standard. Rather then depending on complex or ambiguous programmatic logic for source data-type identification, BIDScoin uses a mapping approach to identify and convert the raw source data types into BIDS data. Different runs of source data are identified by way of file system properties (e.g. file size) and/or from file attributes (e.g. ProtocolName from the DICOM header). The mapping information about how these runs should be converted to BIDS can be pre-specified (e.g. per site), which should provide for a good first automatic data-typing and mapping, using all information available on disk. Then the researcher can interactively check and edit this mapping – bringing in the missing knowledge that often exists only in his or her head!

Because all the mapping information can be easily edited with the Graphical User Interface (GUI), BIDScoin requires no programming knowledge in order to use it.

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

BIDScoin functionality

  • [x] DICOM source data

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

  • [x] Physiological logging data*

  • [x] Fieldmaps*

  • [x] Multi-echo data*

  • [x] Multi-coil data*

  • [x] PET data*

  • [ ] Stimulus / behavioural logfiles

  • [x] Plug-ins

  • [x] Defacing

  • [x] Multi-echo combination

    * = Only DICOM source data / tested for Siemens

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

Note:

The full BIDScoin documentation is hosted at Read the Docs

Issues can be reported at Github