|
STIR
6.3.0
|
Conversion from ECAT 6 cti to interfile (image and sinogram data) More...
#include "stir/utilities.h"#include "stir/IO/InterfileOutputFileFormat.h"#include "stir/shared_ptr.h"#include "stir/VoxelsOnCartesianGrid.h"#include "stir/IO/stir_ecat6.h"#include "stir/IO/ecat6_utils.h"#include "stir/Scanner.h"#include "stir/Succeeded.h"#include "stir/error.h"#include <stdio.h>#include <iostream>#include <algorithm>#include <string>Functions | |
| int | main (int argc, char *argv[]) |
Conversion from ECAT 6 cti to interfile (image and sinogram data)
convecat6_if [output_file_name_without_extension cti_data_file_name [scanner_name]]The optional scanner_name can be used to force to a particular scanner (ignoring the system_type in the main header). scanner_name has to be recognised by the Scanner class. Examples are : ECAT 953, RPT, ECAT HR+, Advance etc. If the scanner_name contains a space, the scanner name has to be surrounded by double quotes (") when used as a command line argument.
1.8.13