Skip to content

spikesortingview

Jeremy Magland edited this page Nov 15, 2021 · 3 revisions

To use the new spikesortingview GUI, use one of the following two methods.

First method

W = # workspace
recording_id = # recording id within the workspace
sorting_id = # sorting_id within the workspace

# set authorized curators
W.set_sorting_curation_authorized_users(sorting_id=sorting_id, user_ids=['example@gmail.com'])

url = W.experimental_spikesortingview(recording_id=recording_id, sorting_id=sorting_id, label='Test workspace', include_curation=True)
print(url)

Second method (more control)

See: https://github.com/magland/sortingview/blob/main/examples/spikesortingview_example.py

Live example

Tetrode example 1 - spikesortingview