From c510c835d87fa9dcd0a16213ed8d5afd5259c033 Mon Sep 17 00:00:00 2001
From: sharoncy <s.c.yates@medisin.uio.no>
Date: Tue, 9 May 2023 10:22:56 +0200
Subject: [PATCH] Add comments

---
 ...older_of_segmentations_to_meshview_multithreaded.py | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/PyNutil/folder_of_segmentations_to_meshview_multithreaded.py b/PyNutil/folder_of_segmentations_to_meshview_multithreaded.py
index bc0a072..fdb50aa 100644
--- a/PyNutil/folder_of_segmentations_to_meshview_multithreaded.py
+++ b/PyNutil/folder_of_segmentations_to_meshview_multithreaded.py
@@ -85,4 +85,12 @@ df_counts_per_label_name.to_csv("../outputs/counts_per_allenID.csv", sep=";", na
 
 time_taken = datetime.now() - startTime
 
-print(f"time taken was: {time_taken}")
\ No newline at end of file
+print(f"time taken was: {time_taken}")
+
+#get centroids and areas returns a list of objects and the center coordinate.
+
+#we need to deform the center coordinate according to visualign deformations¨
+
+#we need to then transform the coordinate into atlas space
+
+#and then save labels like before.
\ No newline at end of file
-- 
GitLab