This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
testtest
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Fixes issue
#16
zolfa-add_slices_loading
Ruben Verweij
5 years ago
parent
3e4845b309
commit
6dd7f9dfe2
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