Origin 9.1 SR2 Features and Changes
Graphing
JIRA | Summary | Details |
---|---|---|
ORG-10081 | Support categorical legend for line plot | Plot a line graph and map or index line color to a column with categorical values. Update Legend: Categorical Values wasn't available before. |
ORG-10206 | Add Axis... context menu when right click on Layer icon | In multi-layer graphs, it could be hard to double click an axis to open the correct axis db for that layer So added Axis contxt menu on Layer icon |
ORG-10144 | Axis dialog: Ease of user improvements | More context menus when right clicking a node such as
Click Select Others button will give 3 options:
|
ORG-10182 | Axis dialog: Axis break improvements |
|
Import
JIRA | Summary | Details |
---|---|---|
ORG-10271 | Reading more header information for NetCDF files | Import NetCDF files with impNetCDF X-Function, Origin will read more header information, include Dimensions and Attributes. |
ORG-10108 | Origin C support for reading video files | Origin C class VideoReader is added to support reading video file as frames into Origin's matrix window. It provides following methods:
|
ORG-10211 | LabTalk Script support for reading video files | LabTalk object vr is added to support reading video file as frames into Origin's matrix window. It provides following properties and methods:
|
ORG-7760 | CDF Import: Suport importing comments and units into column label rows |
Signal Processing
JIRA | Summary | Details |
---|---|---|
ORG-9806 | FFT, IFFT & STFT: All window methods other than Rectangular should have an Amplitude Correction Factor | Window Correction drop-down list is added in the dialogs with three options:
|
Programming
JIRA | Summary | Details |
---|---|---|
ORG-10506 | Want UID support for run -p au command | Force a specific pending operation to update to completion. Syntax: run -p aui UID |