Skip to content

Commit fcefe02

Browse files
committed
Restore test data
1 parent 47b8802 commit fcefe02

File tree

516 files changed

+4639
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

516 files changed

+4639
-1
lines changed
Submodule bids-examples updated 567 files
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"Name": "broken_brainvision_data",
3+
"BIDSVersion": "1.1.1"
4+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*binary data*
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
Brain Vision Data Exchange Header File Version 1.0
2+
; manually created and inserted an error into DataFile field
3+
4+
[Common Infos]
5+
Codepage=UTF-8
6+
DataFile=sub-01_task-ERROR-test_eeg.eeg
7+
MarkerFile=sub-01_task-test_eeg.vmrk
8+
DataFormat=BINARY
9+
Data orientation: MULTIPLEXED=ch1,pt1, ch2,pt1 ...
10+
DataOrientation=MULTIPLEXED
11+
NumberOfChannels=10
12+
; Sampling interval in microseconds
13+
SamplingInterval=200
14+
15+
[Binary Infos]
16+
BinaryFormat=IEEE_FLOAT_32
17+
18+
[Channel Infos]
19+
; Each entry: Ch<Channel number>=<Name>,<Reference channel name>,
20+
; <Resolution in microvolts>,<Future extensions..
21+
; Fields are delimited by commas, some fields might be omitted (empty).
22+
; Commas in channel names are coded as "\1".
23+
Ch1=FC5,,0.1
24+
Ch2=FC1,,0.1
25+
Ch3=C3,,0.1
26+
Ch4=CP5,,0.1
27+
Ch5=CP1,,0.1
28+
Ch6=FC2,,0.1
29+
Ch7=FC6,,0.1
30+
Ch8=C4,,0.1
31+
Ch9=CP2,,0.1
32+
Ch10=CP6,,0.1
33+
34+
[Comment]
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Brain Vision Data Exchange Marker File, Version 1.0
2+
; manually created and inserted an error into DataFile field
3+
4+
[Common Infos]
5+
Codepage=UTF-8
6+
DataFile=sub-01_task-ERROR-test_eeg.eeg
7+
8+
[Marker Infos]
9+
; Each entry: Mk<Marker number>=<Type>,<Description>,<Position in data points>,
10+
; <Size in data points>, <Channel number (0 = marker is related to all channels)>
11+
; Fields are delimited by commas, some fields might be omitted (empty).
12+
; Commas in type or description text are coded as "\1".
13+
Mk1=New Segment,,1,1,0,0
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
onset duration
2+
1 1
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
This dataset consists of a single PET measurement of a human brain using [11C]DASB to measure serotonin transporter availability. An anatomical T1-weighted MRI is also available. There are no arterial measurements available for this tracer.
2+
3+
It has been broken for testing purposes. Changes made (in /sub-01/ses-01/pet/sub-01_ses-01_pet.json):
4+
5+
- Manufacturer set to a number (expecting string).
6+
- InjectedMass removed (required).
7+
- TracerMolecularWeightUnit removed (required when TracerMolecularWeight is set).
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"BIDSVersion": "1.0.2",
3+
"License": "CCO license",
4+
"Name": "[11C]DASB PET Cimbi database example",
5+
"Authors": ["Melanie Ganz-Benjaminsen", "Martin Noergaard"],
6+
"Acknowledgements": "Knudsen GM, Jensen PS, Erritzoe D, Baaré WFC, Ettrup A, Fisher PM, Gillings N, Hansen HD, Hansen LK, Hasselbalch SG, Henningsson S, Herth MM, Holst KK, Iversen P, Kessing LV, Macoveanu J, Madsen KS, Mortensen EL, Nielsen FÅ, Paulson OB, Siebner HR, Stenbæk DS, Svarer C, Jernigan TL, Strother SC, Frokjaer VG. The Center for Integrated Molecular Brain Imaging (Cimbi) Database. NeuroImage. 2016 Jan 1;124(Pt B):1213-1219",
7+
"HowToAcknowledge": "This data was obtained from the Cimbi database.",
8+
"Funding": [
9+
"Lundbeck Foundation R90-A7722",
10+
"Danish Research Council 09-063598",
11+
"Rigshospitalet"
12+
],
13+
"DatasetDOI": ""
14+
}
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"participant_id": {
3+
"LongName": "Participant Id",
4+
"Description": "label identifying a particular subject"
5+
},
6+
"weight": {
7+
"LongName": "Weight",
8+
"Description": "Weight of the participant",
9+
"Units": "kg"
10+
},
11+
"sex": {
12+
"LongName": "Sex",
13+
"Description": "Sex of the participant",
14+
"Levels": {
15+
"M": "male",
16+
"F": "female"
17+
}
18+
}
19+
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
participant_id weight sex
2+
sub-01 50 F

0 commit comments

Comments
 (0)