comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Voigt function fit using MPFIT
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Voigt function fit using MPFIT [message #86086] Wed, 02 October 2013 04:12 Go to previous message
Sreelakshmi S is currently offline  Sreelakshmi S
Messages: 8
Registered: April 2013
Junior Member
Hi,

I have a set of observed data of flux vs wavelength.I am trying MPFIT to fit a voigt function. I defined the function as

FUNCTION fit,p,X=x2,Y=nflux2

model=double((voigt(p[0],p[1])*1e-13)/(p[3]*sqrt(!pi)))
return,(Y-model)/err

END

But when I run this, the following errors are coming

FUNCTION fit,x2=X,nflux2=Y,p
^
% Programs can't be compiled from single statement mode.


return,(Y-model)/1
^
% Syntax error.

Why is this happening?
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: plotting different sized circles
Next Topic: ENVI kml file generation

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 11:30:02 PDT 2025

Total time taken to generate the page: 0.00462 seconds