From cfdc0867c2fcc5bf02b55a359abd71b91656efd0 Mon Sep 17 00:00:00 2001 From: Chetan Kandpal Date: Wed, 13 Sep 2023 16:38:23 +0530 Subject: [PATCH 1/2] Doc Changes for recently added Plexon 2 support --- doc/api.rst | 2 ++ doc/modules/extractors.rst | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/api.rst b/doc/api.rst index 7a72ead33f..d8990888c4 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -98,6 +98,8 @@ NEO-based .. autofunction:: read_openephys_event .. autofunction:: read_plexon .. autofunction:: read_plexon_sorting + .. autofunction:: read_plexon2 + .. autofunction:: read_plexon2_sorting .. autofunction:: read_spike2 .. autofunction:: read_spikegadgets .. autofunction:: read_spikeglx diff --git a/doc/modules/extractors.rst b/doc/modules/extractors.rst index a6752e2c9d..0a0ad90ffa 100644 --- a/doc/modules/extractors.rst +++ b/doc/modules/extractors.rst @@ -135,7 +135,8 @@ For raw recording formats, we currently support: * **Neuralynx** :py:func:`~spikeinterface.extractors.read_neuralynx()` * **Open Ephys Legacy** :py:func:`~spikeinterface.extractors.read_openephys()` * **Open Ephys Binary** :py:func:`~spikeinterface.extractors.read_openephys()` -* **Plexon** :py:func:`~spikeinterface.corextractorse.read_plexon()` +* **Plexon** :py:func:`~spikeinterface.extractors.read_plexon()` +* **Plexon 2** :py:func:`~spikeinterface.extractors.read_plexon2()` * **Shybrid** :py:func:`~spikeinterface.extractors.read_shybrid_recording()` * **SpikeGLX** :py:func:`~spikeinterface.extractors.read_spikeglx()` * **SpikeGLX IBL compressed** :py:func:`~spikeinterface.extractors.read_cbin_ibl()` @@ -165,6 +166,7 @@ For sorted data formats, we currently support: * **Neuralynx spikes** :py:func:`~spikeinterface.extractors.read_neuralynx_sorting()` * **NPZ (created by SpikeInterface)** :py:func:`~spikeinterface.core.read_npz_sorting()` * **Plexon spikes** :py:func:`~spikeinterface.extractors.read_plexon_sorting()` +* **Plexon 2 spikes** :py:func:`~spikeinterface.extractors.read_plexon2_sorting()` * **Shybrid** :py:func:`~spikeinterface.extractors.read_shybrid_sorting()` * **Spyking Circus** :py:func:`~spikeinterface.extractors.read_spykingcircus()` * **Trideclous** :py:func:`~spikeinterface.extractors.read_tridesclous()` From d812308d219d747d4a34ca19650636a53f533879 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 11:11:19 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- doc/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api.rst b/doc/api.rst index d8990888c4..43f79386e6 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -99,7 +99,7 @@ NEO-based .. autofunction:: read_plexon .. autofunction:: read_plexon_sorting .. autofunction:: read_plexon2 - .. autofunction:: read_plexon2_sorting + .. autofunction:: read_plexon2_sorting .. autofunction:: read_spike2 .. autofunction:: read_spikegadgets .. autofunction:: read_spikeglx