You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 8, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: notebooks/py_scripts/03-process.py
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -292,10 +292,9 @@
292
292
ephys.CuratedClustering.Unit()
293
293
294
294
# ## Populate LFP
295
+
# + `LFP`: Mean local field potential across different electrodes.
296
+
# + `LFP.Electrode`: Local field potential of a given electrode.
295
297
296
-
# + `LFP`: mean LFP across all electrodes [markdown]
297
-
# # # # + `LFP`: Mean local field potential across different electrodes.
298
-
# # # # + `LFP.Electrode`: Local field potential of a given electrode.
299
298
# + LFP and LFP.Electrode: By populating LFP, LFP of every other 9 electrode on the probe will be saved into table `ephys_element.LFP.Electrode` and an average LFP saved into table `ephys_element.LFP`
0 commit comments