diff --git a/PyNutil/folder_of_segmentations_to_meshview_multithreaded.py b/PyNutil/folder_of_segmentations_to_meshview_multithreaded.py
index bc0a0721b8b8220cbed2267c7bd4f9fff2e4e360..fdb50aa563315d20051f0680c8cc3aec4d445fd7 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