STIR  6.2.0
Functions
get_dynamic_images_from_parametric_images.cxx File Reference

Multiplies Parametric Images with the Model Matrix creating Dynamic Images. More...

#include "stir/modelling/ParametricDiscretisedDensity.h"
#include "stir/modelling/PatlakPlot.h"
#include "stir/shared_ptr.h"
#include "stir/Succeeded.h"
#include "stir/IO/OutputFileFormat.h"
#include "stir/IO/read_from_file.h"
#include "stir/is_null_ptr.h"
#include "stir/warning.h"
#include <string>
#include <fstream>
#include <iostream>
#include <iomanip>

Functions

shared_ptr< OutputFileFormat< DynamicDiscretisedDensity > > set_up_output_format (int argc, char *argv[])
 
int main (int argc, char *argv[])
 

Detailed Description

Multiplies Parametric Images with the Model Matrix creating Dynamic Images.

Author
Charalampos Tsoumpas
Richard Brown
Usage:
get_dynamic_images_from_parametric_images output_dynamic_image input_parametric_image [par_file [output_format_par_file]]
  • The dynamic images will be calibrated only if the calibration factor is given.
  • The dynamic images will be in decaying counts if the plasma data are in decaying counts.

An optional output file format parameter file can also be given. An example for this might be:

output file format parameters :=
output file format type := Interfile
interfile Output File Format Parameters:=
number format := float
number_of_bytes_per_pixel:=4
End Interfile Output File Format Parameters:=
end :=
See also
PatlakPlot for the par_file
extract_single_images_from_parametric_image.cxx to extract the individual frames from the dynamic image