Skip to content
Snippets Groups Projects
Commit 7b0f6d25 authored by Jakobsen, Mads Bregenholt's avatar Jakobsen, Mads Bregenholt
Browse files

blub

parent 602f6aa7
No related branches found
No related tags found
No related merge requests found
Pipeline #167667 passed
...@@ -27,7 +27,7 @@ def make_onlineroi_from_roi_array(roi_array): ...@@ -27,7 +27,7 @@ def make_onlineroi_from_roi_array(roi_array):
if val == True: if val == True:
length = 1 length = 1
while roi_ravel[index+length] is True: while roi_ravel[index+length] == True:
length +=1 length +=1
print("(index, lnegth)", index, length) print("(index, lnegth)", index, length)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment