Skip to content

Commit 3ac6484

Browse files
committed
[ENH] Update definition of Acquisition Duration to match DICOM
1 parent 8e175f4 commit 3ac6484

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/schema/objects/metadata.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@ AcquisitionDuration:
2020
name: AcquisitionDuration
2121
display_name: Acquisition Duration
2222
description: |
23-
Duration (in seconds) of volume acquisition.
23+
Duration (in seconds) of scan acquisition, including all volumes for multi-volume scans.
2424
Corresponds to [DICOM Tag 0018, 9073](https://dicomlookup.com/dicomtags/(0018,9073)) `Acquisition Duration`.
25-
This field is mutually exclusive with `"RepetitionTime"`.
2625
type: number
2726
exclusiveMinimum: 0
2827
unit: s

0 commit comments

Comments
 (0)