Skip to content

Commit f2d550e

Browse files
kushalbakshiCBroz1
andauthored
Update element_array_ephys/ephys_acute.py
Co-authored-by: Chris Brozdowski <CBrozdowski@yahoo.com>
1 parent 2e0cffe commit f2d550e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

element_array_ephys/ephys_acute.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,8 @@ def get_processed_root_data_dir() -> str:
122122
class AcquisitionSoftware(dj.Lookup):
123123
"""Name of software used for recording electrophysiological data.
124124
125-
Atrributes:
126-
SpikeGLX (str): Data acquired using spike GLX
127-
Open Ephys (str): Data acquired using Open Ephys
125+
Attributes:
126+
acq_software ( varchar(24) ): Acquisition software, e.g,. SpikeGLX, OpenEphys
128127
"""
129128

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

0 commit comments

Comments
 (0)