1
1
---
2
2
anat_parametric_volumetric :
3
+ selectors :
4
+ - dataset.dataset_description.DatasetType == 'derivative'
3
5
$ref : rules.files.raw.anat.parametric
4
6
entities :
5
7
$ref : rules.files.raw.anat.parametric.entities
@@ -9,6 +11,8 @@ anat_parametric_volumetric:
9
11
description : optional
10
12
11
13
anat_nonparametric_volumetric :
14
+ selectors :
15
+ - dataset.dataset_description.DatasetType == 'derivative'
12
16
$ref : rules.files.raw.anat.nonparametric
13
17
entities :
14
18
$ref : rules.files.raw.anat.nonparametric.entities
@@ -18,6 +22,8 @@ anat_nonparametric_volumetric:
18
22
description : optional
19
23
20
24
dwi_volumetric :
25
+ selectors :
26
+ - dataset.dataset_description.DatasetType == 'derivative'
21
27
$ref : rules.files.raw.dwi.dwi
22
28
entities :
23
29
$ref : rules.files.raw.dwi.dwi.entities
@@ -27,6 +33,8 @@ dwi_volumetric:
27
33
description : optional
28
34
29
35
func_volumetric :
36
+ selectors :
37
+ - dataset.dataset_description.DatasetType == 'derivative'
30
38
$ref : rules.files.raw.func.func
31
39
entities :
32
40
$ref : rules.files.raw.func.func.entities
@@ -36,6 +44,8 @@ func_volumetric:
36
44
description : optional
37
45
38
46
anat_parametric_mask :
47
+ selectors :
48
+ - dataset.dataset_description.DatasetType == 'derivative'
39
49
$ref : rules.files.raw.anat.parametric
40
50
suffixes :
41
51
- mask
@@ -48,6 +58,8 @@ anat_parametric_mask:
48
58
description : optional
49
59
50
60
anat_nonparametric_mask :
61
+ selectors :
62
+ - dataset.dataset_description.DatasetType == 'derivative'
51
63
$ref : rules.files.raw.anat.nonparametric
52
64
suffixes :
53
65
- mask
@@ -60,6 +72,8 @@ anat_nonparametric_mask:
60
72
description : optional
61
73
62
74
dwi_mask :
75
+ selectors :
76
+ - dataset.dataset_description.DatasetType == 'derivative'
63
77
$ref : rules.files.raw.dwi.dwi
64
78
suffixes :
65
79
- mask
@@ -72,6 +86,8 @@ dwi_mask:
72
86
description : optional
73
87
74
88
func_mask :
89
+ selectors :
90
+ - dataset.dataset_description.DatasetType == 'derivative'
75
91
$ref : rules.files.raw.func.func
76
92
suffixes :
77
93
- mask
@@ -84,6 +100,8 @@ func_mask:
84
100
description : optional
85
101
86
102
anat_parametric_discrete_segmentation :
103
+ selectors :
104
+ - dataset.dataset_description.DatasetType == 'derivative'
87
105
$ref : rules.files.raw.anat.parametric
88
106
suffixes :
89
107
- dseg
@@ -100,6 +118,8 @@ anat_parametric_discrete_segmentation:
100
118
- .tsv
101
119
102
120
anat_nonparametric_discrete_segmentation :
121
+ selectors :
122
+ - dataset.dataset_description.DatasetType == 'derivative'
103
123
$ref : rules.files.raw.anat.nonparametric
104
124
suffixes :
105
125
- dseg
@@ -116,6 +136,8 @@ anat_nonparametric_discrete_segmentation:
116
136
- .tsv
117
137
118
138
func_discrete_segmentation :
139
+ selectors :
140
+ - dataset.dataset_description.DatasetType == 'derivative'
119
141
$ref : rules.files.raw.func.func
120
142
suffixes :
121
143
- dseg
@@ -127,6 +149,8 @@ func_discrete_segmentation:
127
149
description : optional
128
150
129
151
dwi_discrete_segmentation :
152
+ selectors :
153
+ - dataset.dataset_description.DatasetType == 'derivative'
130
154
$ref : rules.files.raw.dwi.dwi
131
155
suffixes :
132
156
- dseg
@@ -138,6 +162,8 @@ dwi_discrete_segmentation:
138
162
description : optional
139
163
140
164
anat_parametric_probabilistic_segmentation :
165
+ selectors :
166
+ - dataset.dataset_description.DatasetType == 'derivative'
141
167
$ref : rules.files.raw.anat.parametric
142
168
suffixes :
143
169
- probseg
@@ -150,6 +176,8 @@ anat_parametric_probabilistic_segmentation:
150
176
description : optional
151
177
152
178
anat_nonparametric_probabilistic_segmentation :
179
+ selectors :
180
+ - dataset.dataset_description.DatasetType == 'derivative'
153
181
$ref : rules.files.raw.anat.nonparametric
154
182
suffixes :
155
183
- probseg
@@ -162,6 +190,8 @@ anat_nonparametric_probabilistic_segmentation:
162
190
description : optional
163
191
164
192
func_probabilistic_segmentation :
193
+ selectors :
194
+ - dataset.dataset_description.DatasetType == 'derivative'
165
195
$ref : rules.files.raw.func.func
166
196
suffixes :
167
197
- probseg
@@ -174,6 +204,8 @@ func_probabilistic_segmentation:
174
204
description : optional
175
205
176
206
dwi_probabilistic_segmentation :
207
+ selectors :
208
+ - dataset.dataset_description.DatasetType == 'derivative'
177
209
$ref : rules.files.raw.dwi.dwi
178
210
suffixes :
179
211
- probseg
@@ -186,6 +218,8 @@ dwi_probabilistic_segmentation:
186
218
description : optional
187
219
188
220
anat_parametic_discrete_surface :
221
+ selectors :
222
+ - dataset.dataset_description.DatasetType == 'derivative'
189
223
$ref : rules.files.raw.anat.parametric
190
224
suffixes :
191
225
- dseg
@@ -203,6 +237,8 @@ anat_parametic_discrete_surface:
203
237
description : optional
204
238
205
239
anat_nonparametic_discrete_surface :
240
+ selectors :
241
+ - dataset.dataset_description.DatasetType == 'derivative'
206
242
$ref : rules.files.raw.anat.nonparametric
207
243
suffixes :
208
244
- dseg
0 commit comments