We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88f25bb commit f17f050Copy full SHA for f17f050
1 file changed
examples/Python/PET/scatter_estimation.py
@@ -99,7 +99,7 @@ def main():
99
print("number of scatter iterations that will be used: %d" % se.get_num_iterations())
100
# Could set number of subsets used by the OSEM reconstruction inside the scatter estimation loop.
101
# 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)
+ se.set_OSEM_num_subsets(7)
103
se.set_output_prefix(output_prefix)
104
se.set_up()
105
se.process()
0 commit comments