------------------------------------------------------------------------------ PowerCT - Accelerated X-ray Computed Tomography Image Processing Framework ------------------------------------------------------------------------------ This package contains full source code for PowerCT, an accelerated x-ray computed tomography image processing framework featured in: C. Gribble. Effective Parallelization Strategies for Scalable, High-Performance Iterative Reconstruction. In Eurographics Symposium on Parallel Graphics and Visualization, 2020. Unless otherwise stated directly in the source, this code is distributed under a BSD-style (see LICENSE for more information). ---------------------------------------------- Building PowerCT requires CMake v3.10 (or higher). CMake is available at: http://www.cmake.org/ Please ensure CMake v3.10 (or higher) is installed on your system before proceeding. ---------------------------------------------- To build and run the 'art' driver program using the default build configuration: Step 1.) Run CMake on the source directory prompt> cd powerct prompt> mkdir build prompt> cd build prompt> cmake .. Step 2.) Run make to build the PowerCT libraries and executables prompt> make Step 3.) Run the 'art' executable prompt> bin/art data/phantom0_int.dat Command line options for 'art' are listed when the driver program is exectued without command line arguments. ---------------------------------------------- Questions should be directed to: - Christiaan Gribble: christiaan.gribble@survice.com