Extracting a recording from a plexon file #2899
Replies: 1 comment 2 replies
-
HI, Can you point us to the documentation you ar using to build your script? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In my plexon file, there are 3 wideband channels per electrode, each with their own field potential and spikes. I am trying to return the timestamps and traces per spike.
timestamps: 1 number per each spike occurrence per electrode channel (in seconds)
traces: for each spike timestamp a trace is x numbers before and after the timestamp occurrence. If the trace duration is 1 ms before and 1 ms after spike occurrence and the number of points per ms of the recording is 10, then each timestamp spike occurrence will have a trace of 20 numbers (in voltage) which reflect the shape of the spike occurrence in 2 ms.
This is what I have done so far.
Beta Was this translation helpful? Give feedback.
All reactions