Skip to content

Commit

Permalink
start with ones
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Jul 1, 2024
1 parent aed5cf8 commit b0d08dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion petric.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def get_data(srcdir=".", outdir=OUTDIR, sirf_verbosity=0):
penalty_strength = 1 / 700 # default choice
prior = construct_RDP(penalty_strength, OSEM_image, kappa)

return Dataset(acquired_data, additive_term, mult_factors, OSEM_image, prior)
return Dataset(acquired_data, additive_term, mult_factors, OSEM_image*0.0+1, prior)


if SRCDIR.is_dir():
Expand Down

0 comments on commit b0d08dd

Please sign in to comment.