|
STIR 6.4.0
|
functions to convert from data in Numerical Recipes format to STIR arrays. More...
Go to the source code of this file.
Namespaces | |
| namespace | 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) |
functions to convert from data in Numerical Recipes format to STIR arrays.