Closed tritemio closed 8 years ago
Scenario: hist2d_alex is used on a Data variable d, then a new variable ds is created by selecting bursts in d.
hist2d_alex
Data
d
ds
Problem: when using hist2d_alex on ds, the histogram for d is shown instead if the same binwidth of the first plot is used.
binwidth
Why: the ES_binwidth attribute is not reset on burst selection. ES_binwidth is then used to check whether the ES histogram needs to be recomputed.
ES_binwidth
Scenario:
hist2d_alex
is used on aData
variabled
, then a new variableds
is created by selecting bursts ind
.Problem: when using
hist2d_alex
onds
, the histogram ford
is shown instead if the samebinwidth
of the first plot is used.Why: the
ES_binwidth
attribute is not reset on burst selection.ES_binwidth
is then used to check whether the ES histogram needs to be recomputed.