We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7970f9b commit 32d6f7cCopy full SHA for 32d6f7c
launch_phy/plugins/phy_plugin.py
@@ -77,8 +77,8 @@ def mean_amp_true(cluster_id):
77
# of sample waveforms it doesn't contain 100 samples for specific cluster
78
79
# N.B. These waveforms are median subtracted and have a high pass applied
80
- waveforms = controller._get_waveforms_with_n_spikes(cluster_id,
81
- n_spikes_waveforms=100)['data'].data
+ waveforms = controller._get_waveforms_with_n_spikes(
+ cluster_id, 100)['data'].data
82
83
# This way finds (max-min) on each channel, and then for each waveform finds the
84
# maximum (max-min) on any channel and averages these
0 commit comments