Skip to content

Commit

Permalink
fixed bug for spna-3 projector
Browse files Browse the repository at this point in the history
  • Loading branch information
pjmark committed May 7, 2024
1 parent 1518bde commit ddb315f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions niftypet/nipet/prj_inv/prj_inv.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ def frwd_prj(im, scanner_params, isub=ISUB_DEFAULT, dev_out=False, attenuation=F
# number of sinos in span-1
nsinos = NRNG_c**2

elif Cnt['SPN'] == 2:
nsinos = Cnt['NSN']
elif Cnt['SPN'] == 3:
nsinos = Cnt['NSN3']
elif Cnt['SPN'] == 0:
nsinos = Cnt['NSEG0']

Expand Down

0 comments on commit ddb315f

Please sign in to comment.