Skip to content

Commit 32d6f7c

Browse files
committed
Tentative fix in phy plugin
1 parent 7970f9b commit 32d6f7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

launch_phy/plugins/phy_plugin.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ def mean_amp_true(cluster_id):
7777
# of sample waveforms it doesn't contain 100 samples for specific cluster
7878

7979
# 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
80+
waveforms = controller._get_waveforms_with_n_spikes(
81+
cluster_id, 100)['data'].data
8282

8383
# This way finds (max-min) on each channel, and then for each waveform finds the
8484
# maximum (max-min) on any channel and averages these

0 commit comments

Comments
 (0)