Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SCHEMA] Update qMRI fieldmap schema #728

Merged
merged 8 commits into from
Feb 12, 2021
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/99-appendices/10-file-collections.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ sub-<label>/[ses-<label>/]
| 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. |
| 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. |
| 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. |
| 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. |
| 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. |
| 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)). |
| 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). |
30 changes: 15 additions & 15 deletions src/99-appendices/11-qmri.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@ Below is an example file collection for RF transmit field map `TB1EPI`:
```text
└── sub-01/
└── fmap/
├── sub-01_fa-1_echo-1_TB1EPI.nii.gz
├── sub-01_fa-1_echo-1_TB1EPI.json
├── sub-01_fa-1_echo-2_TB1EPI.nii.gz
├── sub-01_fa-1_echo-2_TB1EPI.json
├── sub-01_fa-2_echo-1_TB1EPI.nii.gz
├── sub-01_fa-2_echo-1_TB1EPI.json
├── sub-01_fa-2_echo-2_TB1EPI.nii.gz
└── sub-01_fa-2_echo-2_TB1EPI.json
├── sub-01_flip-1_echo-1_TB1EPI.nii.gz
effigies marked this conversation as resolved.
Show resolved Hide resolved
├── sub-01_flip-1_echo-1_TB1EPI.json
├── sub-01_flip-1_echo-2_TB1EPI.nii.gz
├── sub-01_flip-1_echo-2_TB1EPI.json
├── sub-01_flip-2_echo-1_TB1EPI.nii.gz
├── sub-01_flip-2_echo-1_TB1EPI.json
├── sub-01_flip-2_echo-2_TB1EPI.nii.gz
└── sub-01_flip-2_echo-2_TB1EPI.json
```

Please visit the [file collections appendix](./10-file-collections.md#magnetic-resonance-imaging) to see the list of currently supported qMRI applications.
Expand Down Expand Up @@ -160,7 +160,7 @@ Explanation of the table:
| TB1EPI | `EchoTime`, `FlipAngle`, `TotalReadoutTime`, `MixingTime` |
| TB1AFI | `RepetitionTime` |
| TB1TFL | |
| TB1RMF | |
| TB1RFM | |
| TB1SRGE<sup>*</sup> | `FlipAngle`, `InversionTime`, `RepetitionTimeExcitation`, `RepetitionTimePreperation`, `NumberShots` |
| RB1COR | |

Expand Down Expand Up @@ -253,10 +253,10 @@ sub-01_T1map.json:

<<Parameter injected by the software/pipeline>>

"BasedOn":["anat/sub-01_fa-1_VFA.nii.gz",
"anat/sub-01_fa-2_VFA.nii.gz",
"anat/sub-01_fa-3_VFA.nii.gz",
"anat/sub-01_fa-4_VFA.nii.gz",
"BasedOn":["anat/sub-01_flip-1_VFA.nii.gz",
"anat/sub-01_flip-2_VFA.nii.gz",
"anat/sub-01_flip-3_VFA.nii.gz",
"anat/sub-01_flip-4_VFA.nii.gz",
"fmap/sub-01_TB1map.nii.gz"],
"EstimationPaper":"Deoni et. al.MRM, 2015",
"EstimationAlgorithm":"Linear",
Expand Down Expand Up @@ -433,7 +433,7 @@ by entities that can generalize to other applications.
Instead of introducing an entity that is exclusive to a single application,
method developers who commonly use these file collections for the `MPM` application reached
the consensus on the use of `acq` entity to distinguish individual files.
These suffixes include: `TB1AFI`, `TB1TFL`, `TB1RMF`, and `RB1COR`.
These suffixes include: `TB1AFI`, `TB1TFL`, `TB1RFM`, and `RB1COR`.

#### `TB1EPI` specific notes

Expand Down Expand Up @@ -505,7 +505,7 @@ and MAY be followed by freeform entries:
└── sub-01_acq-tr2_TB1AFI.json
```

#### `TB1TFL` and `TB1RMF` specific notes
#### `TB1TFL` and `TB1RFM` specific notes

These suffixes describe two outputs generated by Siemens `tfl_b1_map` and `rf_map` product sequences, respectively.
Both sequences output two images.
Expand Down
2 changes: 0 additions & 2 deletions src/schema/datatypes/anat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@
- MTVmap
- PDT2map
- Chimap
- TB1map
- RB1map
- S0map
- M0map
extensions:
Expand Down
64 changes: 60 additions & 4 deletions src/schema/datatypes/fmap.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
# First group
# Fieldmaps
- suffixes:
- phasediff
- phase1
Expand All @@ -17,7 +17,7 @@
session: optional
acquisition: optional
run: optional
# Second group
# PEPolar
- suffixes:
- epi
- m0scan
Expand All @@ -32,7 +32,7 @@
ceagent: optional
direction: required
run: optional
# Third group
# TB1DAM
- suffixes:
- TB1DAM
extensions:
Expand All @@ -47,8 +47,9 @@
ceagent: optional
reconstruction: optional
flip: required
inversion: optional
part: optional
# Fourth group
# TB1EPI
effigies marked this conversation as resolved.
Show resolved Hide resolved
- suffixes:
- TB1EPI
extensions:
Expand All @@ -64,4 +65,59 @@
reconstruction: optional
echo: required
flip: required
inversion: optional
part: optional
# RFFieldMaps
- suffixes:
- TB1AFI
- TB1TFL
- TB1RFM
- RB1COR
extensions:
- .nii.gz
- .nii
- .json
entities:
subject: required
session: optional
run: optional
acquisition: optional
ceagent: optional
reconstruction: optional
echo: optional
flip: optional
inversion: optional
part: optional
# TB1SRGE
- suffixes:
- TB1SRGE
extensions:
- .nii.gz
- .nii
- .json
entities:
subject: required
session: optional
run: optional
acquisition: optional
ceagent: optional
reconstruction: optional
echo: optional
flip: required
inversion: required
part: optional
# Parametric
- suffixes:
- TB1map
- RB1map
extensions:
- .nii.gz
- .nii
- .json
entities:
subject: required
session: optional
run: optional
acquisition: optional
ceagent: optional
reconstruction: optional