Skip to content

Commit d3c9996

Browse files
committed
Draft for probes TSV file
1 parent 648781a commit d3c9996

File tree

1 file changed

+100
-0
lines changed

1 file changed

+100
-0
lines changed

src/schema/objects/columns.yaml

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,38 @@ age:
4242
for privacy purposes.
4343
type: number
4444
unit: year
45+
alpha_rotation:
46+
name: alpha_rotation
47+
display_name: Alpha rotation
48+
description: |
49+
Euler angle to match probe extension dimensions (width, height, depth) to global x, y, z coordinates.
50+
unit:
51+
degree
52+
associated_brain_region:
53+
name: associated_brain_region
54+
display_name: Associated brain region
55+
description: |
56+
A textual indication on the location of the probe, preferably species-independent terms as obtained e.g. from Uberon.
57+
type: string
58+
associated_brain_region_id:
59+
name: associated_uberon_brain_region_id
60+
display_name: Associated brain region identifier
61+
description: |
62+
An identifier of the associated brain region based on the Uberon ontology for anatomical structures in animals. E.g. “UBERON:0010415”
63+
type: number
64+
associated_brain_region_quality_type:
65+
name: associated_brain_region_quality_type
66+
display_name: Associated brain region quality type
67+
description: |
68+
The method used to identify the associated brain region (estimated|proof) depending on anatomical pictures proofing the location or indirect estimation of the location.
69+
type: string
70+
beta_rotation:
71+
name: beta_rotation
72+
display_name: Beta rotation
73+
description: |
74+
Euler angle to match probe extension dimensions (width, height, depth) to global x, y, z coordinates.
75+
unit:
76+
degree
4577
cardiac:
4678
name: cardiac
4779
display_name: Cardiac measurement
@@ -84,6 +116,19 @@ component:
84116
- $ref: objects.enums.quat_z.value
85117
- $ref: objects.enums.quat_w.value
86118
- n/a
119+
contact_count:
120+
name: contact_count
121+
display_name: Contact count
122+
description: |
123+
Number of miscellaneous analog contacts for auxiliary signals.
124+
type: number
125+
depth__probes:
126+
name: height
127+
display_name: Height
128+
description: |
129+
Physical height of the probe.
130+
type: number
131+
unit: mm
87132
detector__channels:
88133
name: detector
89134
display_name: Detector Name
@@ -116,6 +161,12 @@ description:
116161
description: |
117162
Brief free-text description of the channel, or other information of interest.
118163
type: string
164+
device_serial_number:
165+
name: device_serial_number
166+
display_name: Device serial number
167+
description: |
168+
The serial number of the probe (provided by the manufacturer).
169+
type: string
119170
description__optode:
120171
name: description
121172
display_name: Description
@@ -151,6 +202,13 @@ filename:
151202
Relative paths to files.
152203
type: string
153204
format: participant_relative
205+
gamma_rotation:
206+
name: gamma_rotation
207+
display_name: Gamma rotation
208+
description: |
209+
Euler angle to match probe extension dimensions (width, height, depth) to global x, y, z coordinates.
210+
unit:
211+
degree
154212
group__channel:
155213
name: group
156214
display_name: Channel group
@@ -192,6 +250,13 @@ handedness:
192250
- AMBIDEXTROUS
193251
- Ambidextrous
194252
- n/a
253+
height__probes:
254+
name: height
255+
display_name: Height
256+
description: |
257+
Physical height of the probe.
258+
type: number
259+
unit: mm
195260
hemisphere:
196261
name: hemisphere
197262
display_name: Electrode hemisphere
@@ -267,6 +332,12 @@ material:
267332
description: |
268333
Material of the electrode (for example, `Tin`, `Ag/AgCl`, `Gold`).
269334
type: string
335+
material__probes:
336+
name: material__probes
337+
display_name: Material
338+
description: |
339+
A textual description of the base material of the probe.
340+
type: string
270341
metabolite_parent_fraction:
271342
name: metabolite_parent_fraction
272343
display_name: Metabolite parent fraction
@@ -391,6 +462,12 @@ reference__ieeg:
391462
- type: string
392463
enum:
393464
- n/a
465+
reference_atlas:
466+
name: reference_atlas
467+
display_name: Reference atlas
468+
description: |
469+
Name of reference atlas used for associated brain region identification, preferrably an ebrains supported atlas.
470+
type: string
394471
reference_frame:
395472
name: reference_frame
396473
display_name: Reference frame
@@ -703,6 +780,12 @@ type__optodes:
703780
- $ref: objects.enums.source.value
704781
- $ref: objects.enums.detector.value
705782
- n/a
783+
type__probes:
784+
name: type
785+
display_name: Type
786+
description: |
787+
The type of the probe.
788+
type: string
706789
units:
707790
name: units
708791
display_name: Units
@@ -785,6 +868,13 @@ whole_blood_radioactivity:
785868
Radioactivity in whole blood samples,
786869
in unit of radioactivity measurements in whole blood samples (for example, `kBq/mL`).
787870
type: number
871+
width__probes:
872+
name: width
873+
display_name: Width
874+
description: |
875+
Physical width of the probe.
876+
type: number
877+
unit: mm
788878
x:
789879
name: x
790880
display_name: X position
@@ -870,3 +960,13 @@ template_z:
870960
- type: string
871961
enum:
872962
- n/a
963+
template_z:
964+
name: template_z
965+
display_name: Z template position
966+
description: |
967+
Assumed or ideal position along the z axis.
968+
anyOf:
969+
- type: number
970+
- type: string
971+
enum:
972+
- n/a

0 commit comments

Comments
 (0)