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
that models (a) combining this Element with the corresponding [Element-Session](https://github.com/datajoint/element-session)
26
-
, and (b) declaring a ***SkullReference*** table to provide Location.
26
+
, and (b) declaring a `SkullReference` table to provide Location.
27
27
28
28
## Table descriptions
29
29
@@ -34,16 +34,16 @@ The `probe` schema contains information regarding the Neuropixels probe and elec
34
34
<details>
35
35
<summary>Click to expand details</summary>
36
36
37
-
+***ProbeType*** - a lookup table specifying the type of Neuropixels probe (e.g. "neuropixels 1.0", "neuropixels 2.0 single-shank")
37
+
+`ProbeType` - a lookup table specifying the type of Neuropixels probe (e.g. "neuropixels 1.0", "neuropixels 2.0 single-shank")
38
38
39
-
+***ProbeType.Electrode*** - all electrode and their properties for a particular probe type
39
+
+`ProbeType.Electrode` - all electrode and their properties for a particular probe type
40
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
41
42
-
+***Probe*** - record of an actual physical probe, identifiable by some unique ID (e.g. probe's serial number)
42
+
+`Probe` - record of an actual physical probe, identifiable by some unique ID (e.g. probe's serial number)
43
43
44
-
+***ElectrodeConfig*** - particular electrode configuration to be used for ephys recording
44
+
+`ElectrodeConfig` - particular electrode configuration to be used for ephys recording
45
45
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)
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)
47
47
48
48
</details>
49
49
@@ -54,9 +54,9 @@ The `ephys` schema stores information regarding the recording from a probe for a
54
54
<details>
55
55
<summary>Click to expand details</summary>
56
56
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
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
58
59
-
+***EphysRecording*** - each ***ProbeInsertion*** is accompanied by a corresponding ***EphysRecording***, specifying the ***ElectrodeConfig*** used for the recording from the ***Probe*** defined in such ***ProbeInsertion***
59
+
+`EphysRecording` - each `ProbeInsertion` is accompanied by a corresponding `EphysRecording`, specifying the `ElectrodeConfig` used for the recording from the `Probe` defined in such `ProbeInsertion`
60
60
61
61
</details>
62
62
@@ -67,13 +67,13 @@ The `ephys` schema features automatic ingestion of spike sorting results from th
67
67
<details>
68
68
<summary>Click to expand details</summary>
69
69
70
-
+***Clustering*** - specify instance(s) of clustering on an ***EphysRecording***, by some ***ClusteringMethod***
70
+
+`Clustering` - specify instance(s) of clustering on an `EphysRecording`, by some `ClusteringMethod`
71
71
72
-
+***Curation*** - specify instance(s) of curations performed on the output of a given ***Clustering***
72
+
+`Curation` - specify instance(s) of curations performed on the output of a given `Clustering`
73
73
74
-
+***CuratedClustering*** - set of results from a particular round of clustering/curation
75
-
+***CuratedClustering.Unit*** - Identified unit(s) from one ***Curation***, and the associated properties (e.g. cluster quality, spike times, spike depths, etc.)
76
-
+***WaveformSet*** - A set of spike waveforms for units from a given CuratedClustering
74
+
+`CuratedClustering` - set of results from a particular round of clustering/curation
75
+
+`CuratedClustering.Unit` - Identified unit(s) from one `Curation`, and the associated properties (e.g. cluster quality, spike times, spike depths, etc.)
76
+
+`WaveformSet` - A set of spike waveforms for units from a given CuratedClustering
0 commit comments