Skip to content

Commit

Permalink
more complete information in Interfile header
Browse files Browse the repository at this point in the history
added modality and time frame information
put energy information in correct place
added some block info
  • Loading branch information
KrisThielemans committed Nov 24, 2023
1 parent a6993b8 commit 204773e
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions examples/parameter_files/scatter_template.hs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
; This is sufficient to act as a template
name of data file := scatter_template.hs
originating system := unknown
!imaging modality := PT
!GENERAL DATA :=
!GENERAL IMAGE DATA :=
!type of data := PET
Expand All @@ -25,19 +26,30 @@ matrix axis label [1] := tangential coordinate
!matrix size [1] := 35
minimum ring difference per segment := { 0}
maximum ring difference per segment := { 0}
Scanner parameters:=
Scanner type := unknown
Energy resolution := 0.145
Reference energy (in keV) := 511
number of energy windows := 1
energy window lower level[1] := 430
energy window upper level[1] := 610
number of time frames := 1
image duration (sec)[1] := 60
image relative start time (sec)[1] := 0

Scanner parameters:=
Scanner type := unknown
Energy resolution := 0.145
Reference energy (in keV) := 511
Number of rings := 8
Number of detectors per ring := 64
Inner ring diameter (cm) := 65.6
Average depth of interaction (cm) := 0.7
Distance between rings (cm) := 3.25
View offset (degrees) := 0
; some block info to avoid warnings
Number of blocks per bucket in transaxial direction := 1
Number of blocks per bucket in axial direction := 1
Number of crystals per block in axial direction := 1
Number of crystals per block in transaxial direction := 1
Number of detector layers := 1
Number of crystals per singles unit in axial direction := 1
Number of crystals per singles unit in transaxial direction := 1
end scanner parameters:=
!END OF INTERFILE :=

0 comments on commit 204773e

Please sign in to comment.