Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
alibylite
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
aliby
alibylite
Commits
e6216fa0
Commit
e6216fa0
authored
2 years ago
by
Alán Muñoz
Browse files
Options
Downloads
Patches
Plain Diff
bugfix tiler case channel is str
parent
a4213a1c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
aliby/tile/tiler.py
+2
-0
2 additions, 0 deletions
aliby/tile/tiler.py
with
2 additions
and
0 deletions
aliby/tile/tiler.py
+
2
−
0
View file @
e6216fa0
...
...
@@ -489,6 +489,8 @@ class Tiler(ProcessABC):
def
get_traps_timepoint
(
self
,
tp
,
tile_size
=
None
,
channels
=
None
,
z
=
None
):
# FIXME we currently ignore the tile size
# FIXME can we ignore z(always give)
if
isinstance
(
channels
,
str
):
channels
=
[
channels
]
res
=
[]
for
c
in
channels
:
val
=
self
.
get_tp_data
(
tp
,
c
)[:,
z
]
# Only return requested z
...
...
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