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 12974ff commit ba6cbcfCopy full SHA for ba6cbcf
element_array_ephys/export/nwb/nwb.py
@@ -517,7 +517,7 @@ def add_ephys_lfp_from_source_to_nwb(
517
lfp.add_electrical_series(
518
pynwb.ecephys.ElectricalSeries(
519
name=f"ElectricalSeries{ephys_recording_record['insertion_number']}",
520
- description=str(ephys_recording_record),
+ description=f"LFP from probe {probe_id}",
521
data=SpikeInterfaceRecordingDataChunkIterator(extractor),
522
rate=extractor.get_sampling_frequency(),
523
starting_time=(
0 commit comments