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
 Origin Forum
 Customizing output information of fitting table

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
LC_ Posted - 04/24/2012 : 04:32:09 AM
Origin Ver. and Service Release (Select Help-->About Origin): 8.5.0
Operating System: Windows 7

Hi, maybe a simple question but I didn't quite figure out. When I perform fitting over several curves (in this case, a linear fitting) and select the output table, I will get something like this:

cl (1) Intercept 0 --
cl (1) Slope 0.07312 0.00034
cl (2) Intercept 0 --
cl (2) Slope 0.07583 0.00034

Where the rows in the first column will appear merged (aka the two cl (1) lines are merged into one). The code behind these cells - cl(1) in the case - is:

cell://[Book39]FitLinear3!Parameters.Slope.row_label

I would like to programatically like this information to the worksheet long name. How can I do it? I want to have this table copied into Excel, but thought that copying text from the legend would solve it, but it doesn't - Origin doesn't translate the programmed value %(1,@wl) when copying to the clipboard.

Thanks
1   L A T E S T    R E P L I E S    (Newest First)
easwar Posted - 04/24/2012 : 11:50:00 AM
Hi LC,

If I understand correctly, you may have multiple sheets where some columns have same long name, but sheets themselves have different names (such as the name of the data file), and when fitting multiple data, the sheet name information is lost in the report sheet, as we only use the long name.

Probably the best workaround is that before you plot and analyze your data, run some script to add the sheet name to the long name of your columns? That way all columns will have unique long names that include the sheet name, so the report will then have unique name entries? If this works for you, and you need help with the script, post again.

Easwar
OriginLab

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