Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmtyszka/bidskit
Utility functions for working with DICOM and BIDS neuroimaging data
https://github.com/jmtyszka/bidskit
bids-format conversion dicom fmri-preproc mri neuroimaging nifti-images
Last synced: 23 days ago
JSON representation
Utility functions for working with DICOM and BIDS neuroimaging data
- Host: GitHub
- URL: https://github.com/jmtyszka/bidskit
- Owner: jmtyszka
- License: mit
- Created: 2016-08-04T00:40:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-23T19:42:58.000Z (5 months ago)
- Last Synced: 2024-11-06T03:06:52.538Z (about 1 month ago)
- Topics: bids-format, conversion, dicom, fmri-preproc, mri, neuroimaging, nifti-images
- Language: Python
- Size: 976 KB
- Stars: 61
- Watchers: 9
- Forks: 41
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-dicom - bidskit - CLI for converting a directory of DICOM files into a [BIDS](https://bids.neuroimaging.io/)-compliant dataset. (Libraries / Python)
README
# BIDSKIT
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
#### [Installation Instructions](docs/Installation.md)
#### [Quick Start Guide](docs/QuickStart.md)
#### [Useful Features](docs/Features.md)
#### [Flywheel Support](docs/Flywheel.md)## Bugs and Feature Requests
Let us know about bugs and feature requests through this repo's
[GitHub Issues](https://github.com/jmtyszka/bidskit/issues) page.## Related Projects
- [heudiconv](https://github.com/nipy/heudiconv) General purpose heuristic DICOM converter
- [dcm2bids](https://github.com/cbedetti/Dcm2Bids) Christophe Beddetti's DICOM to BIDS converter