Skip to content

Commit

Permalink
further Inveon definition fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pjmark committed Sep 20, 2023
1 parent 575713c commit 76e18d8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions niftypet/ninst/raw/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ def get_inv_constants():
"OFFGAP": None,

# > axial crystal width
"AXR": 0.159,
"AXR": 0.1592,

# > ring radius
"R": 8.054,
Expand Down Expand Up @@ -538,7 +538,7 @@ def get_inv_constants():
# > number of bin indexes in a 2D sinogram
"NSBINS": 128,

"Naw": -1, # number of total active bins per 2D sino
"NAW": -1, # number of total active bins per 2D sino

# > number of sinos in span-11
"NSN3": 4319,
Expand All @@ -553,7 +553,7 @@ def get_inv_constants():
"SPN": 1,

# > squared radius of the transaxial field of view
"TFOV2": 890.0, # squared radius of TFOV
"TFOV2": 56.25, # squared radius of TFOV

# > limit axial extension by defining start and end ring
# > only works with span-1 (Cnt['SPN']==1)
Expand Down Expand Up @@ -586,6 +586,7 @@ def get_inv_constants():
zoom = 1
Cnt.update(
dict(
zoom = zoom,
SO_IMZ = 159*zoom,
SO_IMY = 224*zoom,
SO_IMX = 224*zoom,
Expand Down

0 comments on commit 76e18d8

Please sign in to comment.