Skip to content

Commit

Permalink
Change bins in mask for sinogram message to use info()
Browse files Browse the repository at this point in the history
  • Loading branch information
robbietuk committed Nov 21, 2024
1 parent 4953e27 commit 4b1a99c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/scatter_buildblock/CreateTailMaskFromACFs.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,7 @@ CreateTailMaskFromACFs::process_data()
count += mask_left_size + mask_right_size;
#endif
}
std::cout << count << " bins in mask for sinogram at segment " << bin.segment_num() << ", axial_pos "
<< bin.axial_pos_num() << "\n";
info(boost::format("%1% bins in mask for sinogram at segment %2%, axial_pos %3%") % count % bin.segment_num() % bin.axial_pos_num());
if (this->mask_proj_data->set_sinogram(mask_sinogram) != Succeeded::yes)
return Succeeded::no;
}
Expand Down

0 comments on commit 4b1a99c

Please sign in to comment.