Skip to content

Commit abccafa

Browse files
bendichterkabilar
andauthored
Update element_array_ephys/export/nwb/nwb.py
Co-authored-by: Kabilar Gunalan <kabilar@datajoint.com>
1 parent 24ac2c0 commit abccafa

File tree

1 file changed

+1
-1
lines changed
  • element_array_ephys/export/nwb

1 file changed

+1
-1
lines changed

element_array_ephys/export/nwb/nwb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ def add_ephys_recording_to_nwb(
325325
nwbfile: pynwb.NWBFile, end_frame: int = None):
326326
"""Read voltage data directly from source files and iteratively transfer them to the NWB file. Automatically
327327
applies lossless compression to the data, so the final file might be smaller than the original, without
328-
data loss. Currently supports neuropixel and openephys, and relies on SpikeInterface to read the data.
328+
data loss. Currently supports Neuropixels data acquired with SpikeGLX or Open Ephys, and relies on SpikeInterface to read the data.
329329
330330
source data -> acquisition["ElectricalSeries"]
331331

0 commit comments

Comments
 (0)