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.
|
| stir |
| Namespace for the STIR library (and some/most of its applications)
|
|
|
|
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) |
|
functions to convert from data in Numerical Recipes format to STIR arrays.
- Author
- Kris Thielemans