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.
2 parents daccfc4 + 49fac08 commit 826335bCopy full SHA for 826335b
element_array_ephys/export/nwb/nwb.py
@@ -18,7 +18,7 @@
18
19
assert probe.schema.is_activated(), 'probe not yet activated'
20
21
-for ephys in (ephys_acute, ephys_chronic, ephys_no_curation):
+for ephys in (ephys_acute):
22
if ephys.schema.is_activated():
23
break
24
else:
@@ -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