All Projects → Donders-Institute → bidscoin

Donders-Institute / bidscoin

Licence: GPL-3.0 license
BIDScoin converts your source-level neuroimaging data to BIDS

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to bidscoin

bids-matlab
MATLAB / Octave tools for BIDS datasets
Stars: ✭ 37 (-50.67%)
Mutual labels:  mri, pet, neuroimaging, bids
dicomifier
A medical image converter
Stars: ✭ 22 (-70.67%)
Mutual labels:  conversion, dicom, mri, nifti
bidskit
Utility functions for working with DICOM and BIDS neuroimaging data
Stars: ✭ 52 (-30.67%)
Mutual labels:  conversion, dicom, mri, neuroimaging
bids-examples
A set of BIDS compatible datasets with empty raw data files that can be used for writing lightweight software tests.
Stars: ✭ 127 (+69.33%)
Mutual labels:  neuroimaging, bids, data-standards
brainGraph
Graph theory analysis of brain MRI data
Stars: ✭ 136 (+81.33%)
Mutual labels:  mri, neuroimaging, brain-imaging
Brain-MRI-Segmentation
Smart India Hackathon 2019 project given by the Department of Atomic Energy
Stars: ✭ 29 (-61.33%)
Mutual labels:  mri, brain-imaging
dicomweb-pacs
Easy to use DICOMWEB enabled PACS with DIMSE services based on sqlite database
Stars: ✭ 42 (-44%)
Mutual labels:  dicom, imaging
brkraw
BrkRaw: A comprehensive tool to access raw Bruker Biospin MRI data
Stars: ✭ 31 (-58.67%)
Mutual labels:  bids, nibabel
ColeAnticevicNetPartition
Public release of The Cole-Anticevic Brain-wide Network Partition (CAB-NP)
Stars: ✭ 48 (-36%)
Mutual labels:  neuroimaging, brain-imaging
mrivis
medical image visualization library and development toolkit
Stars: ✭ 19 (-74.67%)
Mutual labels:  mri, neuroimaging
ENIGMA
The ENIGMA Toolbox is an open-source repository for accessing 100+ ENIGMA statistical maps, visualizing cortical and subcortical surface data, and relating neuroimaging findings to micro- and macroscale brain organization. 🤠
Stars: ✭ 66 (-12%)
Mutual labels:  mri, neuroimaging
Brainy
Brainy is a virtual MRI analyzer. Just upload the MRI scan file and get 3 different classes of tumors detected and segmented. In Beta.
Stars: ✭ 29 (-61.33%)
Mutual labels:  mri, brain-imaging
Dcm2niix
dcm2nii DICOM to NIfTI converter: compiled versions available from NITRC
Stars: ✭ 364 (+385.33%)
Mutual labels:  dicom, neuroimaging
MRIcroGL
v1.2 GLSL volume rendering. Able to view NIfTI, DICOM, MGH, MHD, NRRD, AFNI format images.
Stars: ✭ 101 (+34.67%)
Mutual labels:  dicom, nifti
mne-bids
MNE-BIDS is a Python package that allows you to read and write BIDS-compatible datasets with the help of MNE-Python.
Stars: ✭ 88 (+17.33%)
Mutual labels:  neuroimaging, bids
MRQy
MRQy is a quality assurance and checking tool for quantitative assessment of magnetic resonance imaging (MRI) data.
Stars: ✭ 58 (-22.67%)
Mutual labels:  mri, imaging
MIRACL
Multi-modal Image Registration And Connectivity anaLysis
Stars: ✭ 23 (-69.33%)
Mutual labels:  mri, neuroimaging
DICOM.jl
Julia package for reading and writing DICOM (Digital Imaging and Communications in Medicine) files
Stars: ✭ 45 (-40%)
Mutual labels:  dicom, imaging
clinicadl
Framework for the reproducible processing of neuroimaging data with deep learning methods
Stars: ✭ 114 (+52%)
Mutual labels:  neuroimaging, brain-imaging
Dcm2Bids
Reorganising NIfTI files from dcm2niix into the Brain Imaging Data Structure
Stars: ✭ 109 (+45.33%)
Mutual labels:  neuroimaging, bids

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 DOI reference

BIDScoin is a user friendly open-source Python application that converts ("coins") source-level (raw) neuroimaging data-sets to nifti / json / tsv data-sets that are organized according to the Brain Imaging Data Structure (BIDS) standard. Rather then 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 expression and plug-ins to further enhance BIDScoin's power and flexibilty, and deal with a wider range of source data formats.

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

BIDScoin functionality

  • [x] DICOM source data

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

  • [x] NIfTI source data

  • [x] Physiological logging data*

  • [x] MR Spectroscopy data**

  • [x] PET data*

  • [x] Fieldmaps*

  • [x] Multi-echo data*

  • [x] Multi-coil data*

  • [ ] Stimulus / behavioural logfiles

  • [x] Multi-echo combination

  • [x] Defacing

  • [x] Plug-ins

    * = Only DICOM source data / tested for Siemens

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

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

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

Issues can be reported at Github

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].