Skip to content

Commit

Permalink
add data test
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudbore committed Jul 17, 2024
1 parent 260aea5 commit 5a00d3f
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions tests/data/config_test_multiple_intendedfor_uri_relative.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"search_method": "fnmatch",
"extractors": {"SeriesDescription": ["task-(?P<task>[a-zA-Z0-9]+)"]},
"bids_uri": "relative",
"descriptions": [
{
"id": "localizer",
"datatype": "localizer",
"suffix": "localizer",
"criteria": {
"SeriesDescription": "locali*"
}
},
{
"id": "T1",
"datatype": "anat",
"suffix": "T1w",
"criteria": {
"SidecarFilename": "*MPRAGE*"
}
},
{
"datatype": "fmap",
"suffix": "fmap",
"criteria": {
"EchoNumber": 1,
"EchoTime": 0.00492
},
"sidecar_changes": {
"IntendedFor": ["localizer", "T1"]
}
}
]
}

0 comments on commit 5a00d3f

Please sign in to comment.