From e3762c39cb94196ba1602ca62e8fbb6b84bff263 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 14 Apr 2025 10:48:21 +0100 Subject: [PATCH] . --- helpers/pydicom_PIL.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/pydicom_PIL.py b/helpers/pydicom_PIL.py index e4beb8a5..fe3a38fd 100644 --- a/helpers/pydicom_PIL.py +++ b/helpers/pydicom_PIL.py @@ -91,7 +91,7 @@ def get_PIL_image(dataset): # Apply modality lut - #array = apply_modality_lut(dataset.pixel_array, dataset) + array = apply_modality_lut(dataset.pixel_array, dataset) # voi lut doesn't seem to help #array = apply_voi_lut(array, dataset)