Skip to content

Commit

Permalink
fixed typo in scatter_estimation.py
Browse files Browse the repository at this point in the history
  • Loading branch information
evgueni-ovtchinnikov committed Feb 13, 2024
1 parent 88f25bb commit f17f050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Python/PET/scatter_estimation.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def main():
print("number of scatter iterations that will be used: %d" % se.get_num_iterations())
# Could set number of subsets used by the OSEM reconstruction inside the scatter estimation loop.
# Here we will set it to 7 (which is in fact the default), which is appropriate for the mMR
set.set_OSEM_num_subsets(7)
se.set_OSEM_num_subsets(7)
se.set_output_prefix(output_prefix)
se.set_up()
se.process()
Expand Down

0 comments on commit f17f050

Please sign in to comment.