Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions model/ScannerInformation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,14 @@ ScannerInformation: !record
# An empty field implies the identity transformation.
gantryAlignment: RigidTransformation?

# Collimator Type.
# Defined Terms in 2026 (required):
# NONE (no collimator), RING (transverse septa)
# Please refer to the DICOM specification.
# (0018,1181) (Enhanced PET Acquisition Module)
# https://dicom.nema.org/medical/dicom/current/output/html/part03.html#table_C.8.22-2
collimatorType: string

# Edge information for TOF bins in mm
#
# This is a nested vector with elements of type BinEdges, i.e. it specifies the edges for every module-pair
Expand Down