STIR  6.2.0
Namespaces
stir_NumericalRecipes.h File Reference

functions to convert from data in Numerical Recipes format to STIR arrays. More...

#include "stir/VectorWithOffset.h"
#include "stir/Array.h"
#include <complex>

Go to the source code of this file.

Namespaces

 stir
 Namespace for the STIR library (and some/most of its applications)
 

Functions

functions to convert from data in Numerical Recipes format to STIR arrays.
void stir::stir_to_nr (const VectorWithOffset< std::complex< float >> &c, VectorWithOffset< float > &nr_data)
 
void stir::stir_to_nr (const Array< 2, std::complex< float >> &c2d, VectorWithOffset< float > &nr_data)
 
void stir::stir_to_nr (const VectorWithOffset< Array< 1, std::complex< float >>> &c2d, VectorWithOffset< float > &nr_data)
 
void stir::nr_to_stir (const VectorWithOffset< float > &nr_data, VectorWithOffset< std::complex< float >> &c)
 
void stir::nr_to_stir (const VectorWithOffset< float > &nr_data, Array< 2, std::complex< float >> &c2d)
 
void stir::nr_to_stir (const VectorWithOffset< float > &nr_data, VectorWithOffset< Array< 1, std::complex< float >>> &c2d)
 

Detailed Description

functions to convert from data in Numerical Recipes format to STIR arrays.

Author
Kris Thielemans