|
STIR
6.3.0
|
Compute a mask for the "tails" in the sinogram. More...
#include <iostream>#include <fstream>#include <string>#include "stir/scatter/CreateTailMaskFromACFs.h"#include "stir/warning.h"#include "stir/error.h"Functions | |
| int | main (int argc, const char *argv[]) |
Compute a mask for the "tails" in the sinogram.
As from 23 July 2016, the functionality of this executable was transfered in a new class CreateTailMaskFromACFs. This made possible to use par file to initiliase the process and use it from within some other code.
create_tail_mask_from_ACFs --ACF-filename <filename> \\
--output-filename <filename> \\
[--ACF-threshold <float>] \\
[--safety-margin <integer>]
create_tail_mask_from_ACFs <filename.par>
CreateTailMaskFromACFs :=
ACF-filename :=
output-filename :=
ACF-threshold :=
safety-margin :=
END CreateTailMaskFromACFs :=
ACF-threshold defaults to 1.1 (should be larger than 1), safety-margin to 4
1.8.13