CASToR  1.1
Tomographic Reconstruction (PET/SPECT)
 All Classes Files Functions Variables Typedefs Macros Groups Pages
Functions
castor-proj.cc File Reference

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)
 

Detailed Description

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.

Function Documentation

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.

Here is the call graph for this function:

Here is the caller graph for this function:

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.

Here is the caller graph for this function:

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.

Here is the caller graph for this function:

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.

Here is the caller graph for this function:

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.

Here is the caller graph for this function:

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.

Here is the caller graph for this function:

void ShowHelpPET ( )

Definition at line 339 of file castor-proj.cc.

Here is the caller graph for this function:

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.

Here is the caller graph for this function:

void ShowHelpSPECT ( )

Definition at line 301 of file castor-proj.cc.

Here is the caller graph for this function: