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
 select group of bad data points

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
uclabme Posted - 11/21/2005 : 6:46:06 PM
Origin Version (Select Help-->About Origin): 7.5
Operating System: WINXP

Hello, Origin Lab Gurus,

I was wondering if there is a way to delete a cluster of data points at once. "remove bad data points" is great for individual bad data points, but it is not suitable for group datapoint removal. suppose i have thousands of points from pulse excitation, my interest is only the peak data points gotten from the pulse excitation. at this time i have to do it by hand...and it is very TIME AND ENERGY CONSUMING.

I'd appreciate any pointers or modules that can help me.

thank you.

ck
uclabme90024@yahoo.com
1   L A T E S T    R E P L I E S    (Newest First)
Mike Buess Posted - 11/21/2005 : 11:52:17 PM
Hi,

Sounds like it would be easier to extract the points you want with Analysis > Extract Worksheet Data. But there is a data removal tool at OriginLab's File Exhange...
http://www.originlab.com/FileExchange/details.aspx?fid=102


You can also make your own data removal tool.

1. Attach the LabTalk script below to the Custom Routine button as described here...
http://www.originlab.com/www/support/resultstech.aspx?ID=769&language=English

2. Clicking the Custom Routine button will bring up the data selection markers. Press Enter to delete all data between the markers. You can undo the last deletion with Edit > Undo.

# Begin script
dotool 4;
def pointproc {
undo -dr %C mks1 mks2;
mark -d %C mks1 mks2;
dotool 0;
};

Mike Buess
Origin WebRing Member

Edited by - Mike Buess on 11/22/2005 08:10:51 AM

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