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
 Origin Forum
 integrating many columns
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

caiovtrich

Unspecified
Posts

Posted - 06/01/2008 :  2:10:13 PM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
Hello.
I need help.

I need to integrating many columns, but i can´t!!!
X-> wavelenght colum
y-> some intesity columns
Thanks.

Shirley_GZ

China
Posts

Posted - 06/01/2008 :  10:14:36 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi,
Would you mind to tell us your Origin version?
In general, you only can integrate one column at a time in Origin.

Shirley


Originlab Technical Service Team
Go to Top of Page

caiovtrich

Unspecified
Posts

Posted - 06/01/2008 :  11:03:47 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
i use origin 8!!!
Go to Top of Page

Shirley_GZ

China
Posts

Posted - 06/02/2008 :  02:47:23 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi£¬
In Origin 8, if you want to do the integration by GUI, you still have to integrate the column one by one.
Of course you can write a simple script to do a batch processing. If you have problem developing such script, please tell us the details about the data and we will give you a segment of script to accomplish it.



Shirley

Originlab Technical Service Team
Go to Top of Page

caiovtrich

Unspecified
Posts

Posted - 06/02/2008 :  11:11:12 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi!!

I don´t know how to develop this script.
I have an archive in the format .dat! and i import to the origin this archive! The colum X is named wavelenght and the others columns Y are named intensity.
But when open this archive, i need do cut some pieces and integrate, but i don´t know how to do this.
help.
Go to Top of Page

rlewis

Canada
253 Posts

Posted - 06/02/2008 :  2:09:12 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
see the following post
http://www.originlab.com/forum/topic.asp?TOPIC_ID=6803
Go to Top of Page

caiovtrich

Unspecified
Posts

Posted - 06/03/2008 :  06:42:05 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
send for how i can develop this script!!
Go to Top of Page

Echo_Chu

China
Posts

Posted - 06/04/2008 :  05:28:31 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi,

I think "intensity" is long name of your columns, it is not unique, so we can not create script according to it.

But if wavelenght is the first column and intersity are the 2nd, 3rd... columns, you can use scrpt as following


loop(i,2,4) {integ1 (col(1), col($(i))); };


If the scirpt does not met your requirment, would you mind to send us your data file and give detail requirment so that we can create specified script for your case.

Echo
OriginLab Corp
Go to Top of Page

caiovtrich

Unspecified
Posts

Posted - 06/04/2008 :  11:58:42 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
but what this script do/??
I need a script where i can get a piece of worksheet or my archieve .dat and integrate the colunms in this inteval.
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