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
 All Forums
 Origin Forum for Programming
 LabTalk Forum
 Access Results Sheet produced by fitPeaks

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
kemeyer Posted - 06/16/2010 : 10:59:49 AM
Origin Ver. 8.1
Operating System:Windows Vista

After using the x-function fitPeaks, how do you access the data in the tree/Results sheet it produces? I need to transfer some of the information in the parameters section to another worksheet. I've been looking at the examples that show how to access a tree given here: http://wiki.originlab.com/~originla/wiki/index.php?title=Script:Accessing_Metadata but I haven't been able to find anything that works.

Thanks,
Katie
1   L A T E S T    R E P L I E S    (Newest First)
easwar Posted - 06/16/2010 : 11:41:57 AM
Hi Katie,

The getresults XF should work, so for example if the report sheet created by fitpeaks is the active sheet, you can read values such as:
getresults tr:=mytree;
mytree.parameters.r1.c1=;

But this is cumbersome as one has to read as row/column, this getresults xf is a general purpose xf.

I think you are better off not using fitpeaks and instead using the nlbegin/nlfit/nlend xfs, in which case the result is already available in tree form in the script, and if you later want to read it from the report sheet, the getnlr xf which is very specific to nlfit report sheet can then be used, which has much better syntax to access the parameter values by name etc.

Again give tech support a call, so we can understand the bigger picture of what you are trying to do, and help you better.

Easwar
OriginLab

The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000