Skip to content

Commit 112f325

Browse files
committed
Add ephys schema text
1 parent edc9d5d commit 112f325

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,19 @@ The `ephys` schema stores information regarding the recording from a probe for a
6262

6363
### Clusters and spikes
6464

65-
This ephys element features automatic ingestion for spike sorting results from the ***kilosort*** method.
65+
The `ephys` schema features automatic ingestion of spike sorting results from the `Kilosort` analysis method.
66+
67+
<details>
68+
<summary>Click to expand details</summary>
6669

6770
+ ***Clustering*** - specify instance(s) of clustering on an ***EphysRecording***, by some ***ClusteringMethod***
71+
6872
+ ***Curation*** - specify instance(s) of curations performed on the output of a given ***Clustering***
73+
6974
+ ***CuratedClustering*** - set of results from a particular round of clustering/curation
7075
+ ***CuratedClustering.Unit*** - Identified unit(s) from one ***Curation***, and the associated properties (e.g. cluster quality, spike times, spike depths, etc.)
7176
+ ***WaveformSet*** - A set of spike waveforms for units from a given CuratedClustering
77+
7278
</details>
7379

7480
## Installation
@@ -86,12 +92,11 @@ This ephys element features automatic ingestion for spike sorting results from t
8692
```
8793
8894
+ Install `element-interface`
89-
9095
+ `element-interface` is a dependency of `element-array-ephys`, however it is not contained within `requirements.txt`.
91-
9296
```
9397
pip install "element-interface @ git+https://github.com/datajoint/element-interface"
9498
```
99+
95100
</details>
96101
97102
## Usage

0 commit comments

Comments
 (0)