Compute confidence button is now disabled during a calculation.
Stop buttons for fitting and confidence limit calculations.
Add a Clear All button for resetting fit and confidence.
Tests performed interactively. It turns out Iris has had a nasty bug that would make sherpa-samp quit when receiving a stop message from SAMP since the very first release. This is described in #11.
This PR fixes #11.
This PR also add error handling for fits performed when model expression is invalid, rather than relying on sherpa-samp's error handling.
Add the following features to Fitting Tool:
Fit
button is now disabled during a fit.Compute
confidence button is now disabled during a calculation.Stop
buttons for fitting and confidence limit calculations.Clear All
button for resetting fit and confidence.Tests performed interactively. It turns out Iris has had a nasty bug that would make
sherpa-samp
quit when receiving astop
message from SAMP since the very first release. This is described in #11. This PR fixes #11.This PR also add error handling for fits performed when model expression is invalid, rather than relying on
sherpa-samp's
error handling.