From e4108430705ad0e4c8d51fe360f999929dcc9a92 Mon Sep 17 00:00:00 2001 From: malago86 Date: Fri, 10 Dec 2021 15:46:26 -0500 Subject: [PATCH] Fix parameters --- Victre/Pipeline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Victre/Pipeline.py b/Victre/Pipeline.py index b28e16e..664fa0e 100644 --- a/Victre/Pipeline.py +++ b/Victre/Pipeline.py @@ -867,7 +867,7 @@ def get_coordinates_dm(self, vx_location): return location[0], location[1] - def save_DICOM(self, modality="dbt", scaling=Constants.DICOM_SCALING["Siemens"]): + def save_DICOM(self, modality="dbt"): """ Saves the DM or DBT images in DICOM format. If present, lesion location will be stored in a custom tag 0x009900XX where XX is the lesion number.