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
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -26,18 +26,26 @@ that models (a) combining this Element with the corresponding [Element-Session](
26
26
, and (b) declaring a ***SkullReference*** table to provide Location.
27
27
28
28
## Table descriptions
29
+
30
+
### Probe & electrodes
31
+
32
+
The `probe` schema contains information regarding the Neuropixels probe and electrode configuration.
33
+
29
34
<details>
30
35
<summary>Click to expand details</summary>
31
36
32
-
### The design of probe
33
37
+***ProbeType*** - a lookup table specifying the type of Neuropixels probe (e.g. "neuropixels 1.0", "neuropixels 2.0 single-shank")
38
+
34
39
+***ProbeType.Electrode*** - all electrode and their properties for a particular probe type
35
40
+ 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)
41
+
36
42
+***Probe*** - record of an actual physical probe, identifiable by some unique ID (e.g. probe's serial number)
43
+
37
44
+***ElectrodeConfig*** - particular electrode configuration to be used for ephys recording
45
+
38
46
+***ElectrodeConfig.Electrode*** - corresponding electrodes in ***ProbeType.Electrode*** that are used for recording in this electrode configuration (e.g. for Neuropixels 1.0 or 2.0, there can be at most 384 electrodes usable for recording per probe)
39
47
40
-
### Extracellular ephys recording
48
+
</details>
41
49
42
50
+***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
43
51
+***EphysRecording*** - each ***ProbeInsertion*** is accompanied by a corresponding ***EphysRecording***, specifying the ***ElectrodeConfig*** used for the recording from the ***Probe*** defined in such ***ProbeInsertion***
0 commit comments