Skip to content
Snippets Groups Projects
Commit a4d9eb1c authored by Tamino Huxohl's avatar Tamino Huxohl
Browse files

formatting of dicom utils

parent 6d791d81
No related branches found
No related tags found
No related merge requests found
...@@ -97,6 +97,7 @@ def update_dcm( ...@@ -97,6 +97,7 @@ def update_dcm(
dcm[DCM_TAG_PIXEL_SCALE_FACTOR].value = scale dcm[DCM_TAG_PIXEL_SCALE_FACTOR].value = scale
return dcm return dcm
def change_uid(dcm: pydicom.dataset.FileDataset) -> pydicom.dataset.FileDataset: def change_uid(dcm: pydicom.dataset.FileDataset) -> pydicom.dataset.FileDataset:
""" """
Change the UIDs (SeriesInstance and SOPInstance) in a DICOM header so that Change the UIDs (SeriesInstance and SOPInstance) in a DICOM header so that
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment