![]() |
CASToR
1.1
Tomographic Reconstruction (PET/SPECT)
|
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 "iDataFileTransmission.hh"#include "sOutputManager.hh"#include "sScannerManager.hh"#include "sRandomNumberGenerator.hh"#include "iScannerPET.hh"Go to the source code of this file.
Functions | |
| void | ShowHelp (int a_returnCode, int a_mpiRank) |
| void | ShowHelpInput () |
| Display command line options related to input settings for castor-proj. More... | |
| void | ShowHelpOutput () |
| Display command line options related to output settings for castor-proj. More... | |
| void | ShowHelpProj () |
| Display command line options related to the Projector module for castor-proj. More... | |
| void | ShowHelpComputation () |
| Display command line options related to the computation settings for castor-proj. More... | |
| void | ShowHelpDynamic () |
| Display command line options related to the dynamic features for castor-proj. More... | |
| void | ShowHelpSPECT () |
| void | ShowHelpPET () |
| void | ShowHelpMiscellaneous () |
| Display command line settings related to SPECT modality for castor-proj. More... | |
| int | main (int argc, char **argv) |
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 castor-proj.cc.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 400 of file castor-proj.cc.
| void ShowHelp | ( | int | a_returnCode, |
| int | a_mpiRank | ||
| ) |
Definition at line 31 of file castor-proj.cc.


| ShowHelpComputation | ( | ) |
Display command line options related to the computation settings for castor-proj.
Display command line options related to the computation settings for castor-recon.
Definition at line 211 of file castor-proj.cc.

| ShowHelpDynamic | ( | ) |
Display command line options related to the dynamic features for castor-proj.
Display command line options related to the dynamic features for castor-recon.
Definition at line 268 of file castor-proj.cc.

| ShowHelpInput | ( | ) |
Display command line options related to input settings for castor-proj.
Display command line options related to input settings for castor-recon.
Definition at line 102 of file castor-proj.cc.

| ShowHelpMiscellaneous | ( | ) |
Display command line settings related to SPECT modality for castor-proj.
Display command line options related to miscellaneous settings for castor-recon.
Display command line options related to miscellaneous settings for castor-proj.
Display command line settings related to PET modality for castor-proj.
Definition at line 364 of file castor-proj.cc.

| ShowHelpOutput | ( | ) |
Display command line options related to output settings for castor-proj.
Display command line options related to output settings for castor-recon.
Definition at line 132 of file castor-proj.cc.

| void ShowHelpPET | ( | ) |
| ShowHelpProj | ( | ) |
Display command line options related to the Projector module for castor-proj.
Display command line options related to the Projector module for castor-recon.
Definition at line 166 of file castor-proj.cc.

| void ShowHelpSPECT | ( | ) |
1.8.6