|
@@ -656,10 +656,11 @@ class MyTransformModuleLogic(ScriptedLoadableModuleLogic):
|
|
print(f"Study {studyItem} doesn't have any appropriate CT or CBCT volumes.")
|
|
print(f"Study {studyItem} doesn't have any appropriate CT or CBCT volumes.")
|
|
|
|
|
|
# Izpis globalne statistike
|
|
# 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):
|
|
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
|
|
# Define the file path for the CSV file
|
|
file_path = os.path.join(os.path.dirname(__file__), "study_data.csv")
|
|
file_path = os.path.join(os.path.dirname(__file__), "study_data.csv")
|
|
|
|
|