15 lines
757 B
Markdown
15 lines
757 B
Markdown
# 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 |