STIR  6.2.0
Functions
mult_image_parameters.cxx File Reference

It multiplies the two parametric images and produces one-parameter image. More...

#include "stir/Succeeded.h"
#include "stir/IO/OutputFileFormat.h"
#include "stir/IO/read_from_file.h"
#include "stir/DiscretisedDensity.h"
#include "stir/modelling/ParametricDiscretisedDensity.h"
#include "stir/getopt.h"
#include <algorithm>

Functions

int main (int argc, char *argv[])
 

Detailed Description

It multiplies the two parametric images and produces one-parameter image.

Author
Charalampos Tsoumpas
Kris Thielemans
Usage:
mult_image_parameters -o output_filename -i input_filename
Attention
Assumes that only two parameters exist.
Todo:

Make a generic utility which will multiply all the parameters together and store them in a multiple image file.

It might be possible to integrate it into the stir_math.cxx, in the future.

Note
It is useful to estimate the covariance between the two parameters of the parametric images.