Skip to content

Commit

Permalink
Merge pull request #1990 from Chetank99/main
Browse files Browse the repository at this point in the history
Doc Changes for recently added Plexon 2 support
  • Loading branch information
alejoe91 authored Sep 13, 2023
2 parents 35a9a1c + d812308 commit 1cf0ddf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions doc/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion doc/modules/extractors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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()`
Expand Down Expand Up @@ -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()`
Expand Down

0 comments on commit 1cf0ddf

Please sign in to comment.