CASToR  3.2
Tomographic Reconstruction (PET/SPECT/CT)
Functions
code/castor-recon.cc File Reference

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.

Functions

void ShowHelp ()
 
void ShowHelpInput ()
 
void ShowHelpOutput ()
 
void ShowHelpDimensions ()
 
void ShowHelpAlgo ()
 
void ShowHelpProj ()
 
void ShowHelpImgp ()
 
void ShowHelpDynamic ()
 
void ShowHelpComputation ()
 
void ShowHelpMiscellaneous ()
 
void ShowHelpCorrection ()
 
int main (int argc, char **argv)
 

Detailed Description

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.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 590 of file code/castor-recon.cc.

◆ ShowHelp()

void ShowHelp ( )

Definition at line 42 of file code/castor-recon.cc.

Here is the caller graph for this function:

◆ ShowHelpAlgo()

void ShowHelpAlgo ( )

Definition at line 271 of file code/castor-recon.cc.

Here is the caller graph for this function:

◆ ShowHelpComputation()

void ShowHelpComputation ( )

Definition at line 455 of file code/castor-recon.cc.

Here is the caller graph for this function:

◆ ShowHelpCorrection()

void ShowHelpCorrection ( )

Definition at line 557 of file code/castor-recon.cc.

Here is the caller graph for this function:

◆ ShowHelpDimensions()

void ShowHelpDimensions ( )

Definition at line 234 of file code/castor-recon.cc.

Here is the caller graph for this function:

◆ ShowHelpDynamic()

void ShowHelpDynamic ( )

Definition at line 387 of file code/castor-recon.cc.

Here is the caller graph for this function:

◆ ShowHelpImgp()

void ShowHelpImgp ( )

Definition at line 350 of file code/castor-recon.cc.

Here is the caller graph for this function:

◆ ShowHelpInput()

void ShowHelpInput ( )

Definition at line 122 of file code/castor-recon.cc.

Here is the caller graph for this function:

◆ ShowHelpMiscellaneous()

void ShowHelpMiscellaneous ( )

Definition at line 519 of file code/castor-recon.cc.

Here is the caller graph for this function:

◆ ShowHelpOutput()

void ShowHelpOutput ( )

Definition at line 175 of file code/castor-recon.cc.

Here is the caller graph for this function:

◆ ShowHelpProj()

void ShowHelpProj ( )

Definition at line 311 of file code/castor-recon.cc.

Here is the caller graph for this function: