|
STIR 6.4.0
|
Declaration of stir::SSRB functions. More...
Go to the source code of this file.
Namespaces | |
| namespace | stir |
| Namespace for the STIR library (and some/most of its applications) | |
Functions | |
| ProjDataInfo * | stir::SSRB (const ProjDataInfo &in_proj_data_info, const int num_segments_to_combine, const int num_views_to_combine=1, const int num_tangential_poss_to_trim=0, const int max_in_segment_num_to_process=-1, const int num_tof_bins_to_combine=1) |
| construct new ProjDataInfo that is appropriate for rebinned data | |
| void | stir::SSRB (const std::string &output_filename, const ProjData &in_projdata, const int num_segments_to_combine, const int num_views_to_combine=1, const int num_tangential_poss_to_trim=0, const bool do_normalisation=true, const int max_in_segment_num_to_process=-1, const int num_tof_bins_to_combine=1) |
| Perform Single Slice Rebinning and write output to file. | |
| void | stir::SSRB (ProjData &out_projdata, const ProjData &in_projdata, const bool do_normalisation=true) |
| Perform Single Slice Rebinning and write output to ProjData. | |
Declaration of stir::SSRB functions.