Ticket #1009 (closed: fixed)
Problem with errors in SplineBackground
| Reported by: | Nick Draper | Owned by: | Roman Tolchenov | 
|---|---|---|---|
| Priority: | blocker | Milestone: | Iteration 21 | 
| Component: | Keywords: | ||
| Cc: | Blocked By: | ||
| Blocking: | Tester: | 
Description
From Laurent:
The error bars on a splineBackground are Ok unless the pline is ran on a data set with small numbers (for example 1e-3). In such cases, the errors are overestimated by several decades.
Change History
comment:2 Changed 11 years ago by Roman Tolchenov
- Status changed from new to accepted
 
Use unweighted fit if all errors in the input workspace are zero.
comment:3 Changed 11 years ago by Roman Tolchenov
- Status changed from accepted to testing
 - Resolution set to fixed
 
Note: See
        TracTickets for help on using
        tickets.
    
(In [3416]) Errors should be more reasonable now. re #1009