Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
wela
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Swain Lab
wela
Commits
e59289f6
Commit
e59289f6
authored
3 months ago
by
pswain
Browse files
Options
Downloads
Patches
Plain Diff
change(examples): GFP_Z to run_wela
parent
80303fec
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
examples/run_wela.py
+2
-1
2 additions, 1 deletion
examples/run_wela.py
with
2 additions
and
1 deletion
examples/run_wela.py
+
2
−
1
View file @
e59289f6
...
...
@@ -46,8 +46,9 @@ if view:
sys
.
exit
(
0
)
else
:
# run dataloader
key_index
=
"
median_GFP
"
key_index
=
"
median_GFP
_Z
"
dl
=
dataloader
(
h5dir
,
"
.
"
)
dl
.
define_g2a_dict
(
fl_channels
=
[
"
GFP_Z
"
])
expt
=
[
omid_full
for
omid_full
in
omids
if
str
(
omid
)
in
omid_full
][
0
]
dl
.
load
(
expt
,
key_index
=
key_index
,
cutoff
=
0.9
)
dl
.
save
()
...
...
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
register
or
sign in
to comment