Summary of what happened:
Hi everyone
I’m piloting different fMRI sequences to find out what’s ideal for my scan purposes and so I attempted to use BIDS’ acq- field but with no success.
Config file :
I used both
{
"datatype": "func",
"suffix": "bold",
"custom_entities": ["acq-APplus30_TR1270_MB3", "task-pilot"],
"criteria": {
"ProtocolName": "mb3_2.5mm_tr1270_te30_HIPPO_AP_ACPC_plus30"
},
"sidecarChanges": {
"TaskName": "pilot"
}
},
and
{
"datatype": "func",
"suffix": "bold",
"custom_entities": "acq-PAplus30_TR1270_MB3",
"custom_entities": "task-pilot",
"criteria": {
"ProtocolName": "mb3_2.5mm_tr1270_te30_HIPPO_PA_ACPC_plus30"
},
"sidecarChanges": {
"TaskName": "pilot"
}
},
both to no avail