# 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/5c/a9/130e8acd998f877963673de67b737fbc3526b01c038e8212333d6f86b374/bidskit-2025.1.30.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": "2025.1.30",
"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": "a074d20c91571807aa5b38f7d76b42940135b408e781a0d54fea58c84c9f6af9",
"md5": "119e2ed74e488d9096a1cd1de8a87f87",
"sha256": "0a4858852834320b53436e981d9168dc11d33ca4a250f1046a33cec149d7fec9"
},
"downloads": -1,
"filename": "bidskit-2025.1.30-py3-none-any.whl",
"has_sig": false,
"md5_digest": "119e2ed74e488d9096a1cd1de8a87f87",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4,>=3.10",
"size": 39415,
"upload_time": "2025-02-08T15:53:57",
"upload_time_iso_8601": "2025-02-08T15:53:57.280639Z",
"url": "https://files.pythonhosted.org/packages/a0/74/d20c91571807aa5b38f7d76b42940135b408e781a0d54fea58c84c9f6af9/bidskit-2025.1.30-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5ca9130e8acd998f877963673de67b737fbc3526b01c038e8212333d6f86b374",
"md5": "7421f232fa5ded331494d3146b4270a7",
"sha256": "91daa1041b07b029da2e720b91270be9ab39c42ccbb6e8d8bb302441ea1a1bf5"
},
"downloads": -1,
"filename": "bidskit-2025.1.30.tar.gz",
"has_sig": false,
"md5_digest": "7421f232fa5ded331494d3146b4270a7",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4,>=3.10",
"size": 51343,
"upload_time": "2025-02-08T15:53:58",
"upload_time_iso_8601": "2025-02-08T15:53:58.397262Z",
"url": "https://files.pythonhosted.org/packages/5c/a9/130e8acd998f877963673de67b737fbc3526b01c038e8212333d6f86b374/bidskit-2025.1.30.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-08 15:53:58",
"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"
}