forked from chloepasturel/bids-specification
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFlipAngle.yaml
29 lines (29 loc) · 1.03 KB
/
FlipAngle.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
name: FlipAngle
description: |
Flip angle (FA) for the acquisition, specified in degrees.
Corresponds to: DICOM Tag 0018, 1314 `Flip Angle`.
The data type number may apply to files from any MRI modality concerned with
a single value for this field, or to the files in a
[file collection](/99-appendices/10-file-collections.html)
where the value of this field is iterated using the
[flip entity](/99-appendices/09-entities.html#flip).
The data type array provides a value for each volume in a 4D dataset and
should only be used when the volume timing is critical for interpretation of
the data, such as in
[ASL](/04-modality-specific-files/01-magnetic-resonance-imaging-data.html#\
arterial-spin-labeling-perfusion-data)
or variable flip angle fMRI sequences.
anyOf:
- type: number
unit: degree
exclusiveMinimum: 0
# The maximum should be checked
maximum: 360
- type: array
items:
type: number
unit: degree
exclusiveMinimum: 0
# The maximum should be checked
maximum: 360