Coding with Global Fitting

Hi,

I'm trying to write a procedure which will load data, arrange it a bit, global fit it and do some calculations with the fitting results. I have some problem with the global fit procedure function (it will not do exactly what I want to do) and I prefer to use the GUI for the fitting setup.

Is there an option to write a function in my procedure which will virtually "push" the FIT! button of the global fit panel? I believe that will do the job for my needs.

 

Thanks in advance,

Yuval

Well... calling WM_NewGlobalFit1#NewGF_DoTheFitButtonProc("") would do what you describe. It's not really recommended, but it will work until I change the button's action procedure to a new-style procedure. I don't have plans to do that, but it would be a logical thing to do sometime in the future.

I have some problem with the global fit procedure function (it will not do exactly what I want to do)

What goes wrong? Perhaps we should attack the problem at that point.