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 |