Skip to content
Snippets Groups Projects
Commit a35562e8 authored by Alán Muñoz's avatar Alán Muñoz
Browse files

feat(cells): ensure cell sampling tp is correct`

parent bfb14db3
No related branches found
No related tags found
No related merge requests found
...@@ -333,7 +333,7 @@ class Cells: ...@@ -333,7 +333,7 @@ class Cells:
# Apply an interval filter to focucs on a slice # Apply an interval filter to focucs on a slice
if interval is not None: if interval is not None:
interval = tuple(np.array(interval) - min_consecutive_tps // 2) interval = tuple(np.array(interval))
else: else:
interval = (0, window.shape[1]) interval = (0, window.shape[1])
......
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