Skip to content

Commit ba6cbcf

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

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
@@ -517,7 +517,7 @@ def add_ephys_lfp_from_source_to_nwb(
517517
lfp.add_electrical_series(
518518
pynwb.ecephys.ElectricalSeries(
519519
name=f"ElectricalSeries{ephys_recording_record['insertion_number']}",
520-
description=str(ephys_recording_record),
520+
description=f"LFP from probe {probe_id}",
521521
data=SpikeInterfaceRecordingDataChunkIterator(extractor),
522522
rate=extractor.get_sampling_frequency(),
523523
starting_time=(

0 commit comments

Comments
 (0)