BIDS curation toolkit


Keywords
neuroimaging, MRI, fMRI, DICOM, BIDS, bids-format, conversion, fmri-preproc, nifti-images
License
MIT
Install
pip install bidskit==2024.5.3

Documentation

BIDSKIT

Version 2024.5.3

Python utilities for converting from DICOM to BIDS neuroimaging formats.

The bidskit console command takes a directory tree containing imaging series from one or more subjects (eg T1w MPRAGE, BOLD EPI, Fieldmaps), converts the imaging data to Nifti-1 format with JSON metadata files (sidecars) and populates a directory tree according to the latest BIDS specification.

Documentation

Bugs and Feature Requests

Let us know about bugs and feature requests through this repo's GitHub Issues page.

Related Projects

  • heudiconv General purpose heuristic DICOM converter
  • dcm2bids Christophe Beddetti's DICOM to BIDS converter