# 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
Raw data
{
"_id": null,
"home_page": "https://github.com/jmtyszka/bidskit",
"name": "bidskit",
"maintainer": null,
"docs_url": null,
"requires_python": "<4,>=3.10",
"maintainer_email": null,
"keywords": "neuroimaging MRI fMRI DICOM BIDS",
"author": "Julian Michael Tyszka",
"author_email": "jmt@caltech.edu",
"download_url": "https://files.pythonhosted.org/packages/a7/4b/290c9a7e99cb63bbb5c0ea22e2a2a9fa4100a1bfb9f71e42a03d76649903/bidskit-2024.11.22.tar.gz",
"platform": null,
"description": "# BIDSKIT\n\nPython utilities for converting from DICOM to BIDS neuroimaging formats.\n\nThe *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.\n\n## Documentation\n#### [Installation Instructions](docs/Installation.md)\n#### [Quick Start Guide](docs/QuickStart.md)\n#### [Useful Features](docs/Features.md)\n#### [Flywheel Support](docs/Flywheel.md)\n\n## Bugs and Feature Requests \nLet us know about bugs and feature requests through this repo's\n[GitHub Issues](https://github.com/jmtyszka/bidskit/issues) page.\n\n## Related Projects\n- [heudiconv](https://github.com/nipy/heudiconv) General purpose heuristic DICOM converter\n- [dcm2bids](https://github.com/cbedetti/Dcm2Bids) Christophe Beddetti's DICOM to BIDS converter \n",
"bugtrack_url": null,
"license": null,
"summary": "BIDS curation toolkit",
"version": "2024.11.22",
"project_urls": {
"Bug Reports": "https://github.com/jmtyszka/bidskit/issues",
"Funding": "http://conte.caltech.edu/",
"Homepage": "https://github.com/jmtyszka/bidskit",
"Source": "https://github.com/jmtyszka/bidskit/"
},
"split_keywords": [
"neuroimaging",
"mri",
"fmri",
"dicom",
"bids"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "e72bfa5bc73bdb7365b41d633c07b1b679652f4f27ff351458a36c7615bdb550",
"md5": "be5cb33d1334c1626fe0fc7e55ee5f08",
"sha256": "8ef1b1355d035dff45bf94f16176b0b00cc719e7b195d88f4f8de0a3db3dcc85"
},
"downloads": -1,
"filename": "bidskit-2024.11.22-py3-none-any.whl",
"has_sig": false,
"md5_digest": "be5cb33d1334c1626fe0fc7e55ee5f08",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4,>=3.10",
"size": 39167,
"upload_time": "2024-11-22T19:17:59",
"upload_time_iso_8601": "2024-11-22T19:17:59.464571Z",
"url": "https://files.pythonhosted.org/packages/e7/2b/fa5bc73bdb7365b41d633c07b1b679652f4f27ff351458a36c7615bdb550/bidskit-2024.11.22-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a74b290c9a7e99cb63bbb5c0ea22e2a2a9fa4100a1bfb9f71e42a03d76649903",
"md5": "f5ffd86184de94cf5ed89d618c5e2b69",
"sha256": "4e17b074fd8307d13691b4b3d0d38e40f29ec2622ffb2e868523a038a8868938"
},
"downloads": -1,
"filename": "bidskit-2024.11.22.tar.gz",
"has_sig": false,
"md5_digest": "f5ffd86184de94cf5ed89d618c5e2b69",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4,>=3.10",
"size": 31980,
"upload_time": "2024-11-22T19:18:00",
"upload_time_iso_8601": "2024-11-22T19:18:00.464439Z",
"url": "https://files.pythonhosted.org/packages/a7/4b/290c9a7e99cb63bbb5c0ea22e2a2a9fa4100a1bfb9f71e42a03d76649903/bidskit-2024.11.22.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-22 19:18:00",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "jmtyszka",
"github_project": "bidskit",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "pydicom",
"specs": [
[
"~=",
"2.3.1"
]
]
},
{
"name": "numpy",
"specs": [
[
"~=",
"1.26.3"
]
]
},
{
"name": "setuptools",
"specs": [
[
"~=",
"72.1.0"
]
]
}
],
"lcname": "bidskit"
}