Origin 2020 Features
Analysis
Fitting
ID | JIRA | SUMMARY | Description | DETAILS |
|---|---|---|---|---|
0 | 2D Peak Analysis | Perform 2d peak fitting and integration for each peak. | Download 2D Peak Analysis app from the page and install the app. This app can be used to perform 2d peak fitting, and integrate each peak fitted data.
| |
0 | Neural Network Fitting | Fit data with neural network.
| Download Neural Network Fitting app from the page and install the app. This app can be used to fit data with neural network. It trains a neural network to map between a set of inputs and output. Features include:
|
Batch Processing
ID | JIRA | SUMMARY | Description | DETAILS |
|---|---|---|---|---|
0 | Batch Processing support Analysis Templates that having Data Connector | Batch Processing support Analysis Templates that having Data Connector | Origin support importing data by data connector since Origin2019b, therefore,batch processing also improve to support analysis template which source data is imported by data connector(such as CSV connector,Excel Connector,MATLAB Connector,etc). note:currently Data Connector will be supported only when Data Source is Import From Files. | |
0 | Combine all Word files into one file after batch processing | Add an option in batch processing dialog to combine all Word files into one file after batch processing | ||
0 | Support the "Open Books" button in summary report when appending results by column | Add Open Books button in summary report book after batch processing so that user can select the row and open corresponding intermediate workbook | Append by column will also support the "Open Books" button in summary report book like appending result by row when do batch processing, it will be convenient for user to check the intermediate workbook. |
General
ID | JIRA | SUMMARY | Description | DETAILS |
|---|---|---|---|---|
0 | Allow double clicking Axis to open Axis dialog in Peak Analysis Preview | In Peak Analysis preview with Peak Analyzer, axis dialog can be opened to adjust axis scale | This feature was turned off in some recent versions but user complains very hard to adjust axis scale. So we bring it back in Origin 2020. | |
0 | Change Parameters... context menu when right clicking anywhere in hierarchical result sheet | Change Parameters... context menu is added no matter where you click in the sheet.
| In the past, user had to scroll up to the top of the hierarchical sheet and click the green lock to bring up the Change Parameters... context menu. In Origin 2020, Change Parameters... context menu is added no matter where you click in the sheet.
| |
0 | Copy All Open Tables in hierarchical result sheet | Copy All Open Tables context menu is added when you right click the title of hierarchical result sheet | ||
0 | Data filter in analysis template will automatically trigger after importing data | Data filter will be auto triggered after importing data in analysis template | In Origin2020, data filter will be auto triggered after importing data, it will be very convenient when do batch analysis on analysis template which having data filter in source data sheet. you do not need add script to handle data filter anymore. Note:This support in batch process dialog only when Data Source is Import From Files . | |
0 | Simple Curve Math supports custom formula | Simple Curve Math supports custom formula, which enable flexible operation between two curves. | In the past, user could only do basic calculation between two curves by choosing +,-, , / and ^ in Operator dropdown list. Custom is added in Origin 2020 to define custom formula by using y1 as input data and y2 as reference data, e.g. y1*5-y2^2. Custom formula is also added in Simple Column Math tool. | |
0 | Speed improvements on recalculation | When there are many operations involves report sheet, recalculation if much more faster | Improvement was made on SetReportTree() method, which is used to generate a results worksheet. So when there are many operations involves report sheet, you will get at least 10% time saving on calculation. Besides, if there are many column formula operations, recalculation was done one by one in previous version and the time maybe a little long. But now in Origin 2020, you will see that all recalculation can be done in the same time and the calculation is very fast. |
Mathematics
ID | JIRA | SUMMARY | Description | DETAILS |
|---|---|---|---|---|
0 | Better level crossing result for large duration points | Improve level crossing tool to support large duration points |
| |
0 | Improvements in Normalization tool | When normalizing multiple datasets, can combine them as a single dataset to normalize. | When normalizing multiple datasets, can combine them as a single dataset to normalize.
|
Peak Analysis
ID | JIRA | SUMMARY | Description | DETAILS |
|---|---|---|---|---|
0 | Context menu on analysis lock to include hidden rows in analysis | Provide options to ignore hidden rows or not on context menu of analysis lock | By default when there is filter in column and it's input for an analysis, hidden rows will be ignored. But user can click the analysis lock and choose Ignore Hidden Rows: No to include hidden rows in analysis. Auto means follow the setting in Worksheet Properties → Miscellaneous tab. | |
0 | Speed improvements on Quick Peak tool | Speed of Quick Peak Gadget is improved for large data | For large data, it was very slow to use Quick Peak gadget in previous versions.
Note:
Besides, pkFind tool is also improved, 7 times faster on calculation. |
Statistics
ID | JIRA | SUMMARY | Description | DETAILS |
|---|---|---|---|---|
0 | Allow ANOVA 'Number of Levels' to be > 10 | Number of Levels dropbox for Raw data mode of ANOVA tools is increased to 25 | In Origin 2020, Allow ANOVA 'Number of Levels' to 25. | |
0 | Improve box plot in One-Way ANOVA | Box charts generated in ANOVA tools are plotted with grouped box chart |
| |
0 | Kernel Density Calculation: New (fast) algorithm | Faster 2D Kernel Density plotting for large datasets | For large datasets to plot 2D Kernel Density, earlier Origin versions take several hours or more. Origin 2020 introduces new Density Method: Binned Approximate Estimation and adds an new option: Interpolate Density Points to improve speed greatly, which takes only several seconds. A New Labtalk function is supported as below:
| |
0 | Set Cluster Membership column as Categorical and Ascending type | K-Means Cluster Analysis and Hierarchical Cluster Analysis, Cluster Membership column keeps the order of the original data and is set as Categorical and Ascending type. | In Origin 2019b, K-Means Cluster Analysis and Hierarchical Cluster Analysis, Cluster Membership column was already sorted and without link to the order of the original data. In Origin 2020, K-Means Cluster Analysis and Hierarchical Cluster Analysis, Cluster Membership column keeps the order of the original data and is set as Categorical and Ascending type. | |
0 | Speed improvements on Means Comparison in ANOVA tool | Improved the calculating speed of Means Comparison, and it will be 30% faster than Origin 2019b. | Improved the calculating speed of Means Comparison, and it will be 30% faster than Origin 2019b. Besides, if choose not output the Means Comparison result, previous version will still do the calculation in background and waste time. Now this is fixed in Origin 2020, and will be 83 times faster than Origin 2019b. |
Image Processing
ID | JIRA | SUMMARY | Description | DETAILS |
|---|---|---|---|---|
0 | Video Data Explorer | Explore video and related measurement data. | Download Video Data Explorer app from the page and install the app. This app can be used to explore a video and related measurement data.
|
Data Handling
ASCII Importing
ID | JIRA | SUMMARY | Description | DETAILS |
|---|---|---|---|---|
0 | Multi-threaded ASCII import | Add two system variables for Multi-threaded ASCII import. | The following system variables are added:
|
Database Import
ID | JIRA | SUMMARY | Description | DETAILS |
|---|---|---|---|---|
0 | Enhanced Database Import | Database Import images stored inside the database as pictures in worksheet cells. |
In previous versions, import database by ODBC is slower than ADO, and cannot import large dataset. Now this has been improved in Origin 2020. Setting @ODBCA = 0 (Default), then you should be able to import large dataset now. Also, the performance of ODBC should be faster than ADO method now. Also, when importing using Microsoft OLE DB Provider for ODBC for database connection, Origin will use ODBC by default now. It used to use ADO by default even for ODBC. | |
0 | Option to encrypt or leave database credentials in clear text | In SQL Editor dialog, supply option to encrypt or leave database credentials in clear text | When SQL Editor dialog launches, the user is prompted to encrypt their credentials. If the user choose not to, the password is displayed in clear text in the Edit Connection String... dialog. However, it still appears as *** other places in Origin. If credentials are encrypted the password appears as *** everywhere. Note: This is has late breaking issues which will be addressed. | |
0 | Origin Connector to allow basic SQL selection and Improve Origin Internal Query SQL Support | Following object notations are supported in internal query SQL. New worksheet command to output SQL query result to workbook. |
|
Import Data
ID | JIRA | SUMMARY | Description | DETAILS |
|---|---|---|---|---|
0 | Data Connector Exclude saving only for larger files | Added system variables @DNS, @FSE, @FSEW and @FSEB to control if check Exclude Imported When Saving menu item for Data Connector and Database.Data Connector | Added system variables @DNS, @FSE, @FSEW and @FSEB to control if check Exclude Imported When Saving menu item for Data Connector and Database.
|