Last release of Igor (Voigt function)
andreaceglia
I have a problem with the new version of Igor. In my experiment I was working fir a curve fit using the Voigt function.
It always worked well with previous versions, but since I installed the new one Igor tells me that Voigt is unknown.
I installed back the 6.06 version and it recognize the command. Is anyone else having this problem?
Thank you,
Andrea
March 5, 2013 at 03:24 am - Permalink
However, I cannot find any help on the VoigtFunc function. Could you help me?
Thanks.
March 5, 2013 at 08:15 am - Permalink
As my note to another user and posted above by 741 says, it is purposely undocumented. I apologize for the confusion.
You can get the same functionality by changing calls to Voigt in your code to VoigtFunc or by installing the MultipeakFit XOP.
For the first option, simply replace "Voigt" with "VoigtFunc". If you do this, you run some risk that VoigtFunc will change in a future version of Igor.
For the second option, in Igor select Help->Show Igor Pro Folder. That will open a Finder or Explorer window. Find the More Extensions:Curve Fitting folder. On Windows, right-click the file "MultipeakFit.xop" and select Copy. Go back to Igor and select Show Igor Pro User Files. In that window, open the Igor Extensions folder, right-click and select Paste Shortcut. On Macintosh, right-click and select Make Alias. That will create an alias file; move that file to the Igor User Files:Igor Extensions folder.
In either case, now re-start Igor.
John Weeks
WaveMetrics, Inc.
support@wavemetrics.com
March 5, 2013 at 09:21 am - Permalink
I already tried the advice of 741 of changing Voigt in VoigtFunc and it worked.
I now use the MultiPeakFit extensions and it is perfect.
Andrea
March 6, 2013 at 03:27 am - Permalink