Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PyNutil
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Harry Carey
PyNutil
Commits
c510c835
Commit
c510c835
authored
1 year ago
by
Sharon Yates
Browse files
Options
Downloads
Patches
Plain Diff
Add comments
parent
d8c21852
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
PyNutil/folder_of_segmentations_to_meshview_multithreaded.py
+9
-1
9 additions, 1 deletion
PyNutil/folder_of_segmentations_to_meshview_multithreaded.py
with
9 additions
and
1 deletion
PyNutil/folder_of_segmentations_to_meshview_multithreaded.py
+
9
−
1
View file @
c510c835
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment