No description
Find a file
2025-03-14 08:12:04 +01:00
examples Minor fix. 2024-12-16 13:34:42 +01:00
src/pydicomutils bump version 0.2.1 -> 0.2.2 2025-03-14 08:12:04 +01:00
.gitignore Update .gitignore 2023-12-11 09:07:11 +01:00
LICENSE First commit 2020-03-18 09:16:13 +01:00
MANIFEST.in Added colorprofile to manifest 2023-01-02 10:43:46 +01:00
pyproject.toml bump version 0.2.1 -> 0.2.2 2025-03-14 08:12:04 +01:00
README.md Misc formatting and admin updates 2023-05-17 13:27:58 +02:00
requirements.txt Updated requirements.txt 2024-05-15 10:36:29 +02:00
setup.py Massive restructuring to prepare for PyPI publication 2023-01-02 10:18:48 +01:00

pydicomutils

Python repository building upon pydicom to create a utility package intended to be used when creating DICOM objects.

Installation

pip install pydicomutils

Usage

In the folder examples, a number of example scripts are available, showcasing how the package can be used to create various DICOM objects.

# Assuming pydicomutils to alread be installed
git clone https://github.com/sectra-medical/pydicomutils.git
cd pydicomutils
pip install examples/requirements.txt
python examples/run_all_examples.py