Ticket #1155 (closed: fixed)
Avoid anomolously small bins in multi-range rebinning
Reported by: | Russell Taylor | Owned by: | Russell Taylor |
---|---|---|---|
Priority: | major | Milestone: | Iteration 22 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
If a rebinning has a number of different binning regimes, check at the end of each range that we don't end up with a very small bin.
Change History
comment:2 Changed 11 years ago by Russell Taylor
(In [4091]) Rebinning previously made sure that the very last bin was not less than 25% of the width of the penultimate bin. Now this check is applied at the transition between each range in a rebinning that has multiple binning regimes (i.e. the rebin parameter string has more than just 3 elements). Also, added a check against zero bin width in the RebinParamsValidator. Re #1155.
Note: See
TracTickets for help on using
tickets.