Replies: 2 comments 2 replies
-
It seems.like you have one spike per unit..is that expected? |
Beta Was this translation helpful? Give feedback.
2 replies
-
Issue has been opened and I responded so just waiting for input. Closing this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to get a raster plot of units that were extracted using Neuralynx. I see the spikes as I expect but I don't see any rasters in the plot.
sorting=se.read_neuralynx_sorting(nldirectory,32000,stream_id='0')
print(sorting.get_num_units(), sorting.get_num_segments())
print(sorting.get_total_num_spikes())
w = sw.plot_rasters(sorting,color='b',time_range=(0,200),segment_index=8)
22 84
{0: 102792, 1: 26, 2: 363, 3: 6, 4: 15, 5: 2146, 6: 282, 7: 9915, 8: 1025, 9: 24370, 10: 28242, 11: 11182, 12: 7, 13: 7, 14: 31, 15: 243, 16: 13, 17: 2125, 18: 129, 19: 8522, 20: 17732, 21: 48598}
Beta Was this translation helpful? Give feedback.
All reactions