Skip to content

Commit a73fcd2

Browse files
kushalbakshiCBroz1
andauthored
Update element_array_ephys/ephys_precluster.py
Co-authored-by: Chris Brozdowski <CBrozdowski@yahoo.com>
1 parent 36b8161 commit a73fcd2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

element_array_ephys/ephys_precluster.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,8 @@ def get_session_directory(session_key: dict) -> str:
9797
class AcquisitionSoftware(dj.Lookup):
9898
"""Name of software used for recording electrophysiological data.
9999
100-
Atrributes:
101-
SpikeGLX (str): Data acquired using spike GLX
102-
Open Ephys (str): Data acquired using Open Ephys
100+
Attributes:
101+
acq_software ( varchar(24) ): Acquisition software, e.g,. SpikeGLX, OpenEphys
103102
"""
104103

105104
definition = """ # Name of software used for recording of neuropixels probes - SpikeGLX or Open Ephys

0 commit comments

Comments
 (0)