You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
enh: allow encoding the fieldmapping intent of the protocol
This PR addresses the problem @mattcieslak spotted at in bids-standard#239.
This enhancement (WIP) basically allows for researchers to encode
the protocol's intent regarding fieldmaps.
As @satra introduced in bids-standard#239 (comment),
BIDS "*could encode intent and automation. Whether it should is a community decision."
This PR proposes a solution to encoding the intent. It doesn't modify
anything to allow also encoding automation.
The PR attempts to be backwards compatible, and is based off of bids-standard#651,
where the text about fieldmaps is being revised.
I'm submitting this draft PR to open discussions and looking forward to
feedback.
Resolves: bids-standard#239.
Depends: bids-standard#651.
References: #263, nipreps/dmriprep#43, bids-standard/bids-2-devel#39
| AnatomicalLandmarkCoordinates | RECOMMENDED |[object][] of [arrays][]| Key:value pairs of any number of additional anatomical landmarks and their coordinates in voxel units (where first voxel has index 0,0,0) relative to the associated anatomical MRI (for example, `{"AC": [127,119,149], "PC": [128,93,141], "IH": [131,114,206]}`, or `{"NAS": [127,213,139], "LPA": [52,113,96], "RPA": [202,113,91]}`). Each array MUST contain three numeric values corresponding to x, y, and z axis of the coordinate system in that exact order. |
109
109
110
+
### Echo-Planar Imaging and *B<sub>0</sub>* mapping
111
+
112
+
Echo-Planar Imaging (EPI) schemes typically used in the acquisition of
113
+
diffusion and functional MRI may also be *intended for* estimating the
114
+
*B<sub>0</sub>* field nonuniformity inside the scanner (in other words,
115
+
*mapping the field*,) without the acquisition of additional MRI schemes
116
+
such as gradient-recalled echo (GRE) sequences that are stored under the
117
+
`fmap/` folder of the BIDS structure.
118
+
119
+
The modality labels `dwi` (under `dwi/`), `bold`, and `sbref` (under `func/`)
120
+
and any modality under `fmap/` are allowed to encode the MR protocol intent for
| B0FieldIdentifier | OPTIONAL |[string][]| The presence of this key states that this particular 3D or 4D image MAY be used for fieldmap estimation purposes. The `B0FieldIdentifier` MUST be a unique string within one participant's tree, shared only by the images meant to be used as inputs for the estimation of a particular instance of the *B<sub>0</sub> field* estimation. |
126
+
| B0FieldSource | OPTIONAL |[string][] or [array][] of [string][]| At least one existing `B0FieldIdentifier` defined by other images in the participant's tree. This field states the *B<sub>0</sub> field* estimation designated by the `B0FieldIdentifier` that may be used to correct the dataset for distortions caused by B<sub>0</sub> inhomogeneities. `B0FieldSource` and `B0FieldIdentifier` are mutually exclusive. When a list of identifiers is given, the estimated fieldmap may be averaged across the different sources. |
0 commit comments