STIR  6.2.0
Functions
create_tail_mask_from_ACFs.cxx File Reference

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[])
 

Detailed Description

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.

Author
Nikos Efthimiou
Kris Thielemans
Usage:
 create_tail_mask_from_ACFs --ACF-filename <filename> \\
      --output-filename <filename> \\
      [--ACF-threshold <float>] \\
      [--safety-margin <integer>]
Alternative Usage:
  create_tail_mask_from_ACFs <filename.par>
Example of parameter file:
  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