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
Copy file name to clipboardExpand all lines: README.md
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -47,9 +47,19 @@ The `probe` schema contains information regarding the Neuropixels probe and elec
47
47
48
48
</details>
49
49
50
+
### Extracellular electrophysiology recording
51
+
52
+
The `ephys` schema stores information regarding the recording from a probe for a given session.
53
+
54
+
<details>
55
+
<summary>Click to expand details</summary>
56
+
50
57
+***ProbeInsertion*** - a surgical insertion of a probe in the brain. Every experimental session consists of one or more entries in ***ProbeInsertion*** with a corresponding ***InsertionLocation*** each
58
+
51
59
+***EphysRecording*** - each ***ProbeInsertion*** is accompanied by a corresponding ***EphysRecording***, specifying the ***ElectrodeConfig*** used for the recording from the ***Probe*** defined in such ***ProbeInsertion***
52
-
60
+
61
+
</details>
62
+
53
63
### Clusters and spikes
54
64
55
65
This ephys element features automatic ingestion for spike sorting results from the ***kilosort*** method.
0 commit comments