This is the main program of the analytic projection tool for CASToR It reads/parses/checks the command-line options provided by the user, initialize each manager classes with the correct set of options, and launch the projection algorithm (managed by oAnalyticProjection).
More...
#include "gVariables.hh"
#include "gOptions.hh"
#include "oAnalyticProjection.hh"
#include "oImageConvolverManager.hh"
#include "oImageDimensionsAndQuantification.hh"
#include "iDataFilePET.hh"
#include "iDataFileSPECT.hh"
#include "sOutputManager.hh"
#include "sScannerManager.hh"
#include "sRandomNumberGenerator.hh"
#include "iScannerPET.hh"
Go to the source code of this file.
This is the main program of the analytic projection tool for CASToR It reads/parses/checks the command-line options provided by the user, initialize each manager classes with the correct set of options, and launch the projection algorithm (managed by oAnalyticProjection).
Definition in file code/castor-proj.cc.
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ ShowHelp()
void ShowHelp |
( |
int |
a_returnCode, |
|
|
int |
a_mpiRank |
|
) |
| |
◆ ShowHelpComputation()
void ShowHelpComputation |
( |
| ) |
|
◆ ShowHelpDynamic()
◆ ShowHelpInput()
◆ ShowHelpMiscellaneous()
void ShowHelpMiscellaneous |
( |
| ) |
|
◆ ShowHelpOutput()
◆ ShowHelpPET()
◆ ShowHelpProj()
◆ ShowHelpSPECT()