Skip to content
Snippets Groups Projects
Commit c510c835 authored by Sharon Yates's avatar Sharon Yates
Browse files

Add comments

parent d8c21852
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment