Skip to content

Commit 1007717

Browse files
authored
Merge pull request #114 from templateflow/oesteban-patch-2
ENH: Add `seg-<label>` and `scale-<number>` entities
2 parents 099cfc1 + a19329a commit 1007717

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

templateflow/conf/config.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@
2626
"name": "atlas",
2727
"pattern": "[_/\\\\]atlas-([a-zA-Z0-9]+)"
2828
},
29+
{
30+
"name": "segmentation",
31+
"pattern": "[_/\\\\]seg-([a-zA-Z0-9]+)"
32+
},
33+
{
34+
"name": "scale",
35+
"pattern": "[_/\\\\]scale-([0-9]+)"
36+
},
2937
{
3038
"name": "roi",
3139
"pattern": "[_/\\\\]roi-([a-zA-Z0-9]+)"

0 commit comments

Comments
 (0)