Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PyNutil
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Harry Carey
PyNutil
Commits
a23fb790
Commit
a23fb790
authored
Nov 7, 2024
by
Sharon Yates
Browse files
Options
Downloads
Patches
Plain Diff
Update basic_example.py
parent
c6bf2831
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
workflows/basic_example.py
+2
-2
2 additions, 2 deletions
workflows/basic_example.py
with
2 additions
and
2 deletions
workflows/basic_example.py
+
2
−
2
View file @
a23fb790
...
@@ -10,7 +10,7 @@ from PyNutil import PyNutil
...
@@ -10,7 +10,7 @@ from PyNutil import PyNutil
###The alignment json should be out of DeepSlice, QuickNII, or VisuAlign, it defines the sections position in an atlas
###The alignment json should be out of DeepSlice, QuickNII, or VisuAlign, it defines the sections position in an atlas
###The colour says which colour is the object you want to quantify in your segmentation. It is defined in RGB
###The colour says which colour is the object you want to quantify in your segmentation. It is defined in RGB
###Finally the atlas name is the relevant atlas from brainglobe_atlasapi you wish to use in Quantification.
###Finally the atlas name is the relevant atlas from brainglobe_atlasapi you wish to use in Quantification.
### get_coordinates, if use_flat=True, place flat files in folder titled "flat_files" at same level as "segmentations" folder .flat or .seg
pnt
=
PyNutil
(
pnt
=
PyNutil
(
segmentation_folder
=
"
../tests/test_data/nonlinear_allen_mouse/
"
,
segmentation_folder
=
"
../tests/test_data/nonlinear_allen_mouse/
"
,
...
@@ -18,5 +18,5 @@ pnt = PyNutil(
...
@@ -18,5 +18,5 @@ pnt = PyNutil(
colour
=
[
0
,
0
,
0
],
colour
=
[
0
,
0
,
0
],
atlas_name
=
"
allen_mouse_25um
"
,
atlas_name
=
"
allen_mouse_25um
"
,
)
)
pnt
.
get_coordinates
(
object_cutoff
=
0
)
pnt
.
get_coordinates
(
object_cutoff
=
0
,
use_flat
=
True
)
pnt
.
quantify_coordinates
()
pnt
.
quantify_coordinates
()
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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
sign in
to comment