STIR  6.2.0
Classes | Namespaces | Functions
test_PoissonLogLikelihoodWithLinearModelForMeanAndProjData.cxx File Reference

Test program for stir::PoissonLogLikelihoodWithLinearModelForMeanAndProjData. More...

#include "stir/recon_buildblock/test/ObjectiveFunctionTests.h"
#include "stir/VoxelsOnCartesianGrid.h"
#include "stir/ProjData.h"
#include "stir/ExamInfo.h"
#include "stir/ProjDataInfo.h"
#include "stir/ProjDataInMemory.h"
#include "stir/SegmentByView.h"
#include "stir/Scanner.h"
#include "stir/DataSymmetriesForViewSegmentNumbers.h"
#include "stir/recon_buildblock/PoissonLogLikelihoodWithLinearModelForMeanAndProjData.h"
#include "stir/recon_buildblock/ProjMatrixByBinUsingRayTracing.h"
#include "stir/recon_buildblock/ProjectorByBinPairUsingProjMatrixByBin.h"
#include "stir/recon_buildblock/BinNormalisationFromProjData.h"
#include "stir/recon_buildblock/TrivialBinNormalisation.h"
#include "stir/recon_buildblock/distributable_main.h"
#include "stir/IO/read_from_file.h"
#include "stir/IO/write_to_file.h"
#include "stir/info.h"
#include "stir/Succeeded.h"
#include "stir/num_threads.h"
#include <boost/random/uniform_01.hpp>
#include <boost/random/normal_distribution.hpp>
#include <boost/random/mersenne_twister.hpp>
#include <boost/random/variate_generator.hpp>
#include <iostream>
#include <memory>
#include "stir/IO/OutputFileFormat.h"

Classes

class  stir::PoissonLogLikelihoodWithLinearModelForMeanAndProjDataTests
 Test class for PoissonLogLikelihoodWithLinearModelForMeanAndProjData. More...
 

Namespaces

 stir
 Namespace for the STIR library (and some/most of its applications)
 

Functions

int main (int argc, char **argv)
 

Detailed Description

Test program for stir::PoissonLogLikelihoodWithLinearModelForMeanAndProjData.

Usage
test_PoissonLogLikelihoodWithLinearModelForMeanAndProjData [proj_data_filename [ density_filename ] ]

where the 2 arguments are optional. See the class documentation for more info.

Author
Kris Thielemans
Robert Twyman Skelly