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
 IntegPlot
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

fthnm2006

Posts

Posted - 05/01/2006 :  7:09:15 PM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
Origin Version (Select Help-->About Origin): 7.5
Operating System: Win XP

Hi All! I have a little annoying problem with integreation process here. When I try to integrate the 2D Gaussian shape curve of my spectrum, a new graph window with s shaped curve pops up after each integration and the name of this pop-up graph is IntegPlot1. This may seem negligible issue for once or twice integrations, but for continuous integration of many spectra this is really annoying. I could not find any cure for this problem from Menu/Tools/Options or other places. I would be really greatful to get any response from anyone who had already encountered this and found a way TO GET RID OFF IT!
Thanks in advance,
Fathulla.

Mike Buess

USA
3037 Posts

Posted - 05/02/2006 :  08:55:54 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi Fathulla,

You merely want to avoid the integral plot? The following script runs Analysis > Calculus > Integrate (see this tip for details) and then deletes the active window (which will be integral plot) afterwards. Assign the script to the Custom Routine button as described here.

run.section(GRANALY,Integrate); // integrate
win -c %H; // close active window

...If you prefer to minimize the integral plot rather than closing it use win -i in place of win -c %H.

Mike Buess
Origin WebRing Member

Edited by - Mike Buess on 05/02/2006 09:14:49 AM
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