STIR  6.2.0
inverse_SSRB.h
1 //
2 //
3 /*
4  Copyright (C) 2005- 2005, Hammersmith Imanet Ltd
5  This file is part of STIR.
6 
7  SPDX-License-Identifier: Apache-2.0
8 
9  See STIR/LICENSE.txt for details
10 */
11 /*
12  \ingroup projdata
13  \file Declaration of stir::inverse_SSRB
14 
15  \author Charalampos Tsoumpas
16  \author Kris Thielemans
17 
18 */
19 
20 #include "stir/common.h"
21 
22 START_NAMESPACE_STIR
23 
24 class ProjData;
25 class Succeeded;
27 
46 Succeeded inverse_SSRB(ProjData& proj_data_4D, const ProjData& proj_data_3D);
47 
48 END_NAMESPACE_STIR
Succeeded inverse_SSRB(ProjData &proj_data_4D, const ProjData &proj_data_3D)
Perform Inverse Single Slice Rebinning and write output to ProjData4D format.
Definition: inverse_SSRB.cxx:34
basic configuration include file