![]() |
CASToR
3.2
Tomographic Reconstruction (PET/SPECT/CT)
|
This program is used to create a resampled histogram datafile for the posterior bootstrap reconstruction see "Reconstruction, analysis and interpretation of posterior probability distributions of PET images, using the posterior bootstrap" by Marina Filipovic et al., PMB 2021. More...
#include "gVariables.hh"
#include "gOptions.hh"
#include "oImageDimensionsAndQuantification.hh"
#include "vDataFile.hh"
#include "iDataFilePET.hh"
#include "iDataFileSPECT.hh"
#include "iDataFileCT.hh"
#include "iEventHistoPET.hh"
#include "iEventHistoSPECT.hh"
#include "iEventHistoCT.hh"
#include "iEventListPET.hh"
#include "iEventListSPECT.hh"
#include "iEventListCT.hh"
#include "sOutputManager.hh"
#include "sRandomNumberGenerator.hh"
Go to the source code of this file.
Functions | |
void | ShowHelp () |
int | main (int argc, char **argv) |
This program is used to create a resampled histogram datafile for the posterior bootstrap reconstruction see "Reconstruction, analysis and interpretation of posterior probability distributions of PET images, using the posterior bootstrap" by Marina Filipovic et al., PMB 2021.
Definition in file toolkits/castor-datafilePosteriorBootstrap.cc.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 80 of file toolkits/castor-datafilePosteriorBootstrap.cc.
void ShowHelp | ( | ) |
Definition at line 38 of file toolkits/castor-datafilePosteriorBootstrap.cc.