Feature: min estimates for histogram ranges
Adds an optional min_estimate
parameter to compute_rspace_stats
. This allows to specify the minimum of the histogram range, separately from the maximum. The read_histogram
function is adapted to read the new parameter if it exists and use the previous default otherwise.
Merge request reports
Activity
requested review from @chichi
assigned to @g-lbent
added 1 commit
- d32dd26d - Fixing computation of minimum value of positive quantity
@chichi Please check that the
read_histogram
function is backwards-compatible as desired. Please also note lines 1164-1168 of field.cpp. I realized that previously, computed minima of TrS2 were always zero because the minimum was initialized with zero. Now, I'm initializing with positive/negative infinity, which should always work.Edited by Lukas Bentkampadded 2 commits
mentioned in commit 76134b99