Skip to content

Commit

Permalink
Merge pull request #114 from templateflow/oesteban-patch-2
Browse files Browse the repository at this point in the history
ENH: Add `seg-<label>` and `scale-<number>` entities
  • Loading branch information
oesteban authored Mar 15, 2024
2 parents 099cfc1 + a19329a commit 1007717
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions templateflow/conf/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@
"name": "atlas",
"pattern": "[_/\\\\]atlas-([a-zA-Z0-9]+)"
},
{
"name": "segmentation",
"pattern": "[_/\\\\]seg-([a-zA-Z0-9]+)"
},
{
"name": "scale",
"pattern": "[_/\\\\]scale-([0-9]+)"
},
{
"name": "roi",
"pattern": "[_/\\\\]roi-([a-zA-Z0-9]+)"
Expand Down

0 comments on commit 1007717

Please sign in to comment.