STIR  6.2.0
Functions
list_projdata_info.cxx File Reference

A utility that lists size info on the projection data on stdout. More...

#include "stir/ProjData.h"
#include "stir/ExamInfo.h"
#include "stir/ProjDataInfo.h"
#include "stir/SegmentByView.h"
#include "stir/is_null_ptr.h"
#include "stir/warning.h"
#include <iostream>
#include <limits>
#include <string>

Functions

void print_usage_and_exit (const std::string &program_name)
 
int main (int argc, char *argv[])
 

Detailed Description

A utility that lists size info on the projection data on stdout.

Usage
list_projdata_info [--all  | --min | --max | --sum | --geom | --exam] projdata_filename

Add one or more options to print the exam/geometric/min/max/sum information. If no option is specified, geometric info is printed.

Author
Nikos Efthimiou
Kris Thielemans