https://github.com/khanlab/dicom2tar
Tool for gathering dicom files into organized tarballs, each containing unique study instance
https://github.com/khanlab/dicom2tar
Last synced: 4 months ago
JSON representation
Tool for gathering dicom files into organized tarballs, each containing unique study instance
- Host: GitHub
- URL: https://github.com/khanlab/dicom2tar
- Owner: khanlab
- License: gpl-3.0
- Created: 2018-02-09T22:14:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-27T15:34:23.000Z (over 3 years ago)
- Last Synced: 2025-12-15T22:21:47.989Z (7 months ago)
- Language: Python
- Size: 10.4 MB
- Stars: 0
- Watchers: 6
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://circleci.com/gh/khanlab/dicom2tar/tree/master)
# dicom2tar
Tool for extract compressed files(if any), sort dicom files according to given rule, or tar the sorted, to a destination directory.
Check dicom2tar.py for example.
### To install on graham:
```
module unload python
module load python/2
virtualenv ~/python_dicom2tar
source ~/python_dicom2tar/bin/activate
pip install dicom2tar
deactivate
```
You can then run it with:
```
source ~/python_dicom2tar/bin/activate
dicom2tar
```