@@ -33,12 +33,19 @@ misunderstanding we clarify them here.
33
33
a brain scanning instrument was acquiring data according to particular
34
34
scanning sequence/protocol.
35
35
36
- 1 . ** Data type** - a functional group of different types of data. In BIDS we
37
- define eight data types: ` func ` (task based and resting state functional MRI),
38
- ` dwi ` (diffusion weighted imaging), ` fmap ` (field inhomogeneity mapping data
39
- such as field maps), ` anat ` (structural imaging such as T1, T2, etc.), ` meg `
40
- (magnetoencephalography), ` eeg ` (electroencephalography), ` ieeg ` (intracranial
41
- electroencephalography), ` beh ` (behavioral).
36
+ 1 . ** Data type** - a functional group of different types of data.
37
+ BIDS defines eight data types:
38
+ ` func ` (task based and resting state functional MRI),
39
+ ` dwi ` (diffusion weighted imaging),
40
+ ` fmap ` (field inhomogeneity mapping data such as field maps),
41
+ ` anat ` (structural imaging such as T1, T2, etc.),
42
+ ` meg ` (magnetoencephalography),
43
+ ` eeg ` (electroencephalography),
44
+ ` ieeg ` (intracranial electroencephalography),
45
+ ` beh ` (behavioral).
46
+ Data files are contained in a directory named for the data type.
47
+ In raw datasets, the data type directory is nested inside subject and
48
+ (optionally) session directories.
42
49
43
50
1 . ** Task** - a set of structured activities performed by the participant.
44
51
Tasks are usually accompanied by stimuli and responses, and can greatly vary
0 commit comments