Skip to content

Commit f567a09

Browse files
committed
ENH: Note that data types are the directories containing data files
1 parent c7b3932 commit f567a09

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

src/02-common-principles.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,19 @@ misunderstanding we clarify them here.
3333
a brain scanning instrument was acquiring data according to particular
3434
scanning sequence/protocol.
3535

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.
4249

4350
1. **Task** - a set of structured activities performed by the participant.
4451
Tasks are usually accompanied by stimuli and responses, and can greatly vary

0 commit comments

Comments
 (0)