Tomographer  v5.3
Tomographer C++ Framework Documentation
Tomorun — Standalone Executable

The tomorun program is simply a straightforward piecing together of the different components available in the Tomographer C++ framework.

It can be used as a standalone program, giving it the measurement data as input (via a MATLAB data file), and retrieving the final histogram of the figure of merit as output.

For help on using tomorun, refer to this "getting started" page, or query its help text:

> tomorun --help

The tomorun code itself is not included in this API documentation. The code is located under "tomorun/". If you wish to change functionality in tomorun, or if you wish to implement a very particular calculation, you might like to have a look at the test example "test/minimal_tomorun.cxx", which provides a very minimal implementation of tomorun for a specific example—it may be more convenient for you to modify that program.