-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |