Skip to content

Commit c16b6bd

Browse files
committed
chore: ⏪ revert formatting in concepts.md
1 parent 4651707 commit c16b6bd

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

docs/src/concepts.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -70,47 +70,47 @@ Each of the DataJoint Elements creates a set of tables for common neuroscience d
7070
### `subject` schema ([API docs](https://datajoint.com/docs/elements/element-animal/api/element_animal/subject))
7171
- Although not required, most choose to connect the `Session` table to a `Subject` table.
7272

73-
| Table | Description |
74-
| ------- | ------------------------------------------------------------- |
73+
| Table | Description |
74+
| --- | --- |
7575
| Subject | A table containing basic information of the research subject. |
7676

7777
### `session` schema ([API docs](https://datajoint.com/docs/elements/element-session/api/element_session/session_with_datetime))
7878

79-
| Table | Description |
80-
| ------- | ---------------------------------------------------- |
79+
| Table | Description |
80+
| --- | --- |
8181
| Session | A table for unique experimental session identifiers. |
8282

8383
### `probe` schema ([API docs](../api/element_array_ephys/probe))
8484
Tables related to the Neuropixels probe and electrode configuration.
8585

86-
| Table | Description |
87-
| ------------------------- | ----------------------------------------------------------------------------------------------------------------- |
88-
| ProbeType | A lookup table specifying the type of Neuropixels probe (e.g. "neuropixels 1.0", "neuropixels 2.0 single-shank"). |
89-
| ProbeType.Electrode | A table containing electrodes and their properties for a particular probe type. |
90-
| Probe | A record of an actual physical probe. |
91-
| ElectrodeConfig | A record of a particular electrode configuration to be used for ephys recording. |
92-
| ElectrodeConfig.Electrode | A record of electrodes out of those in `ProbeType.Electrode` that are used for recording. |
86+
| Table | Description |
87+
| --- | --- |
88+
| ProbeType | A lookup table specifying the type of Neuropixels probe (e.g. "neuropixels 1.0", "neuropixels 2.0 single-shank"). |
89+
| ProbeType.Electrode | A table containing electrodes and their properties for a particular probe type. |
90+
| Probe | A record of an actual physical probe. |
91+
| ElectrodeConfig | A record of a particular electrode configuration to be used for ephys recording. |
92+
| ElectrodeConfig.Electrode | A record of electrodes out of those in `ProbeType.Electrode` that are used for recording. |
9393

9494
### `ephys` schema ([API docs](../api/element_array_ephys/ephys))
9595
Tables related to information about physiological recordings and automatic ingestion of spike sorting results.
9696

97-
| Table | Description |
98-
| -------------------- | ------------------------------------------------------------------------------------------ |
99-
| ProbeInsertion | A record of surgical insertions of a probe in the brain. |
100-
| EphysRecording | A table with metadata about each electrophysiogical recording. |
101-
| Clustering | A table with clustering data for spike sorting extracellular electrophysiology data. |
102-
| Curation | A table to declare optional manual curation of spike sorting results. |
103-
| CuratedClustering | A table with metadata for sorted data generated after each curation. |
97+
| Table | Description |
98+
| --- | --- |
99+
| ProbeInsertion | A record of surgical insertions of a probe in the brain. |
100+
| EphysRecording | A table with metadata about each electrophysiogical recording. |
101+
| Clustering | A table with clustering data for spike sorting extracellular electrophysiology data. |
102+
| Curation | A table to declare optional manual curation of spike sorting results. |
103+
| CuratedClustering | A table with metadata for sorted data generated after each curation. |
104104
| CuratedClusting.Unit | A part table containing single unit information after spike sorting and optional curation. |
105-
| WaveformSet | A table containing spike waveforms for single units. |
105+
| WaveformSet | A table containing spike waveforms for single units. |
106106

107107
### `ephys_report` schema ([API docs](../api/element_array_ephys/ephys_report))
108108
Tables for storing probe or unit-level visualization results.
109109

110-
| Table | Description |
111-
| ---------------- | ------------------------------------------------------------- |
110+
| Table | Description |
111+
| --- | --- |
112112
| ProbeLevelReport | A table to store drift map figures generated from each recording probe. |
113-
| UnitLevelReport | A table to store figures (waveforms, autocorrelogram, peak waveform + neighbors) generated for each unit. |
113+
| UnitLevelReport | A table to store figures (waveforms, autocorrelogram, peak waveform + neighbors) generated for each unit. |
114114

115115
## Element Development
116116

0 commit comments

Comments
 (0)