Skip to content

Commit

Permalink
another fix for ACR parameters in Cntd
Browse files Browse the repository at this point in the history
  • Loading branch information
pjmark committed Aug 1, 2024
1 parent 6ea5328 commit e9f392e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion niftypet/nimpa/acr/params.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def get_params(cpath=None):
Cntd.update(mu_prspx=mu_prspx, mu_water=mu_water, mu_bone=mu_bone, mu_screw=mu_screw)

# activity values
Cntd.update(ains=ains, abck=aedg)
Cntd.update(ains=ains, abck=abck, aedg=aedg)
# PNG mu-values
Cntd.update(png_water=water, png_prspx=prspx, png_scrwy=boney)
# PNG activity values
Expand Down

0 comments on commit e9f392e

Please sign in to comment.