Skip to content

Commit

Permalink
Merge branch 'main' into add_radius_as_scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Oct 30, 2023
2 parents ceac3e9 + 88eabb1 commit 7495597
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
10 changes: 10 additions & 0 deletions docs/api/interfaces.ecephys.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@ KiloSort Sorting
----------------
.. automodule:: neuroconv.datainterfaces.ecephys.kilosort.kilosortdatainterface

MaxOne Recording
----------------
.. automodule:: neuroconv.datainterfaces.ecephys.maxwell.maxonedatainterface

MEArec Recording
----------------
.. automodule:: neuroconv.datainterfaces.ecephys.mearec.mearecdatainterface

Neuralynx Recording & Sorting
-----------------------------
.. automodule:: neuroconv.datainterfaces.ecephys.neuralynx.neuralynxdatainterface
Expand All @@ -49,6 +57,7 @@ OpenEphys Recording
-------------------
.. automodule:: neuroconv.datainterfaces.ecephys.openephys.openephysdatainterface


Phy Sorting
-----------
.. automodule:: neuroconv.datainterfaces.ecephys.phy.phydatainterface
Expand All @@ -68,6 +77,7 @@ Spikegadgets Recording

SpikeGLX Recording
------------------
.. automodule:: neuroconv.datainterfaces.ecephys.spikeglx.spikeglxconverter
.. automodule:: neuroconv.datainterfaces.ecephys.spikeglx.spikeglxdatainterface
.. automodule:: neuroconv.datainterfaces.ecephys.spikeglx.spikeglxnidqinterface

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
"""The simplest, easiest to use class for converting all SpikeGLX data in a folder."""
from pathlib import Path
from typing import List, Optional

Expand All @@ -11,7 +10,11 @@


class SpikeGLXConverterPipe(ConverterPipe):
"""Primary conversion class for handling multiple SpikeGLX data streams."""
"""
The simplest, easiest to use class for converting all SpikeGLX data in a folder.
Primary conversion class for handling multiple SpikeGLX data streams.
"""

@classmethod
def get_source_schema(cls):
Expand Down

0 comments on commit 7495597

Please sign in to comment.