Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…mage into main
  • Loading branch information
magland committed Jun 13, 2022
2 parents b3a87f3 + c1651f8 commit 3b786d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/spikeinterface_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

import spikeinterface as si
import spikeinterface.toolkit as st
import spikeinterface.widgets as sw

from figurl_tiled_image import TiledImage

Expand Down Expand Up @@ -50,7 +51,7 @@ def convert_and_upload(processing_steps, labels, start_frame, num_samples):
else:
color_range = 250

img = st.array_to_image(arr,
img = sw.array_to_image(arr,
color_range=color_range,
num_timepoints_per_row = 6000)

Expand Down

0 comments on commit 3b786d2

Please sign in to comment.