Skip to content

Commit

Permalink
enh: add seg-<label> and scale-<number> entities
Browse files Browse the repository at this point in the history
Necessary after converting the annots of fsaverage.
  • Loading branch information
oesteban authored Mar 14, 2024
1 parent 099cfc1 commit a19329a
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 a19329a

Please sign in to comment.