Skip to content

Commit cd60ef0

Browse files
committed
fix in the fluorescence handling
1 parent 03d11c7 commit cd60ef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

molyso/mm/highlevel_interactive_viewer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def interactive_main(args):
2828
mp_max = ims.size[Dimensions.PositionXY] - 1
2929
tp_max = ims.size[Dimensions.Time] - 1
3030

31-
fluor_chan = list(range(1, ims.size[Dimensions.Channel]))
31+
fluor_chan = list(range(ims.size[Dimensions.Channel] - 1))
3232

3333
fig, ax = plt.subplots()
3434

0 commit comments

Comments
 (0)