Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 976 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 976 Bytes

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