Skip to content
This repository was archived by the owner on Dec 8, 2023. It is now read-only.

Commit ddd2359

Browse files
committed
Fix markdown format
1 parent 6c33fc8 commit ddd2359

File tree

2 files changed

+5
-15
lines changed

2 files changed

+5
-15
lines changed

notebooks/03-process.ipynb

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2581,18 +2581,9 @@
25812581
"cell_type": "markdown",
25822582
"metadata": {},
25832583
"source": [
2584-
"## Populate LFP"
2585-
]
2586-
},
2587-
{
2588-
"cell_type": "markdown",
2589-
"metadata": {
2590-
"lines_to_next_cell": 0,
2591-
"title": "`LFP`: mean LFP across all electrodes"
2592-
},
2593-
"source": [
2594-
"# # + `LFP`: Mean local field potential across different electrodes.\n",
2595-
"# # + `LFP.Electrode`: Local field potential of a given electrode."
2584+
"## Populate LFP\n",
2585+
"+ `LFP`: Mean local field potential across different electrodes.\n",
2586+
"+ `LFP.Electrode`: Local field potential of a given electrode."
25962587
]
25972588
},
25982589
{

notebooks/py_scripts/03-process.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -292,10 +292,9 @@
292292
ephys.CuratedClustering.Unit()
293293

294294
# ## Populate LFP
295+
# + `LFP`: Mean local field potential across different electrodes.
296+
# + `LFP.Electrode`: Local field potential of a given electrode.
295297

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.
299298
# + 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`
300299
(
301300
dj.Diagram(ephys.EphysRecording)

0 commit comments

Comments
 (0)