Skip to content

Commit

Permalink
Draft metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Jun 3, 2020
1 parent 8d3436c commit aa1ac3e
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/schema/datatypes/func.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@
dir: optional
run: optional
echo: optional
metadata:
Manufacturer: optional
ManufacturersModelName: optional
DeviceSerialNumber: optional
StationName: optional
RepetitionTime: required
VolumeTiming: required
TaskName: required
- suffixes:
- events
extensions:
Expand Down
7 changes: 7 additions & 0 deletions src/schema/metadata/Manufacturer.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
description: "Manufacturer of the equipment that produced the composite
instances.
Corresponds to DICOM Tag 0008, 0070 Manufacturer"
format: label
unit: None
mutually_exclusive: None
requires: None
13 changes: 13 additions & 0 deletions src/schema/metadata/RepetitionTime.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
description: "The time in seconds between the beginning of an acquisition of one
volume and the beginning of acquisition of the volume following it (TR).
Please note that this definition includes time between scans
(when no data has been acquired) in case of sparse acquisition schemes.
This value needs to be consistent with the pixdim[4] field
(after accounting for units stored in xyzt_units field) in the NIfTI header.
This field is mutually exclusive with VolumeTiming and is derived from
DICOM Tag 0018, 0080 and converted to seconds."
format: float
unit: seconds
mutually_exclusive:
- VolumeTiming
requires: None

0 comments on commit aa1ac3e

Please sign in to comment.