Metadata-Version: 2.1
Name: bidskit
Version: 2022.2.14
Summary: Tools for DICOM to BIDS conversion
Home-page: https://github.com/jmtyszka/bidskit
Author: Julian Michael Tyszka
Author-email: jmt@caltech.edu
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/jmtyszka/bidskit/issues
Project-URL: Funding, http://conte.caltech.edu/
Project-URL: Source, https://github.com/jmtyszka/bidskit/
Keywords: neuroimaging MRI fMRI DICOM BIDS
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.7, <4
Description-Content-Type: text/markdown
License-File: LICENSE.md

# BIDSKIT

### Version 2022.2.14
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)

## 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 


