This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
zolfa-nd2reader
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Fixes issue
#16
feature/load_slices
Ruben Verweij
5 years ago
parent
b6aa323420
commit
16cb8fb67f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
nd2reader/raw_metadata.py
+ 1
- 1
nd2reader/raw_metadata.py
View File
@ -193,7 +193,7 @@ class RawMetadata(object):
if
not
match
:
return
[
]
count
=
int
(
match
.
group
(
1
)
)
return
list
(
range
(
count
)
)
return
range
(
count
)
def
_parse_total_images_per_channel
(
self
)
:
"""
The total number of images per channel.
Write
Preview
Loading…
Cancel
Save