Re: Using same-name parameters from multiple same function fits in one plot?
by Anton81 <usenet1@[EMAIL PROTECTED]
>
Jun 6, 2008 at 01:21 PM
>> graph but since I used the same function, the parameter names clash.
> No, that's not the reason they clash. They clash because you used the
> same parameter names every time.
>> Is there a more comfortable way?
> Don't do that. I.e. don't use the same parameter names every time.
I use the same (lenghty) Gaussian peak function to fit similar data. The
parameters a stored in files. Do you suggest to have different parameter
names in these files?
I.e.
data1.par
a1=
b1=
data2.par
a2=
b2=
Probably possible, but it will make my fitting scripts awkward and the
parameter file format unnatural.
Anton