We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24ac2c0 commit abccafaCopy full SHA for abccafa
element_array_ephys/export/nwb/nwb.py
@@ -325,7 +325,7 @@ def add_ephys_recording_to_nwb(
325
nwbfile: pynwb.NWBFile, end_frame: int = None):
326
"""Read voltage data directly from source files and iteratively transfer them to the NWB file. Automatically
327
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.
+ data loss. Currently supports Neuropixels data acquired with SpikeGLX or Open Ephys, and relies on SpikeInterface to read the data.
329
330
source data -> acquisition["ElectricalSeries"]
331
0 commit comments