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
 How to move whole curve?

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
mayflower Posted - 01/22/2004 : 8:35:02 PM
I'm doing some spectrum analysis. Sometimes it will very convenient if I can move the whole curve up and down or left and right so to compare peaks. I used to do it in Igor, but is that possible to do it in Origin too? How to do it?
4   L A T E S T    R E P L I E S    (Newest First)
easwar Posted - 01/23/2004 : 5:05:56 PM
Hi,

Yes, both suggestions posted here will change the data. What you are asking for is a "ghost curve" feature where you can move a "copy" of the curve around to see how it compares to other curves etc. This feature is currently not available. With the Translate menu option, you can undo the change you did, using Edit->Undo.

Easwar
OriginLab.

mayflower Posted - 01/23/2004 : 4:41:06 PM
will that change the original data? Because the origional data should keep as const.

quote:

You can also play with this code in the Script Window:

step = 1;
%C += step; // Move the active dataset 'up' 1
%C -= step; // Move the active dataset 'down' 1
(xof(%C)) += step; // Move the active dataset 'right' 1
(xof(%C)) -= step; // Move the active dataset 'left' 1

Note that moving data left or right (changing the X values) will also move any other data in the worksheet associated with that X.




greg Posted - 01/23/2004 : 10:10:16 AM
You can also play with this code in the Script Window:

step = 1;
%C += step; // Move the active dataset 'up' 1
%C -= step; // Move the active dataset 'down' 1
(xof(%C)) += step; // Move the active dataset 'right' 1
(xof(%C)) -= step; // Move the active dataset 'left' 1

Note that moving data left or right (changing the X values) will also move any other data in the worksheet associated with that X.


Mike Buess Posted - 01/22/2004 : 8:55:30 PM
Analysis->Translate

Mike Buess
Origin WebRing Member

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