Skip to content

Commit

Permalink
Add forward projector parsing key
Browse files Browse the repository at this point in the history
  • Loading branch information
robbietuk committed Oct 28, 2024
1 parent 58b408d commit 4fb46c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/scatter_buildblock/ScatterEstimation.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ ScatterEstimation::initialise_keymap()
this->parser.add_key("mask projdata filename", &this->mask_projdata_filename);
this->parser.add_key("tail fitting parameter filename", &this->tail_mask_par_filename);
// END MASK

// Forward projector for mask projection
this->parser.add_parsing_key("forward projector type", &this->forward_projector_sptr);

this->parser.add_key("background projdata filename", &this->back_projdata_filename);
this->parser.add_parsing_key("Normalisation type", &this->norm_3d_sptr);
this->parser.add_key("attenuation correction factors filename", &this->atten_coeff_filename);
Expand Down

0 comments on commit 4fb46c0

Please sign in to comment.