Skip to content

Commit f17f050

Browse files
fixed typo in scatter_estimation.py
1 parent 88f25bb commit f17f050

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/Python/PET/scatter_estimation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def main():
9999
print("number of scatter iterations that will be used: %d" % se.get_num_iterations())
100100
# Could set number of subsets used by the OSEM reconstruction inside the scatter estimation loop.
101101
# Here we will set it to 7 (which is in fact the default), which is appropriate for the mMR
102-
set.set_OSEM_num_subsets(7)
102+
se.set_OSEM_num_subsets(7)
103103
se.set_output_prefix(output_prefix)
104104
se.set_up()
105105
se.process()

0 commit comments

Comments
 (0)