Skip to content

Commit

Permalink
attended to reviewer's comments and suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
evgueni-ovtchinnikov committed Jun 5, 2024
1 parent d2585d9 commit 85ebbde
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/xSTIR/cSTIR/include/sirf/STIR/stir_x.h
Original file line number Diff line number Diff line change
Expand Up @@ -557,8 +557,8 @@ The actual algorithm is described in
*/
static void compute_ac_factors(
// input arguments
STIRAcquisitionData& acq_templ,
PETAttenuationModel& acq_sens_mod,
const STIRAcquisitionData& acq_templ,
const PETAttenuationModel& acq_sens_mod,
// output arguments
std::shared_ptr<STIRAcquisitionData>& af_sptr,
std::shared_ptr<STIRAcquisitionData>& acf_sptr)
Expand Down
4 changes: 2 additions & 2 deletions src/xSTIR/pSTIR/STIR.py
Original file line number Diff line number Diff line change
Expand Up @@ -1737,8 +1737,8 @@ def invert(self, ad):

@staticmethod
def compute_attenuation_factors(sinograms, mu_map):
'''Creates attenuation model and returns it as an AcquisitionSensitivityModel object
together with the attenuation factor and its inverse as AcquisitionData objects
'''Creates attenuation model and returns the attenuation factor (af)
and the attenuation correction factor (acf) as AcquisitionData objects
'''
am = AcquisitionModelUsingRayTracingMatrix()
attn = AcquisitionSensitivityModel(mu_map, am)
Expand Down

0 comments on commit 85ebbde

Please sign in to comment.