CASToR: Customizable and Advanced Software for Tomographic Reconstruction
This is the main reconstruction program of the CASToR software. It reads/parses/checks the command-line options, initialize each manager classes with the correct set of options, and launch the reconstruction algorithm For list-mode datafiles, if a sensitivity image is not provided using "-sens", it is generated before reconstruction (managed by oSensitivityGenerator) .
More...
#include "gVariables.hh"
#include "gOptions.hh"
#include "iRCPGSAlgorithm.hh"
#include "vAlgorithm.hh"
#include "iIterativeAlgorithm.hh"
#include "oSensitivityGenerator.hh"
#include "oImageDimensionsAndQuantification.hh"
#include "iDataFilePET.hh"
#include "iDataFileSPECT.hh"
#include "iDataFileCT.hh"
#include "sOutputManager.hh"
#include "sScannerManager.hh"
#include "sRandomNumberGenerator.hh"
#include "iScannerPET.hh"
#include "sAddonManager.hh"
#include "sChronoManager.hh"
Go to the source code of this file.
CASToR: Customizable and Advanced Software for Tomographic Reconstruction
This is the main reconstruction program of the CASToR software. It reads/parses/checks the command-line options, initialize each manager classes with the correct set of options, and launch the reconstruction algorithm For list-mode datafiles, if a sensitivity image is not provided using "-sens", it is generated before reconstruction (managed by oSensitivityGenerator) .
Definition in file code/castor-recon.cc.
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ ShowHelp()
◆ ShowHelpAlgo()
◆ ShowHelpComputation()
void ShowHelpComputation |
( |
| ) |
|
◆ ShowHelpCorrection()
void ShowHelpCorrection |
( |
| ) |
|
◆ ShowHelpDimensions()
void ShowHelpDimensions |
( |
| ) |
|
◆ ShowHelpDynamic()
◆ ShowHelpImgp()
◆ ShowHelpInput()
◆ ShowHelpMiscellaneous()
void ShowHelpMiscellaneous |
( |
| ) |
|
◆ ShowHelpOutput()
◆ ShowHelpProj()