Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/spikeinterface/core/sortinganalyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -2897,6 +2897,7 @@ def set_data(self, ext_data_name, ext_data):
# from postprocessing
"amplitude_scalings": "spikeinterface.postprocessing",
"correlograms": "spikeinterface.postprocessing",
"auto_correlograms": "spikeinterface.postprocessing",
"isi_histograms": "spikeinterface.postprocessing",
"principal_components": "spikeinterface.postprocessing",
"spike_amplitudes": "spikeinterface.postprocessing",
Expand Down
3 changes: 3 additions & 0 deletions src/spikeinterface/postprocessing/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,12 @@
from .correlograms import (
ComputeACG3D,
ComputeCorrelograms,
ComputeAutoCorrelograms,
compute_acgs_3d,
compute_correlograms,
compute_auto_correlograms,
correlogram_for_one_segment,
auto_correlogram_for_one_segment,
)

from .isi import (
Expand Down
Loading
Loading