Skip to content

Commit

Permalink
[ENH] Add ParallelReductionFactorOutOfPlane to MRI metadata (#1221)
Browse files Browse the repository at this point in the history
* Add ParallelReductionFactorOutOfPlane to bids metadata.

* Update src/04-modality-specific-files/01-magnetic-resonance-imaging-data.md

* ENH: Note that spatial encoding now includes out-of-plane

* Update src/schema/objects/metadata.yaml

Co-authored-by: Luke Edwards <[email protected]>

* STY: Fix line length, grammar

Co-authored-by: Luke Edwards <[email protected]>
Co-authored-by: Chris Markiewicz <[email protected]>
Co-authored-by: Chris Markiewicz <[email protected]>
  • Loading branch information
4 people authored Nov 4, 2022
1 parent 57b9901 commit 6d71b6a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ A guide for using macros can be found at
-->
{{ MACROS___make_sidecar_table("mri.MRISequenceSpecifics") }}

### In-Plane Spatial Encoding
### In- and Out-of-Plane Spatial Encoding

<!-- This block generates a metadata table.
These tables are defined in
Expand Down
14 changes: 13 additions & 1 deletion src/schema/objects/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2183,11 +2183,23 @@ ParallelReductionFactorInPlane:
name: ParallelReductionFactorInPlane
display_name: Parallel Reduction Factor In Plane
description: |
The parallel imaging (for instance, GRAPPA) factor.
The parallel imaging (for instance, GRAPPA) factor in plane.
Use the denominator of the fraction of k-space encoded for each slice.
For example, 2 means half of k-space is encoded.
Corresponds to DICOM Tag 0018, 9069 `Parallel Reduction Factor In-plane`.
type: number
ParallelReductionFactorOutOfPlane:
name: ParallelReductionFactorOutOfPlane
display_name: Parallel Reduction Factor Out of Plane
description: |
The parallel imaging (for instance, GRAPPA) factor in the second phase encoding dimension of 3D sequences.
Use the denominator of the fraction of k-space encoded in the second phase encoding dimension.
For example, 2 means half of k-space is encoded.
Will typically be 1 for 2D sequences, as each slice in a 2D acquisition is usually fully encoded.
`ParallelReductionFactorOutOfPlane` should not be confused with `MultibandAccelerationFactor`,
as they imply different methods of accelerating the acquisition.
Corresponds to DICOM Tag 0018, 9155 `Parallel Reduction Factor out-of-plane`.
type: number
PartialFourier:
name: PartialFourier
display_name: Partial Fourier
Expand Down
1 change: 1 addition & 0 deletions src/schema/rules/sidecars/mri.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ MRISpatialEncoding:
fields:
NumberShots: recommended
ParallelReductionFactorInPlane: recommended
ParallelReductionFactorOutOfPlane: recommended
ParallelAcquisitionTechnique: recommended
PartialFourier: recommended
PartialFourierDirection: recommended
Expand Down

0 comments on commit 6d71b6a

Please sign in to comment.