20#ifndef __stir_recon_buildblock_PoissonLogLikelihoodWithLinearModelForMeanAndGatedProjDataWithMotion_H__
21#define __stir_recon_buildblock_PoissonLogLikelihoodWithLinearModelForMeanAndGatedProjDataWithMotion_H__
39template <
typename TargetT>
40class PoissonLogLikelihoodWithLinearModelForMeanAndGatedProjDataWithMotion
41 :
public RegisteredParsingObject<
42 PoissonLogLikelihoodWithLinearModelForMeanAndGatedProjDataWithMotion<TargetT>,
43 GeneralisedObjectiveFunction<TargetT>,
44 SumOfGeneralisedObjectiveFunctions<PoissonLogLikelihoodWithLinearModelForMeanAndProjData<TargetT>,
46 PoissonLogLikelihoodWithLinearModelForMean<TargetT>>>
49 typedef RegisteredParsingObject<
50 PoissonLogLikelihoodWithLinearModelForMeanAndGatedProjDataWithMotion<TargetT>,
51 GeneralisedObjectiveFunction<TargetT>,
52 SumOfGeneralisedObjectiveFunctions<PoissonLogLikelihoodWithLinearModelForMeanAndProjData<TargetT>,
54 PoissonLogLikelihoodWithLinearModelForMean<TargetT>>>
59 static const char*
const registered_name;
72 void set_proj_data_sptr(
const shared_ptr<GatedProjData>&);
73 void set_max_segment_num_to_process(
const int);
74 void set_zero_seg0_end_planes(
const bool);
76 void set_projector_pair_sptr(
const shared_ptr<ProjectorByBinPair>&);
77 void set_frame_num(
const int);
136 std::string frame_definition_filename;
146 shared_ptr<GatedProjData> _gated_additive_proj_data_sptr;
148 shared_ptr<DataSymmetriesForViewSegmentNumbers> symmetries_sptr;
Declaration of class stir::BinNormalisation.
Declaration of class stir::DataProcessor.
Declaration of class stir::GatedProjData.
Declares class stir::ProjectorByBinPair.
Declaration of class stir::RegisteredParsingObject.
Declaration of class stir::SumOfGeneralisedObjectiveFunctions.
Declaration of class stir::TimeFrameDefinitions.
a class containing an enumeration type that can be used by functions to signal successful operation o...
Definition Succeeded.h:44
Class used for storing time frame durations.
Definition TimeFrameDefinitions.h:39
A templated class for vectors, but with indices starting not from 0.
Definition VectorWithOffset.h:65