dcmQTreePy
A multi-platform DICOM object Editor
An homage to DCMTree from IMPAC ®
Installation:
git clone https://github.com/sjswerdloff/dcmQTreePy.git
or
git clone git@github.com:sjswerdloff/dcmQTreePy.git
cd dcmQTreePy
(optional) set up a virtual python environment (e.g., using Python’s built-in venv or pyenv or conda. I use pyenv)
poetry install
poetry run python dcmqtreepy/dcmQTree.py
or
poetry run streamlit run streamlit_dicom_viewer (if you want a web based editor)