Sometimes, Pick gives the warning below to the screen (not Ginga's log file):
.../scipy/optimize/minpack.py:421: RuntimeWarning: Number of calls to function has reached maxfev = 800.
warnings.warn(errors[info][0], RuntimeWarning)
This most likely comes from this line below in IQCalc.calc_fwhm() method in util/iqcalc.py when the data is not well-behaved:
Sometimes,
Pick
gives the warning below to the screen (not Ginga's log file):This most likely comes from this line below in
IQCalc.calc_fwhm()
method inutil/iqcalc.py
when the data is not well-behaved: