https://github.com/sbmueller/dicom-reader
🩺 Read medical DICOM images
https://github.com/sbmueller/dicom-reader
dicom mri python3
Last synced: 20 days ago
JSON representation
🩺 Read medical DICOM images
- Host: GitHub
- URL: https://github.com/sbmueller/dicom-reader
- Owner: sbmueller
- License: gpl-3.0
- Created: 2020-12-19T20:53:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-20T10:30:07.000Z (over 5 years ago)
- Last Synced: 2025-11-12T15:12:17.598Z (8 months ago)
- Topics: dicom, mri, python3
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DICOM-Reader
Got a radiological exam and went home with a data carrier with nonfunctional
or no software? Use this tool to get access to the DICOM images for patient
transparency!
## Installation
```
python setup.py install
```
## Usage
To view DICOM files:
```
dicom-reader /path/to/dicom/directory
```
To export DICOM files:
```
dicom-reader --export /export/path /path/to/dicom/directory
```