STIR
6.2.0
|
Implementations of functions defined in scale_sinogram.h. More...
#include "stir/scale_sinograms.h"
#include "stir/ProjData.h"
#include "stir/ProjDataInfo.h"
#include "stir/Bin.h"
#include "stir/Sinogram.h"
#include "stir/Succeeded.h"
#include "stir/warning.h"
Namespaces | |
stir | |
Namespace for the STIR library (and some/most of its applications) | |
Functions | |
Succeeded | stir::scale_sinograms (ProjData &output_proj_data, const ProjData &input_proj_data, const Array< 2, float > scale_factors_per_sinogram) |
apply a scale factor for every sinogram More... | |
Array< 2, float > | stir::get_scale_factors_per_sinogram (const ProjData &numerator_proj_data, const ProjData &denominator_proj_data, const ProjData &weights_proj_data) |
find scale factors between two different sinograms More... | |
Implementations of functions defined in scale_sinogram.h.