STIR
6.2.0
|
Implementation of stir::SSRB. More...
#include "stir/ProjDataFromStream.h"
#include "stir/ProjDataInterfile.h"
#include "stir/ProjDataInfoCylindrical.h"
#include "stir/SSRB.h"
#include "stir/Sinogram.h"
#include "stir/Bin.h"
#include "stir/round.h"
#include <fstream>
#include <algorithm>
#include "stir/warning.h"
#include "stir/error.h"
Namespaces | |
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 More... | |
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. More... | |
void | stir::SSRB (ProjData &out_projdata, const ProjData &in_projdata, const bool do_normalisation=true) |
Perform Single Slice Rebinning and write output to ProjData. More... | |
Implementation of stir::SSRB.