Deprecated ‐ Simulation results explained - xcist/documentation GitHub Wiki
The output/results of CatSim are binary data in float32. cfg.resultsName defines the basename of the result files, which can be full path and name or just the name. The result files are:
[basename].air - air scan data, dim: [Ebin, column, row, view_air] [basename].offset - offset scan data (X-ray off), dim: [Ebin, column, row, view_offset] [basename].scan - phantom scan data, dim: [Ebin, column, row, view] [basename].prep - prep data, dim: [Ebin, column, row, view] [basename]_512x512x4.raw - reconstructed image, dim: [recon.imageSize, recon.imageSize, recon.sliceCount], here is 512x512x4
where
Ebin is the energy bin, for energy integration CT, it's 1. Column and row are detector pixels in x and z direction. View is the scan views, view_air and view_offset are 1 by default.