|
STIR
6.3.0
|
Testing program for forward projection. More...
#include "stir_experimental/recon_buildblock/ProjMatrixByDenselUsingRayTracing.h"#include "stir/IO/interfile.h"#include "stir/ProjDataFromStream.h"#include "stir/ProjDataInfo.h"#include "stir/utilities.h"#include "stir/IndexRange3D.h"#include "stir/RelatedViewgrams.h"#include "stir/SegmentByView.h"#include "stir/VoxelsOnCartesianGrid.h"#include "stir/CPUTimer.h"#include "stir/error.h"#include <fstream>Functions | |
| int | main (int argc, char *argv[]) |
Testing program for forward projection.
This program allows forward projection of a few segments/views only, or of the full data set.
Usage:
fwdtest [proj_data_file]
The proj_data_file will be used to get the scanner, mashing etc. details (its data will not be used, nor will it be overwritten). If no proj_data_file is given, some questions are asked to use 'standard' characteristics.
1.8.13