STIR  6.2.0
Functions

A simple utility that allows to check if a file is in the ECAT7 format. More...

#include "stir/IO/stir_ecat7.h"

Functions

int main (int argc, char **argv)
 

Detailed Description

A simple utility that allows to check if a file is in the ECAT7 format.

Author
Kris Thielemans
Usage
is_ecat7_file [--image | --emission | --ACF ] in_name
Without options, it will just check if it's an ECAT7 file, otherwise the type is checked as well.

The utilities will either print yes or no to stdout and return EXIT_SUCCESS, or print a warning and return EXIT_FAILURE otherwise.