Skip to content

Commit 6c505ac

Browse files
committed
add config file
1 parent adc79cc commit 6c505ac

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"search_method": "fnmatch",
3+
"extractors": {"SeriesDescription": ["task-(?P<task>[a-zA-Z0-9]+)"]},
4+
"descriptions": [
5+
{
6+
"datatype": "fmap",
7+
"suffix": "epi",
8+
"criteria": {
9+
"SeriesDescription": "gre_field_mapping",
10+
"EchoTest": ""
11+
}
12+
}
13+
]
14+
}

0 commit comments

Comments
 (0)