Skip to content

Commit

Permalink
Merge branch 'bids-standard:bep022' into bep022
Browse files Browse the repository at this point in the history
  • Loading branch information
markmikkelsen authored May 29, 2024
2 parents 2c969bb + 9116def commit 40bae63
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions src/schema/objects/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2944,11 +2944,9 @@ ResonantNucleus:
For multi-nuclei experiments such as <sup>1</sup>H-[<sup>13</sup>C] MR,
an array can be used: `["1H", "13C"]`.
Corresponds to DICOM Tag 0018, 9100 `Resonant Nucleus`.
anyOf:
- type: string
- type: array
items:
type: string
type: array
items:
type: string
RotationOrder:
name: RotationOrder
display_name: RotationOrder
Expand Down Expand Up @@ -3506,13 +3504,10 @@ SpectrometerFrequency:
to the resonant frequency of <sup>1</sup>H.
For multi-nuclei experiments such as <sup>1</sup>H-[<sup>13</sup>C] MR at 3T,
an array can be used: `[127.731, 32.125]`.
anyOf:
- type: number
unit: MHz
- type: array
items:
type: number
unit: MHz
type: array
items:
type: number
unit: MHz
SpoilingGradientDuration:
name: SpoilingGradientDuration
display_name: Spoiling Gradient Duration
Expand Down

0 comments on commit 40bae63

Please sign in to comment.