-
Notifications
You must be signed in to change notification settings - Fork 171
/
Copy path04-entity-table.md
43 lines (28 loc) · 1.43 KB
/
04-entity-table.md
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
# Appendix IV: Entity table
This section compiles the entities (key-value pairs) described throughout this
specification, and establishes a common order within a filename.
For example, if a file has an acquisition and reconstruction label, the
acquisition entity must precede the reconstruction entity.
REQUIRED and OPTIONAL entities for a given file type are denoted;
empty cells imply that entities MUST NOT be specified.
Entity formats indicate whether the value is alphanumeric
(`<label>`) or numeric (`<index>`).
A general introduction to entities is given in the section on
[filename structure](../02-common-principles.md#file-name-structure),
while entity definitions are in [Appendix IX](09-entities.md).
<!--
This file is autogenerated based on the src/schema. DO NOT EDIT DIRECTLY.
Follow https://github.com/bids-standard/bids-specification/blob/master/CONTRIBUTING.md#making-a-change-to-the-bids-schema
-->
## Magnetic Resonance Imaging
{{ MACROS___make_entity_table(datatypes=["anat", "dwi", "func", "fmap", "perf"]) }}
## Biopotential Amplification (EEG and iEEG)
{{ MACROS___make_entity_table(datatypes=["ieeg", "eeg"]) }}
## Magnetoencephalography (MEG)
{{ MACROS___make_entity_table(datatypes=["meg"]) }}
## Positron Emission Tomography (PET)
{{ MACROS___make_entity_table(datatypes=["pet"]) }}
## Behavioral Data
{{ MACROS___make_entity_table(datatypes=["beh"]) }}
## Microscopy
{{ MACROS___make_entity_table(datatypes=["micr"]) }}