Go to file
2021-07-02 15:06:04 +02:00
.gitignore general working state before stim value grouping 2021-03-07 12:50:30 +01:00
Controller.py save redetected spikes in extra folder 2021-07-02 15:06:04 +02:00
DatParser.py general working state before stim value grouping 2021-03-07 12:50:30 +01:00
main.py save redetected spikes in extra folder 2021-07-02 15:06:04 +02:00
ReadMe.md save redetected spikes in extra folder 2021-07-02 15:06:04 +02:00
redetector.py stim values extraction but without functionality 2021-03-07 18:33:21 +01:00
SpikeRedetectGui.py save redetected spikes in extra folder 2021-07-02 15:06:04 +02:00
testing.py save redetected spikes in extra folder 2021-07-02 15:06:04 +02:00

Spike Redetector

Redetection Parameters:

  • Threshold: number of standard deviations between a maximum and a minimum to count as a spike.
  • Min window size: The minimum size of a window (as number of indices) in which spikes are detected. The voltage trace is split into parts if the maximum or minimum of the next part are too different from the current part. This makes the estimation of the STD a lot more stable between trials where the absolute voltage might wander.
  • step size: The number of indices that are used in each step while trying to increase the size of the window.

Plot Controls:

  • Drag and drop with LMB

  • zoom control with RMB -> press and hold; up down is zoom on y-axis while left right is zoom on x-axis