A simple DICOM converter to 3D volume data.
pythonDicomConverter is an simple open source DICOM file converter to 3D volume data (Raw and Nifti format). It enables a easy and quick converting by pre-defined rules.
pythonDicomConverter is separated from dicompyler which is designed for radiation therapy research. Same as dicompyler, pythonDicomConverter is a wxPython-based application written in Python.
pythonDicomConverter can be easily installed using pip command. Dependency packages will be automatically installed.
pip install git+https://github.com/ChenglongWang/pythonDicomConverter.git --process-dependency-links
After installing the package, a executable script will be present on your path. Now you can run a simple command dcm-cvt
from your terminal.
- Choose a folder containing DICOM files. Click
Scan
button to scan files. - Adjust convert options to fit your demands. The target series will be highlighted in red.
- Ensure the output folder and file name are correct.
- Click
Convert
button to process converting.