Skip to content

Commit

Permalink
Merge pull request #41 from chrisfilo/fix/metadata
Browse files Browse the repository at this point in the history
added 'dir' and 'acq' filename keys
  • Loading branch information
chrisgorgo authored May 1, 2017
2 parents 3631057 + 47d8a26 commit 7205ae0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions bids/grabbids/config/bids.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,14 @@
{
"name": "modality",
"pattern": "\/(func|anat|fmap|dwi)\/"
},
{
"name": "dir",
"pattern": "dir-([a-zA-Z0-9]+)"
},
{
"name": "acq",
"pattern": "acq-([a-zA-Z0-9]+)"
}
]
}

0 comments on commit 7205ae0

Please sign in to comment.