Skip to content

Commit 7173970

Browse files
bump schema version [skip actions]
1 parent 5e0560a commit 7173970

File tree

1 file changed

+72
-2
lines changed

1 file changed

+72
-2
lines changed

examples/mri_session.json

Lines changed: 72 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,78 @@
2828
"magnetic_strength_unit": "T"
2929
},
3030
"scans": [
31-
null,
32-
null
31+
{
32+
"scan_index": 1,
33+
"scan_type": "Set Up",
34+
"primary_scan": false,
35+
"scan_sequence_type": "RARE",
36+
"rare_factor": 8,
37+
"echo_time": "3.4199999999999999289457264239899814128875732421875",
38+
"effective_echo_time": null,
39+
"echo_time_unit": "millisecond",
40+
"repetition_time": "100",
41+
"repetition_time_unit": "millisecond",
42+
"vc_orientation": null,
43+
"vc_position": null,
44+
"subject_position": "Supine",
45+
"voxel_sizes": {
46+
"type": "scale",
47+
"scale": [
48+
"0.5",
49+
"0.4375",
50+
"0.52"
51+
]
52+
},
53+
"processing_steps": [],
54+
"additional_scan_parameters": {},
55+
"notes": "Set up scan for the 3D scan."
56+
},
57+
{
58+
"scan_index": 2,
59+
"scan_type": "3D Scan",
60+
"primary_scan": true,
61+
"scan_sequence_type": "RARE",
62+
"rare_factor": 4,
63+
"echo_time": "5.3333333333333303727386009995825588703155517578125",
64+
"effective_echo_time": "10.6666666666666998253276688046753406524658203125",
65+
"echo_time_unit": "millisecond",
66+
"repetition_time": "500",
67+
"repetition_time_unit": "millisecond",
68+
"vc_orientation": {
69+
"type": "rotation",
70+
"rotation": [
71+
"1.0",
72+
"0.0",
73+
"0.0",
74+
"0.0",
75+
"0.0",
76+
"-1.0",
77+
"0.0",
78+
"1.0",
79+
"0.0"
80+
]
81+
},
82+
"vc_position": {
83+
"type": "translation",
84+
"translation": [
85+
"-6.1",
86+
"-7.0",
87+
"7.9"
88+
]
89+
},
90+
"subject_position": "Supine",
91+
"voxel_sizes": {
92+
"type": "scale",
93+
"scale": [
94+
"0.1",
95+
"0.1",
96+
"0.1"
97+
]
98+
},
99+
"processing_steps": [],
100+
"additional_scan_parameters": {},
101+
"notes": null
102+
}
33103
],
34104
"notes": "There was some information about this scan session"
35105
}

0 commit comments

Comments
 (0)