How to hide the dialog poping up when I do curve fitting?
I have a function to do exponent curve fitting in Z direction of every point in XY plane, but a dialog is flashing when fitting, that makes the procedure becomes slow. How can I make the dialog hidden and cure fitting faster?
For ancient versions of Igor you can use a varaible calles V_fitOptions to control various options, Bit 2 suppresses the curve fit window.
For details:
A
January 25, 2011 at 11:03 pm - Permalink