prevent popup error when running FuncFit
I am running a function which calls FuncFit from a Igor Batch File over and over. At times the data causes a singular matrix error and a popup. When this happens Igor seems to stop running the Igor Batch File which means no data is getting processed. When I click the Ok button for the error Igor starts working agian.
I would like to prevent these pop-ups since the Singular matrix errors are a low concern for me. Is there a way to do this, or some other work around to keep Igor running.
Thanks
p.s. See also the Exchange node 662 for John Weeks' response.
February 20, 2013 at 07:12 am - Permalink
Example:
February 20, 2013 at 07:12 am - Permalink
Setting the variable V_fitOptions=4 seemed to solve my problem. It appears that this variable prevents the pop-ups.
Thanks everyone
February 21, 2013 at 05:15 am - Permalink