STIR
6.2.0
|
Implementation of stir::multiply_crystal_factors. More...
#include "stir/multiply_crystal_factors.h"
#include "stir/ProjData.h"
#include "stir/ProjDataInfoCylindricalNoArcCorr.h"
#include "stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h"
#include "stir/Bin.h"
#include "stir/Sinogram.h"
#include "stir/error.h"
#include <memory>
Namespaces | |
stir | |
Namespace for the STIR library (and some/most of its applications) | |
Functions | |
template<class TProjDataInfo > | |
void | stir::multiply_crystal_factors_help (ProjData &proj_data, const TProjDataInfo &proj_data_info, const Array< 2, float > &efficiencies, float global_factor) |
void | stir::multiply_crystal_factors (ProjData &proj_data, const Array< 2, float > &efficiencies, const float global_factor) |
Construct proj-data as a multiple of crystal efficiencies (or singles) More... | |
template void | stir::multiply_crystal_factors_help (ProjData &, const ProjDataInfoCylindricalNoArcCorr &, const Array< 2, float > &, const float) |
template void | stir::multiply_crystal_factors_help (ProjData &, const ProjDataInfoBlocksOnCylindricalNoArcCorr &, const Array< 2, float > &, const float) |
Implementation of stir::multiply_crystal_factors.