STIR  6.2.0
Functions
list_image_info.cxx File Reference

This program lists basic image info. It works for dynamic images. More...

#include "stir/VoxelsOnCartesianGrid.h"
#include "stir/DynamicDiscretisedDensity.h"
#include "stir/stream.h"
#include "stir/error.h"
#include "stir/Succeeded.h"
#include "stir/IO/read_from_file.h"
#include "stir/date_time_functions.h"
#include "stir/is_null_ptr.h"
#include <memory>
#include <iostream>

Functions

int main (int argc, char *argv[])
 

Detailed Description

This program lists basic image info. It works for dynamic images.

Exam info and numerical info can be listed, depending on command line options. Run the utility to get a usage message.

Author
Kris Thielemans
Warning
It only supports stir::VoxelsOnCartesianGrid type of images.