STIR
6.2.0
|
Generates a noise realisation according to Poisson statistics for some projection data. More...
Functions | |
void | usage () |
int | main (int argc, char *argv[]) |
Generates a noise realisation according to Poisson statistics for some projection data.
Usage:
The scaling_factor
is used to multiply the input data before generating the Poisson random number. This means that a scaling_factor
larger than 1 will result in less noisy data.
The seed value for the random number generator has to be strictly positive.
Without the -p option, the mean of the output data will be equal to scaling_factor*mean_of_input
, otherwise it will be equal to mean_of_input.
The options -p and –preserve-mean are identical.