Skip to content

Commit

Permalink
removed the segemnt info from Cnt for the Inveon
Browse files Browse the repository at this point in the history
  • Loading branch information
pjmark committed May 6, 2024
1 parent 76e18d8 commit d1cd56c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions niftypet/ninst/raw/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -517,13 +517,6 @@ def get_inv_constants():
# > depth of interaction
"DOI":0.458,

# > no of sinos in a segment out of 11 segments
"SEG": array([127, 115, 115, 93, 93, 71, 71, 49, 49, 27, 27]),

# > minimum and maximum ring difference for each segment
"MNRD": array([-5, -16, 6, -27, 17, -38, 28, -49, 39, -60, 50]),
"MXRD": array([5, -6, 16, -17, 27, -28, 38, -39, 49, -50, 60]),

})


Expand Down

0 comments on commit d1cd56c

Please sign in to comment.