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
 "Modify" botton in baseline rescales atomatically
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

Joorigin

USA
10 Posts

Posted - 04/12/2005 :  9:55:25 PM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
Origin Version (Select Help-->About Origin): 6.0 & 6.1
Operating System: windows XP

Hi,
I have a question.
When I create baseline using baseline tool, it can create it atomatically.
To check if this line is placed as I like, I magnify the baseline region.
By manually "modify" the baseline to click the botton, it atomatically rescale everything..
HOW can I disable this atomatic rescale function?
At 6.0 version, it did not rescale when I click "modify" botton.
At 6.1 version, it does rescale and show all data....
Can anyone help me??

Joo

fzimnoch

USA
28 Posts

Posted - 04/13/2005 :  10:26:29 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi,

I don't know that you can turn-off the rescale feature but you can save the scale values after you magnify the image using Labtalk. You can then restore these values that existed for the magnified view. The Labtalk script to SAVE these values and then SET the values would be as shown below. You could make it custom buttons.

SAVE_VALUES
xf=layer.x.from;xt=layer.x.to;yf=layer.y.from;yt=layer.y.to;
SET_VALUES
layer.x.from=xf;layer.x.to=xt;layer.y.from=yf;layer.y.to=yt;

FRED
Go to Top of Page

Joorigin

USA
10 Posts

Posted - 04/13/2005 :  8:43:06 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Thank you for your suggestion
However, I do not know how to use Labtalk....
Please can you explain how to do?
Thank you

Joo

quote:

Hi,

I don't know that you can turn-off the rescale feature but you can save the scale values after you magnify the image using Labtalk. You can then restore these values that existed for the magnified view. The Labtalk script to SAVE these values and then SET the values would be as shown below. You could make it custom buttons.

SAVE_VALUES
xf=layer.x.from;xt=layer.x.to;yf=layer.y.from;yt=layer.y.to;
SET_VALUES
layer.x.from=xf;layer.x.to=xt;layer.y.from=yf;layer.y.to=yt;

FRED


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