STIR
6.2.0
|
The CreateTailMaskFromACFs class. More...
#include "stir/scatter/CreateTailMaskFromACFs.h"
Public Member Functions | |
virtual Succeeded | process_data () |
void | set_input_projdata_sptr (shared_ptr< ProjData > &) |
void | set_input_projdata (std::string &) |
void | set_output_projdata_sptr (shared_ptr< ProjData > &) |
void | set_output_projdata (std::string &) |
shared_ptr< ProjData > | get_output_projdata_sptr () |
get_output_projdata More... | |
Public Member Functions inherited from stir::ParsingObject | |
ParsingObject (const ParsingObject &) | |
ParsingObject & | operator= (const ParsingObject &) |
void | ask_parameters () |
virtual std::string | parameter_info () |
bool | parse (std::istream &f) |
bool | parse (const char *const filename) |
Public Attributes | |
float | ACF_threshold |
ACF_threshold. More... | |
int | safety_margin |
safety_margin | |
Protected Member Functions | |
void | initialise_keymap () override |
Initialise all keywords. | |
bool | post_processing () override |
This will be called at the end of the parsing. More... | |
void | set_defaults () override |
Set defaults before parsing. | |
Protected Member Functions inherited from stir::ParsingObject | |
virtual void | set_key_values () |
This will be called before parsing or parameter_info is called. More... | |
Additional Inherited Members | |
Protected Attributes inherited from stir::ParsingObject | |
KeyParser | parser |
The CreateTailMaskFromACFs class.
This class implements the functionality of the executable. It was nessesary in order to be able to perform this calculations from the ScatterEstimationByBin.
shared_ptr< ProjData > stir::CreateTailMaskFromACFs::get_output_projdata_sptr | ( | ) |
get_output_projdata
Use this function to return the output projdata.
|
overrideprotectedvirtual |
This will be called at the end of the parsing.
Reimplemented from stir::ParsingObject.
References stir::error().
float stir::CreateTailMaskFromACFs::ACF_threshold |
ACF_threshold.
Referenced by stir::ScatterEstimation::process_data().