The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
Username:
Password:
Save Password
Forgot your Password? | Admin Options

 All Forums
 Origin Forum for Programming
 LabTalk Forum
 Access elements of multiple peaks fit report sheet
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

touch41

16 Posts

Posted - 03/10/2012 :  8:55:10 PM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
Hi!

I'm dealing with a problem of peaks fitting...
I've got two lorentzian peaks quite close to each other, so I decide to fit them by using the fitpeaks function in order to have a manual control on that...
The code is the following:

range dd = (1[1280:1480],2[1280:1480]);
tree mytr;
fitpeaks iy:=dd type:=lorentz npeaks:=2;
getresults mytr %(fitpeaks.rt$);
mytr.=;

Everything works but I just can't access the elements of the Multiple peaks fit report sheet!
I need to get xc1, w1, A1, H1, xc2, w2, A2, H2 and put them into another workbook which keeps the results...

Any help?

Thank you very much in advance!

Touch

Origin Ver.8.5 SR1
Operating System: WinXP

touch41

16 Posts

Posted - 03/10/2012 :  9:03:33 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
...solved...
mytree.Parameters.r1.c1=;

Sorry for having bothered...

bye.

Touch
Go to Top of Page
  Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000