STIR 6.4.0
randoms_from_singles.h
Go to the documentation of this file.
1
11/*
12 Copyright (C) 2021, University Copyright London
13 This file is part of STIR.
14
15 SPDX-License-Identifier: Apache-2.0
16
17 See STIR/LICENSE.txt for details
18*/
19
20#include "stir/common.h"
21
22START_NAMESPACE_STIR
23
24class ProjData;
25class SinglesRates;
26
70void randoms_from_singles(ProjData& proj_data,
71 const SinglesRates& singles,
72 float coincidence_time_window = -1.F,
73 float radionuclide_halflife = -1.F);
74
75END_NAMESPACE_STIR
basic configuration include file
void randoms_from_singles(ProjData &proj_data, const SinglesRates &singles, float coincidence_time_window, float isotope_halflife)
Estimate randoms from singles (RFS)
Definition randoms_from_singles.cxx:34