Can the field map IntendedFor be defined by shims and dimensions? #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
For BIDS it is important that field maps get annotated (in sidecar json files) with
IntendedForto express their intent. For example, fMRIPrep would not apply field map correction if the information is missing.Heudiconv can perform automatic matching based on several criteria. I am currently using the same set as in the example, i.e.:
AFAIK, the field map will be accurate only if the parameters match, so I think making the field dependent on shims and dimensions would be OK (it works well for the phantoms). If the IntendedFor does not get assigned, this will be easy to investigate when checking the correctness of the conversion. An alternative would be to match these explicitly (say the field map is always intended for the resting state fMRI -- looking at the acquisition parameters in the Aachen dataset I assume that was the intent) -- in that case we won't have IntendedFor information missing, but it will be harder to determine whether it is accurate.
Is it OK to keep using shims and dimensions?
From my POV this is a workable approach. Let's see what the respective experts say.