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
 IntegPlot

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
fthnm2006 Posted - 05/01/2006 : 7:09:15 PM
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.
1   L A T E S T    R E P L I E S    (Newest First)
Mike Buess Posted - 05/02/2006 : 08:55:54 AM
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

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