Browse Source

Code cleanup, minor fixes and translation.

Luka 1 month ago
parent
commit
ceead1ee41
1 changed files with 3 additions and 2 deletions
  1. 3 2
      SeekTransformModule/SeekTransformModule.py

+ 3 - 2
SeekTransformModule/SeekTransformModule.py

@@ -656,10 +656,11 @@ class MyTransformModuleLogic(ScriptedLoadableModuleLogic):
                 print(f"Study {studyItem} doesn't have any appropriate CT or CBCT volumes.")
 
         # Izpis globalne statistike
-        print("Distances between CT & CBCT markers: ", ctcbct_distance)
-        print("Distances between pairs of markers for each volume: ", prostate_size_est)
+        
         
         if(writefilecheck):
+            print("Distances between CT & CBCT markers: ", ctcbct_distance)
+            print("Distances between pairs of markers for each volume: ", prostate_size_est)
             # Define the file path for the CSV file
             file_path = os.path.join(os.path.dirname(__file__), "study_data.csv")