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
* Update qMRI fieldmap schema
* FIX: TB1RFM -> TB1RMF
Normalizing to the most common. Cannot find a canonical reference outside of BIDS, so it may be backward.
* SCHEMA: Move TB1map+RB1map to fmap datatype
* TB1RMF -> TB1RFM
* FIX: _fa- -> _flip-
* FA -> flip angle
* Escape superscripted asterisks
* Echo before flip
Copy file name to clipboardExpand all lines: src/99-appendices/10-file-collections.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,6 @@ sub-<label>/[ses-<label>/]
55
55
| TB1EPI | flip, echo | B1<sup>+</sup> mapping with 3D EPI | This B1<sup>+</sup> mapping method ([Jiru and Klose 2006](https://doi.org/10.1002/mrm.21083)) is based on two EPI readouts to acquire spin echo (SE) and stimulated echo (STE) images at multiple flip angles in one sequence, used in the calculation of deviations from the nominal flip angle. |
56
56
| TB1AFI | Please see the [qMRI appendix](../99-appendices/11-qmri.md). | Actual Flip Angle Imaging (AFI) | This method ([Yarnykh 2007](https://doi.org/10.1002/mrm.21120)) calculates a B1<sup>+</sup> map from two images acquired at interleaved (two) TRs with identical RF pulses using a steady-state sequence. |
57
57
| TB1TFL | Please see the [qMRI appendix](../99-appendices/11-qmri.md). | Siemens `tfl_b1_map`| B1<sup>+</sup> data acquired using `tfl_b1_map` product sequence by Siemens based on the method by [Chung et al. (2010)](https://doi.org/10.1002/mrm.22423). The sequence generates one anatomical image and one scaled flip angle map. |
58
-
|TB1RMF| Please see the [qMRI appendix](../99-appendices/11-qmri.md). | Siemens `rf_map`| B1<sup>+</sup> data acquired using `rf_map` product sequence by Siemens. |
58
+
|TB1RFM| Please see the [qMRI appendix](../99-appendices/11-qmri.md). | Siemens `rf_map`| B1<sup>+</sup> data acquired using `rf_map` product sequence by Siemens. |
59
59
| TB1SRGE |`flip`, `inv`| SA2RAGE | Saturation-prepared with 2 rapid gradient echoes (SA2RAGE) uses a ratio of two saturation recovery images with different time delays, and a simulated look-up table to estimate B1+ ([Eggenschwiler et al. 2011](https://doi.org/10.1002/mrm.23145)). This sequence can also be used in conjunction with MP2RAGE T1 mapping to iteratively improve B1+ and T1 map estimation ([Marques & Gruetter 2013](https://doi.org/10.1371/journal.pone.0069294)). |
60
60
| RB1COR | Please see the [qMRI appendix](../99-appendices/11-qmri.md). | B1<sup>-</sup> field correction | Low resolution images acquired by the body coil (in the gantry of the scanner) and the head coil using identical acquisition parameters to generate a combined sensitivity map as described in [Papp et al. (2016)](https://doi.org/10.1002/mrm.26058). |
Copy file name to clipboardExpand all lines: src/99-appendices/11-qmri.md
+41-41Lines changed: 41 additions & 41 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,14 +62,14 @@ Below is an example file collection for RF transmit field map `TB1EPI`:
62
62
```text
63
63
└── sub-01/
64
64
└── fmap/
65
-
├── sub-01_fa-1_echo-1_TB1EPI.nii.gz
66
-
├── sub-01_fa-1_echo-1_TB1EPI.json
67
-
├── sub-01_fa-1_echo-2_TB1EPI.nii.gz
68
-
├── sub-01_fa-1_echo-2_TB1EPI.json
69
-
├── sub-01_fa-2_echo-1_TB1EPI.nii.gz
70
-
├── sub-01_fa-2_echo-1_TB1EPI.json
71
-
├── sub-01_fa-2_echo-2_TB1EPI.nii.gz
72
-
└── sub-01_fa-2_echo-2_TB1EPI.json
65
+
├── sub-01_echo-1_flip-1_TB1EPI.nii.gz
66
+
├── sub-01_echo-1_flip-1_TB1EPI.json
67
+
├── sub-01_echo-2_flip-1_TB1EPI.nii.gz
68
+
├── sub-01_echo-2_flip-1_TB1EPI.json
69
+
├── sub-01_echo-1_flip-2_TB1EPI.nii.gz
70
+
├── sub-01_echo-1_flip-2_TB1EPI.json
71
+
├── sub-01_echo-2_flip-2_TB1EPI.nii.gz
72
+
└── sub-01_echo-2_flip-2_TB1EPI.json
73
73
```
74
74
75
75
Please visit the [file collections appendix](./10-file-collections.md#magnetic-resonance-imaging) to see the list of currently supported qMRI applications.
@@ -125,18 +125,18 @@ but also by which metadata fields are provided in accompanying json files.
0 commit comments