Skip to content

Commit

Permalink
fix ScatterEstimation when no randoms
Browse files Browse the repository at this point in the history
fixing an oversight
  • Loading branch information
KrisThielemans committed Jul 30, 2024
1 parent 8c57bc9 commit efc519c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scatter_buildblock/ScatterEstimation.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ ScatterEstimation::set_up_iterative(shared_ptr<IterativeReconstruction<Discretis
this->multiplicative_binnorm_2d_sptr.reset(new ChainedBinNormalisation(norm_coeff_2d_sptr, atten_coeff_2d_sptr));

this->multiplicative_binnorm_2d_sptr->set_up(
this->back_projdata_sptr->get_exam_info_sptr(),
this->input_projdata_2d_sptr->get_exam_info_sptr(),
this->input_projdata_2d_sptr->get_proj_data_info_sptr()->create_shared_clone());
iterative_object->get_objective_function_sptr()->set_normalisation_sptr(multiplicative_binnorm_2d_sptr);
}
Expand Down

0 comments on commit efc519c

Please sign in to comment.