File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 28
28
Sequence names on the scanner must follow this specification to avoid manual
29
29
conversion/handling:
30
30
31
- [PREFIX:]<seqtype[-label]>[_ses-<SESID>][_task-<TASKID>][_acq-<ACQLABEL>][_run-<RUNID>][_dir-<DIR>][<more BIDS>][__<custom>]
31
+ [PREFIX:][WIP ] <seqtype[-label]>[_ses-<SESID>][_task-<TASKID>][_acq-<ACQLABEL>][_run-<RUNID>][_dir-<DIR>][<more BIDS>][__<custom>]
32
32
33
33
where
34
34
[PREFIX:] - leading capital letters followed by : are stripped/ignored
35
+ [WIP ] - prefix is stripped/ignored (added by Philips for patch sequences)
35
36
<...> - value to be entered
36
37
[...] - optional -- might be nearly mandatory for some modalities (e.g.,
37
38
run for functional) and very optional for others
104
105
105
106
Although we still support "-" and "+" used within SESID and TASKID, their use is
106
107
not recommended, thus not listed here
108
+
109
+ ## Scanner specifics
110
+
111
+ We perform following actions regardless of the type of scanner, but applied
112
+ generally to accommodate limitations imposed by different manufacturers/models:
113
+
114
+ ### Philips
115
+
116
+ - We replace all ( with { and ) with } to be able e.g. to specify session {date}
117
+ - "WIP " prefix unconditionally added by the scanner is stripped
107
118
"""
108
119
109
120
import os
You can’t perform that action at this time.
0 commit comments