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
 Data masking and curve fitting

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
XZ_laser Posted - 07/02/2013 : 10:36:56 AM
I am using Origin 8.0.63.988 SR6. I don't know if the issue I encounter is still around in the later software versions.

I have been trying to perform linear or 2nd order polynomial fits on sets of data. The tricky thing is that the data points I want to use are not contiguous: one set is near the beginning, one set is near the end, and there is a sizable set of data that I don't want to use in between them.

The main method that I have been using with good success is to first record down the row numbers of the data points that I want to use, duplicate the data set, and then delete out the rows that I don't need. Curve fitting on truncated data is fast (less than a second).

I then discovered the data masking feature, and masked the row numbers that I don't need. However, while curve fitting still works, it's now very, very slow (more than a minute). Any idea why Origin is behaving like this?

For the record, the total number of rows in my data is 10001. For the fitting, I only use <400 rows total worth of data, or about 200 contiguous rows near the beginning and the same number near the end.
1   L A T E S T    R E P L I E S    (Newest First)
greg Posted - 07/02/2013 : 1:43:07 PM
This is actually a bug in 8.0. The fitter slows down when testing the masked state of data. This is much faster in 8.6 and 9.0.

You can get around the problem in 8.0 by use of Worksheet : Extract Worksheet Data.

With X and Y both checked under Extract,
Add the column with masked point as an Alias (assume it's B)
For the Condition use
B<i>==0
and for Output, select
Extract to New Worksheet
and click OK

This will create a new worksheet with only the non-masked data which should fit at normal speeds.

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