@@ -62,37 +62,37 @@ Each of the DataJoint Elements creates a set of tables for common neuroscience d
62
62
63
63
| Table | Description |
64
64
| --- | --- |
65
- | Subject | Basic information of the research subject. |
65
+ | Subject | A table containing basic information of the research subject. |
66
66
67
67
### ` session ` schema ([ API docs] ( https://datajoint.com/docs/elements/element-session/api/element_session/session_with_datetime ) )
68
68
69
69
| Table | Description |
70
70
| --- | --- |
71
- | Session | Unique experimental session identifier . |
71
+ | Session | A table for unique experimental session identifiers . |
72
72
73
73
### ` probe ` schema ([ API docs] ( ../api/element_array_ephys/probe ) )
74
74
Tables related to the Neuropixels probe and electrode configuration.
75
75
76
76
| Table | Description |
77
77
| --- | --- |
78
- | ProbeType | a lookup table specifying the type of Neuropixels probe (e.g. "neuropixels 1.0", "neuropixels 2.0 single-shank"). |
79
- | ProbeType.Electrode | a table containing electrodes and their properties for a particular probe type. |
80
- | Probe | a record of an actual physical probe. |
81
- | ElectrodeConfig | a record of a particular electrode configuration to be used for ephys recording. |
82
- | ElectrodeConfig.Electrode | a record of electrodes out of those in ` ProbeType.Electrode ` that are used for recording. |
78
+ | ProbeType | A lookup table specifying the type of Neuropixels probe (e.g. "neuropixels 1.0", "neuropixels 2.0 single-shank"). |
79
+ | ProbeType.Electrode | A table containing electrodes and their properties for a particular probe type. |
80
+ | Probe | A record of an actual physical probe. |
81
+ | ElectrodeConfig | A record of a particular electrode configuration to be used for ephys recording. |
82
+ | ElectrodeConfig.Electrode | A record of electrodes out of those in ` ProbeType.Electrode ` that are used for recording. |
83
83
84
84
### ` ephys ` schema ([ API docs] ( ../api/element_array_ephys/ephys ) )
85
85
Tables related to information about physiological recordings and automatic ingestion of spike sorting results.
86
86
87
87
| Table | Description |
88
88
| --- | --- |
89
- | ProbeInsertion | a record of surgical insertions of a probe in the brain. |
90
- | EphysRecording | a table with metadata about each electrophysiogical recording. |
91
- | Clustering | a table with clustering data for spike sorting extracellular electrophysiology data. |
92
- | Curation | a table to declare optional manual curation of spike sorting results. |
93
- | CuratedClustering | a table with metadata for sorted data generated after each curation. |
94
- | CuratedClusting.Unit | a part table containing single unit information after spike sorting and optional curation. |
95
- | WaveformSet | a table containing spike waveforms for single units. |
89
+ | ProbeInsertion | A record of surgical insertions of a probe in the brain. |
90
+ | EphysRecording | A table with metadata about each electrophysiogical recording. |
91
+ | Clustering | A table with clustering data for spike sorting extracellular electrophysiology data. |
92
+ | Curation | A table to declare optional manual curation of spike sorting results. |
93
+ | CuratedClustering | A table with metadata for sorted data generated after each curation. |
94
+ | CuratedClusting.Unit | A part table containing single unit information after spike sorting and optional curation. |
95
+ | WaveformSet | A table containing spike waveforms for single units. |
96
96
97
97
## Element Development
98
98
0 commit comments