You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kwargs which are passed to the method function. These can be found in the docstrings of `compute_center_of_mass`, `compute_grid_convolution` and `compute_monopolar_triangulation`.
45
-
outputs : "numpy" | "by_unit", default: "numpy"
46
-
The output format, either concatenated as numpy array or separated on a per unit basis
47
-
26
+
peak_sign : "pos" or "neg"
27
+
to get the extremum_channels_indices
28
+
48
29
Returns
49
30
-------
50
-
spike_locations: np.array
51
-
All locations for all spikes and all units are concatenated
31
+
spike_amplitudes: np.array
32
+
All amplitudes for all spikes and all units are concatenated (along time, like in spike vector)
0 commit comments