Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

JIRA

SUMMARY

DETAILS

ORG-22026

Better support of *.dat file with CSV Connector

Drag and drop *.dat file will use CSV Connector if no Import filter is checked for Drag and drop

ORG-14442

Matlab DC supports opaque variable like date time in v6/v7 version files

import opaque type variables:

Date, Time, Duration, Table, etc.

Note: opaque in v7.3 version is not supported yet in Beta1

ORG-22040

new TDMS Connector

can contact us to get the app to try

import NI TDMS file using connector app

ORG-21550, ORG-21211

import Bruker DQL/RAW files

Add DIFFRAC Connector app to import Bruker DQL/RAW files

ORG-21338

Import multiple files with data connector

Support importing multiple file with data connector by menu Data: Connect Multiple Files…

ORG-21528

Re-import Web DC should re-download the data

  1. Added system variable @CFDT = 900(number of seconds per 100K), if cache file is older than @CFDT, then delete it and re-get data from web.

  2.  Remember URL-to-File mapping across sessions. the cache file can be used by multiple Origin applications, then do not need to re-download if the file is not older than @CFDT.

  3.  Add LT cmd to delete URL-to-File mapping cache, for example:

delete -web "http://www.sidc.be/silso/INFO/snmtotcsv.php";

ORG-22211

Move Legacy Import menu to bottom

Push the "Import from File..." menu item to be after the DC menu items under Data menu.

Graphing

Colors

JIRA

SUMMARY

DETAILS

ORG-21970

Drag and drop Palette files into Origin to install them

The installed palette will be accessible from Palette dropdown list.

  • If the file is MS PAL, it’s copied to User Files Folder\Palettes\

  1. if not, the file is converted to pal file and put to User Files Folder\Palettes\

  2. If the filename already existed, the file name will enumerate.

Following palette files are supported.

  • Office Color Table (.soc)

  • Adobe Color (.aco)

  • Adobe Color Table (.act)

  • Adobe Swatch Exchange (.ase)

  • JASC PaintShopPro (.pal)

ORG-21859

More output parameters for Bland-Altman plot

The following quantities are introduced in the Bland-Altman plot:

  • Mean of Pairwise Means

  • Bland-Altman Ratio

ORG-21576

Tick Labels of Polar Plot support Radial rotation

Add Radial option in axis dialog tick label tab’s Rotate for Polar graph.

ORG-21560

Image Plot Can't Set Color Beyond Min/Max

Make image plot from random data in matrix.
==> Under Colormap tab in PD, we can change color for any level but not for level <min and >max.

Implemented in Origin2021.

...