forked from bids-standard/bids-specification
-
Notifications
You must be signed in to change notification settings - Fork 0
/
columns.yaml
914 lines (907 loc) · 23.7 KB
/
columns.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
---
HED:
name: HED
display_name: HED Tag
description: |
Hierarchical Event Descriptor (HED) Tag.
See the [HED Appendix](SPEC_ROOT/appendices/hed.md) for details.
type: string
abbreviation:
name: abbreviation
display_name: Abbreviation
description: |
The unique label abbreviation
type: string
acq_time__scans:
name: acq_time
display_name: Scan acquisition time
description: |
Acquisition time refers to when the first data point in each run was acquired.
Furthermore, if this header is provided, the acquisition times of all files
from the same recording MUST be identical.
Datetime format and their anonymization are described in
[Units](SPEC_ROOT/common-principles.md#units).
type: string
format: datetime
acq_time__sessions:
name: acq_time
display_name: Session acquisition time
description: |
Acquisition time refers to when the first data point of the first run was acquired.
Datetime format and their anonymization are described in
[Units](SPEC_ROOT/common-principles.md#units).
type: string
format: datetime
age:
name: age
display_name: Subject age
description: |
Numeric value in years (float or integer value).
type: number
unit: year
cardiac:
name: cardiac
display_name: Cardiac measurement
description: |
continuous pulse measurement
type: number
color:
name: color
display_name: Color label
description: |
Hexadecimal. Label color for visualization.
type: string
unit: hexadecimal
detector__channels:
name: detector
display_name: Detector Name
description: |
Name of the detector as specified in the `*_optodes.tsv` file.
`n/a` for channels that do not contain NIRS signals (for example, acceleration).
anyOf:
- type: string
- type: string
enum:
- n/a
detector_type:
name: detector_type
display_name: Detector Type
description: |
The type of detector. Only to be used if the field `DetectorType` in `*_nirs.json` is set to `mixed`.
anyOf:
- type: string
derived_from:
name: derived_from
display_name: Derived from
description: |
`sample-<label>` entity from which a sample is derived,
for example a slice of tissue (`sample-02`) derived from a block of tissue (`sample-01`).
type: string
pattern: ^sample-[0-9a-zA-Z]+$
description:
name: description
display_name: Description
description: |
Brief free-text description of the channel, or other information of interest.
type: string
description__optode:
name: description
display_name: Description
description: |
Free-form text description of the optode, or other information of interest.
type: string
dimension:
name: dimension
display_name: Dimension
description: |
Size of the group (grid/strip/probe) that this electrode belongs to.
Must be of form `[AxB]` with the smallest dimension first (for example, `[1x8]`).
type: string
duration:
name: duration
display_name: Event duration
description: |
Duration of the event (measured from onset) in seconds.
Must always be either zero or positive (or `n/a` if unavailable).
A "duration" value of zero implies that the delta function or event is so
short as to be effectively modeled as an impulse.
anyOf:
- type: number
unit: s
minimum: 0
- type: string
enum:
- n/a
filename:
name: filename
display_name: Filename
description: |
Relative paths to files.
type: string
format: participant_relative
group__channel:
name: group
display_name: Channel group
description: |
Which group of channels (grid/strip/seeg/depth) this channel belongs to.
This is relevant because one group has one cable-bundle and noise can be shared.
This can be a name or number.
anyOf:
- type: string
- type: number
handedness:
name: handedness
display_name: Subject handedness
description: |
String value indicating one of "left", "right", "ambidextrous".
For "left", use one of these values: `left`, `l`, `L`, `LEFT`, `Left`.
For "right", use one of these values: `right`, `r`, `R`, `RIGHT`, `Right`.
For "ambidextrous", use one of these values: `ambidextrous`, `a`, `A`, `AMBIDEXTROUS`,
`Ambidextrous`.
type: string
enum:
- left
- l
- L
- LEFT
- Left
- right
- r
- R
- RIGHT
- Right
- ambidextrous
- a
- A
- AMBIDEXTROUS
- Ambidextrous
- n/a
hemisphere:
name: hemisphere
display_name: Electrode hemisphere
description: |
The hemisphere in which the electrode is placed.
type: string
enum:
- L
- R
high_cutoff:
name: high_cutoff
display_name: High cutoff
description: |
Frequencies used for the low-pass filter applied to the channel in Hz.
If no low-pass filter applied, use `n/a`.
Note that hardware anti-aliasing in A/D conversion of all MEG/EEG electronics
applies a low-pass filter; specify its frequency here if applicable.
anyOf:
- type: number
unit: Hz
minimum: 0
- type: string
enum:
- n/a
hplc_recovery_fractions:
name: hplc_recovery_fractions
display_name: HPLC recovery fractions
description: |
HPLC recovery fractions (the fraction of activity that gets loaded onto the HPLC).
type: number
unit: arbitrary
impedance:
name: impedance
display_name: Electrode impedance
description: |
Impedance of the electrode, units MUST be in `kOhm`.
type: number
unit: kOhm
index:
name: index
display_name: Label index
description: |
The label integer index.
type: integer
low_cutoff:
name: low_cutoff
display_name: Low cutoff
description: |
Frequencies used for the high-pass filter applied to the channel in Hz.
If no high-pass filter applied, use `n/a`.
anyOf:
- type: number
unit: Hz
- type: string
enum:
- n/a
manufacturer:
name: manufacturer
display_name: Manufacturer
description: |
The manufacturer for each electrode.
Can be used if electrodes were manufactured by more than one company.
type: string
mapping:
name: mapping
display_name: Label mapping
description: |
Corresponding integer label in the standard BIDS label lookup.
type: integer
material:
name: material
display_name: Electrode material
description: |
Material of the electrode (for example, `Tin`, `Ag/AgCl`, `Gold`).
type: string
metabolite_parent_fraction:
name: metabolite_parent_fraction
display_name: Metabolite parent fraction
description: |
Parent fraction of the radiotracer (0-1).
type: number
minimum: 0
maximum: 1
metabolite_polar_fraction:
name: metabolite_polar_fraction
display_name: Metabolite polar fraction
description: |
Polar metabolite fraction of the radiotracer (0-1).
type: number
minimum: 0
maximum: 1
# name column for channels.tsv files
name__channels:
name: name
display_name: Channel name
description: |
Label of the channel.
type: string
# name column for electrodes.tsv files
name__electrodes:
name: name
display_name: Electrode name
description: |
Name of the electrode contact point.
type: string
name__optodes:
name: name
display_name: Optode name
description: |
Name of the optode, must be unique.
type: string
# name column for dseg.tsv files
name__segmentations:
name: name
display_name: Label name
description: |
The unique label name.
type: string
notch:
name: notch
display_name: Notch frequencies
description: |
Frequencies used for the notch filter applied to the channel, in Hz.
If no notch filter applied, use `n/a`.
anyOf:
- type: number
unit: Hz
- type: string
enum:
- n/a
onset:
name: onset
display_name: Event onset
description: |
Onset (in seconds) of the event, measured from the beginning of the acquisition
of the first data point stored in the corresponding task data file.
Negative onsets are allowed, to account for events that occur prior to the first
stored data point.
For example, in case there is an in-scanner training phase that begins before
the scanning sequence has started events from this sequence should have
negative onset time counting down to the beginning of the acquisition of the
first volume.
If any data points have been discarded before forming the data file
(for example, "dummy volumes" in BOLD fMRI),
a time of 0 corresponds to the first stored data point and not the first
acquired data point.
type: number
unit: s
component:
name: component
display_name: Component
description: |
Description of the spatial axis or label of quaternion component associated with the channel.
For example, `x`,`y`,`z` for position channels,
or `quat_x`, `quat_y`, `quat_z`, `quat_w` for quaternion orientation channels.
type: string
enum:
- x
- y
- z
- quat_x
- quat_y
- quat_z
- quat_w
- n/a
pathology:
name: pathology
display_name: Pathology
description: |
String value describing the pathology of the sample or type of control.
When different from `healthy`, pathology SHOULD be specified.
The pathology may be specified in either `samples.tsv` or
`sessions.tsv`, depending on whether the pathology changes over time.
type: string
participant_id:
name: participant_id
display_name: Participant ID
description: |
A participant identifier of the form `sub-<label>`,
matching a participant entity found in the dataset.
type: string
pattern: ^sub-[0-9a-zA-Z]+$
plasma_radioactivity:
name: plasma_radioactivity
display_name: Plasma radioactivity
description: |
Radioactivity in plasma, in unit of plasma radioactivity (for example, `kBq/mL`).
type: number
# reference column for channels.tsv files for EEG data
reference__eeg:
name: reference
display_name: Electrode reference
description: |
Name of the reference electrode(s).
This column is not needed when it is common to all channels.
In that case the reference electrode(s) can be specified in `*_eeg.json` as `EEGReference`).
type: string
# reference column for channels.tsv files for iEEG data
reference__ieeg:
name: reference
display_name: Electrode reference
description: |
Specification of the reference (for example, `mastoid`, `ElectrodeName01`, `intracranial`, `CAR`, `other`, `n/a`).
If the channel is not an electrode channel (for example, a microphone channel) use `n/a`.
anyOf:
- type: string
- type: string
enum:
- n/a
respiratory:
name: respiratory
display_name: Respiratory measurement
description: |
continuous breathing measurement
type: number
response_time:
name: response_time
display_name: Response time
description: |
Response time measured in seconds.
A negative response time can be used to represent preemptive responses and
`n/a` denotes a missed response.
anyOf:
- type: number
unit: s
- type: string
enum:
- n/a
sample:
name: sample
display_name: Sample index
description: |
Onset of the event according to the sampling scheme of the recorded modality
(that is, referring to the raw data file that the `events.tsv` file accompanies).
When there are several sampling schemes present in the raw data file (as can be
the case for example for `.edf` files), this column is ambiguous and
SHOULD NOT be used.
type: integer
sample_id:
name: sample_id
display_name: Sample ID
description: |
A sample identifier of the form `sample-<label>`,
matching a sample entity found in the dataset.
type: string
pattern: ^sample-[0-9a-zA-Z]+$
sample_type:
name: sample_type
display_name: Sample type
description: |
Biosample type defined by
[ENCODE Biosample Type](https://www.encodeproject.org/profiles/biosample_type).
type: string
enum:
- cell line
- in vitro differentiated cells
- primary cell
- cell-free sample
- cloning host
- tissue
- whole organisms
- organoid
- technical sample
sampling_frequency:
name: sampling_frequency
display_name: Channel sampling frequency
description: |
Sampling rate of the channel in Hz.
type: number
unit: Hz
session_id:
name: session_id
display_name: Session ID
description: |
A session identifier of the form `ses-<label>`,
matching a session found in the dataset.
type: string
pattern: ^ses-[0-9a-zA-Z]+$
sex:
name: sex
display_name: Sex
description: |
String value indicating phenotypical sex, one of "male", "female", "other".
For "male", use one of these values: `male`, `m`, `M`, `MALE`, `Male`.
For "female", use one of these values: `female`, `f`, `F`, `FEMALE`, `Female`.
For "other", use one of these values: `other`, `o`, `O`, `OTHER`, `Other`.
type: string
enum:
- male
- m
- M
- MALE
- Male
- female
- f
- F
- FEMALE
- Female
- other
- o
- O
- OTHER
- Other
- n/a
short_channel:
name: short_channel
display_name: Short Channel
description: |
Is the channel designated as short.
The total number of channels listed as short channels
SHOULD be stored in `ShortChannelCount` in `*_nirs.json`.
type: boolean
size:
name: size
display_name: Electrode size
description: |
Surface area of the electrode, units MUST be in `mm^2`.
type: number
unit: 'mm^2'
software_filters:
name: software_filters
display_name: Software filters
description: |
List of temporal and/or spatial software filters applied
(for example, `SSS`, `SpatialCompensation`).
Note that parameters should be defined in the general MEG sidecar .json file.
Indicate `n/a` in the absence of software filters applied.
anyOf:
- type: string
- type: string
enum:
- n/a
source__channels:
name: source
display_name: Source name
description: |
Name of the source as specified in the `*_optodes.tsv` file.
`n/a` for channels that do not contain fNIRS signals (for example, acceleration).
anyOf:
- type: string
- type: string
enum:
- n/a
source__optodes:
name: source_type
display_name: Source type
description: |
The type of source. Only to be used if the field `SourceType` in `*_nirs.json` is set to `mixed`.
anyOf:
- type: string
species:
name: species
display_name: Species
description: |
The `species` column SHOULD be a binomial species name from the
[NCBI Taxonomy](https://www.ncbi.nlm.nih.gov/Taxonomy/Browser/wwwtax.cgi)
(for example, `homo sapiens`, `mus musculus`, `rattus norvegicus`).
For backwards compatibility, if `species` is absent, the participant is assumed to be
`homo sapiens`.
type: string
status:
name: status
display_name: Channel status
description: |
Data quality observed on the channel.
A channel is considered `bad` if its data quality is compromised by excessive noise.
If quality is unknown, then a value of `n/a` may be used.
Description of noise type SHOULD be provided in `[status_description]`.
type: string
enum:
- good
- bad
- n/a
status_description:
name: status_description
display_name: Channel status description
description: |
Freeform text description of noise or artifact affecting data quality on the channel.
It is meant to explain why the channel was declared bad in the `status` column.
type: string
stim_file:
name: stim_file
display_name: Stimulus file
description: |
Represents the location of the stimulus file (such as an image, video, or
audio file) presented at the given onset time.
There are no restrictions on the file formats of the stimuli files,
but they should be stored in the `/stimuli` directory
(under the root directory of the dataset; with optional subdirectories).
The values under the `stim_file` column correspond to a path relative to
`/stimuli`.
For example `images/cat03.jpg` will be translated to `/stimuli/images/cat03.jpg`.
type: string
format: stimuli_relative
strain:
name: strain
display_name: Strain
description: |
For species different from `homo sapiens`, string value indicating
the strain of the species, for example: `C57BL/6J`.
type: string
strain_rrid:
name: strain_rrid
display_name: Strain RRID
description: |
For species different from `homo sapiens`, research resource identifier
([RRID](https://scicrunch.org/resources/Organisms/search))
of the strain of the species, for example: `RRID:IMSR_JAX:000664`.
type: string
format: rrid
time:
name: time
display_name: Time
description: |
Time, in seconds, relative to `TimeZero` defined by the `*_pet.json`.
For example, 5.
type: number
unit: s
trial_type:
name: trial_type
display_name: Trial type
description: |
Primary categorisation of each trial to identify them as instances of the
experimental conditions.
For example: for a response inhibition task, it could take on values `go` and
`no-go` to refer to response initiation and response inhibition experimental
conditions.
type: string
trigger:
name: trigger
display_name: Trigger
description: |
continuous measurement of the scanner trigger signal
type: number
# type column in channels.tsv files
type__eeg_channels:
name: type
display_name: Channel type
description: |
Type of channel; MUST use the channel types listed below.
Note that the type MUST be in upper-case.
type: string
enum:
- AUDIO
- EEG
- EOG
- ECG
- EMG
- EYEGAZE
- GSR
- HEOG
- MISC
- PPG
- PUPIL
- REF
- RESP
- SYSCLOCK
- TEMP
- TRIG
- VEOG
type__meg_channels:
name: type
display_name: Channel type
description: |
Type of channel; MUST use the channel types listed below.
Note that the type MUST be in upper-case.
type: string
enum:
- MEGMAG
- MEGGRADAXIAL
- MEGGRADPLANAR
- MEGREFMAG
- MEGREFGRADAXIAL
- MEGREFGRADPLANAR
- MEGOTHER
- EEG
- ECOG
- SEEG
- DBS
- VEOG
- HEOG
- EOG
- ECG
- EMG
- TRIG
- AUDIO
- PD
- EYEGAZE
- PUPIL
- MISC
- SYSCLOCK
- ADC
- DAC
- HLU
- FITERR
- OTHER
type__ieeg_channels:
name: type
display_name: Channel type
description: |
Type of channel; MUST use the channel types listed below.
Note that the type MUST be in upper-case.
type: string
enum:
- EEG
- ECOG
- SEEG
- DBS
- VEOG
- HEOG
- EOG
- ECG
- EMG
- TRIG
- AUDIO
- PD
- EYEGAZE
- PUPIL
- MISC
- SYSCLOCK
- ADC
- DAC
- REF
- OTHER
type__nirs_channels:
name: type
display_name: Channel type
description: |
Type of channel; MUST use the channel types listed below.
Note that the type MUST be in upper-case.
type: string
enum:
- NIRSCWAMPLITUDE
- NIRSCWFLUORESCENSEAMPLITUDE
- NIRSCWOPTICALDENSITY
- NIRSCWHBO
- NIRSCWHBR
- NIRSCWMUA
- MEGMAG
- MEGGRADAXIAL
- MEGGRADPLANAR
- MEGREFMAG
- MEGREFGRADAXIAL
- MEGREFGRADPLANAR
- MEGOTHER
- EEG
- ECOG
- SEEG
- DBS
- VEOG
- HEOG
- EOG
- ECG
- EMG
- TRIG
- AUDIO
- PD
- EYEGAZE
- PUPIL
- MISC
- SYSCLOCK
- ADC
- DAC
- HLU
- FITERR
- ACCEL
- GYRO
- MAGN
- MISC
- OTHER
# type column for electrodes.tsv files
type__electrodes:
name: type
display_name: Electrode type
description: |
Type of the electrode (for example, cup, ring, clip-on, wire, needle).
type: string
type__optodes:
name: type
display_name: Type
description: |
The type of the optode.
type: string
enum:
- source
- detector
- n/a
units:
name: units
display_name: Units
description: |
Physical unit of the value represented in this channel,
for example, `V` for Volt, or `fT/cm` for femto Tesla per centimeter
(see [Units](SPEC_ROOT/common-principles.md#units)).
type: string
format: unit
units__nirs:
name: units
display_name: Units
description: |
Physical unit of the value represented in this channel,
specified according to the SI unit symbol and possibly prefix symbol,
or as a derived SI unit (for example, `V`, or unitless for changes in optical densities).
For guidelines about units see the [Appendix](SPEC_ROOT/appendices/units.md)
and [Common Principles](SPEC_ROOT/common-principles.md#units) pages.
type: string
format: unit
value:
name: value
display_name: Marker value
description: |
Marker value associated with the event (for example, the value of a TTL
trigger that was recorded at the onset of the event).
anyOf:
- type: number
- type: string
volume_type:
name: volume_type
display_name: ASL volume type
description: |
The `*_aslcontext.tsv` table consists of a single column of labels identifying
the `volume_type` of each volume in the corresponding `*_asl.nii[.gz]` file.
type: string
enum:
- control
- label
- m0scan
- deltam
- cbf
wavelength_nominal:
name: wavelength_nominal
display_name: Wavelength nominal
description: |
Specified wavelength of light in nm.
`n/a` for channels that do not contain raw NIRS signals (for example, acceleration).
This field is equivalent to `/nirs(i)/probe/wavelengths` in the SNIRF specification.
anyOf:
- type: number
- type: string
enum:
- n/a
wavelength_actual:
name: wavelength_actual
display_name: Wavelength actual
description: |
Measured wavelength of light in nm.
`n/a` for channels that do not contain raw NIRS signals (acceleration).
This field is equivalent to `measurementList.wavelengthActual` in the SNIRF specification.
type: number
wavelength_emission_actual:
name: wavelength_emission_actual
display_name: Wavelength emission actual
description: |
Measured emission wavelength of light in nm.
`n/a` for channels that do not contain raw NIRS signals (acceleration).
This field is equivalent to `measurementList.wavelengthEmissionActual` in the SNIRF specification.
type: number
whole_blood_radioactivity:
name: whole_blood_radioactivity
display_name: Whole blood radioactivity
description: |
Radioactivity in whole blood samples,
in unit of radioactivity measurements in whole blood samples (for example, `kBq/mL`).
type: number
x:
name: x
display_name: X position
description: |
Recorded position along the x-axis.
type: number
y:
name: y
display_name: Y position
description: |
Recorded position along the y-axis.
type: number
z:
name: z
display_name: Z position
description: |
Recorded position along the z-axis.
anyOf:
- type: number
- type: string
enum:
- n/a
x__optodes:
name: x
display_name: X position
description: |
Recorded position along the x-axis.
`"n/a"` if not available.
anyOf:
- type: number
- type: string
enum:
- n/a
y__optodes:
name: y
display_name: Y position
description: |
Recorded position along the y-axis.
`"n/a"` if not available.
anyOf:
- type: number
- type: string
enum:
- n/a
z__optodes:
name: z
display_name: Z position
description: |
Recorded position along the z-axis.
`"n/a"` if not available.
anyOf:
- type: number
- type: string
enum:
- n/a
template_x:
name: template_x
display_name: X template position
description: |
Assumed or ideal position along the x axis.
anyOf:
- type: number
- type: string
enum:
- n/a
template_y:
name: template_y
display_name: Y template position
description: |
Assumed or ideal position along the y axis.
anyOf:
- type: number
- type: string
enum:
- n/a
template_z:
name: template_z
display_name: Z template position
description: |
Assumed or ideal position along the z axis.
anyOf:
- type: number
- type: string
enum:
- n/a