Skip to content

Commit 3ae6e2d

Browse files
bendichterCBroz1
andauthored
Update element_array_ephys/export/nwb/nwb.py
Co-authored-by: Chris Brozdowski <CBrozdowski@yahoo.com>
1 parent e973743 commit 3ae6e2d

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
@@ -324,7 +324,7 @@ def add_ephys_recording_to_nwb(
324324
session_key: dict, ephys_root_data_dir,
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
327-
applies lossless compression to the data, to the final file might be smaller than the original, but there is no
327+
applies lossless compression to the data, so the final file might be smaller than the original, without
328328
data loss. Currently supports neuropixel and openephys, and relies on SpikeInterface to read the data.
329329
330330
source data -> acquisition["ElectricalSeries"]

0 commit comments

Comments
 (0)