-
Notifications
You must be signed in to change notification settings - Fork 8
spikesortingview
Jeremy Magland edited this page Nov 15, 2021
·
3 revisions
To use the new spikesortingview GUI, use one of the following two methods.
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)
See: https://github.com/magland/sortingview/blob/main/examples/spikesortingview_example.py