Scatter estimate upsample_and_fit_scatter_estimate
scale factors should be saved and or written to file
#1546
Labels
upsample_and_fit_scatter_estimate
scale factors should be saved and or written to file
#1546
Scatter estimation relies on the tails estimation via
upsample_and_fit_scatter_estimate
. Currently there is no easy methodology to determine if the scatter estimate tail estimates converge or are within the clamped ranges without inspection of the console log, e.g. by scrolling through the log and finding.#1280 (comment) gives an example of how to use
sed
to extract the values.This makes it hard to validate the scatter modelling of new data.
Instead,
ScatterEstimation
could retain eachArray<2, float> scale_factors
at each step, which can be access after the simulation. All relevant logic is here:STIR/src/scatter_buildblock/upsample_and_fit_scatter_estimate.cxx
Lines 111 to 123 in b754fa7
Object requirements:
scale_factors
array at each step (before and after thresholding, after filtering) valuesScaleFactorRecords
?min_scale_factor
andmax_scale_factor
valuesQuestions:
min_scale_factor == max_scale_factor
Additional:
The text was updated successfully, but these errors were encountered: