Skip to content

Commit 8740b2c

Browse files
committed
Add collapsible section
1 parent c8ac8e6 commit 8740b2c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,11 @@ provide an [example workflow](https://github.com/datajoint/workflow-array-ephys/
2525
that models (a) combining this Element with the corresponding [Element-Session](https://github.com/datajoint/element-session)
2626
, and (b) declaring a ***SkullReference*** table to provide Location.
2727

28-
### The design of probe
28+
## Table descriptions
29+
<details>
30+
<summary>Click to expand details</summary>
2931

32+
### The design of probe
3033
+ ***ProbeType*** - a lookup table specifying the type of Neuropixels probe (e.g. "neuropixels 1.0", "neuropixels 2.0 single-shank")
3134
+ ***ProbeType.Electrode*** - all electrode and their properties for a particular probe type
3235
+ An electrode here refers to one recordable electrode site on the Neuropixels probe (e.g. for Neuropixels 1.0, there are 960 sites per shank)
@@ -48,6 +51,7 @@ This ephys element features automatic ingestion for spike sorting results from t
4851
+ ***CuratedClustering*** - set of results from a particular round of clustering/curation
4952
+ ***CuratedClustering.Unit*** - Identified unit(s) from one ***Curation***, and the associated properties (e.g. cluster quality, spike times, spike depths, etc.)
5053
+ ***WaveformSet*** - A set of spike waveforms for units from a given CuratedClustering
54+
</details>
5155

5256
## Installation
5357

0 commit comments

Comments
 (0)