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 e973743 commit 3ae6e2dCopy full SHA for 3ae6e2d
element_array_ephys/export/nwb/nwb.py
@@ -324,7 +324,7 @@ def add_ephys_recording_to_nwb(
324
session_key: dict, ephys_root_data_dir,
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, to the final file might be smaller than the original, but there is no
+ 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.
329
330
source data -> acquisition["ElectricalSeries"]
0 commit comments