Versions Compared

Key

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

...

JIRA

SUMMARY

DETAILS

ORG-24723

emf and svg file fails to keep ratio in NLFit

  1. Customize an User-Define function, make a Formula image (named as *.emf) and a Curve image (named as *_cuv.emf)

  2. Put two images into \\UFF\fitfunc, open NLFit dialog, click Formula tab in bottom panel, drag the preview box to make it wider

==> The image fails to keep ratio

Fixed in Origin2024

ORG-27138

ORG-27006

ORG-27091

ORG-26986

Crash cases with NLFit dialog minimized

  1. Do NLFit with plot, after choose function, minimized the NLFit dialog

  2. Click the preview fitted curve and go to ZZBook

  3. Delete the ZZBook window, Restore NLFit dialog and click Initialized Parameters twice

  4. Continue to minimized NLFit dialog and right click the preview fitted curve

==> Crash

Note: Origin2024 fixed more crash cases when NLFit minimized like open NLFit dialog twice, select column data and delete data marker

ORG-27626

ODR method for fitting failed to set bounds in OC

Issue existed since Origin 9.0 and it’s fixed in Origin 2024.

ORG-27694

Fail to get correct parameter value from report sheet when a parameter called "tp4"

When creating a User-defined Function. if parameters name contains “pN” (N is integer, e.g. p1), after fitting, it will get wrong parameters using LabTalk, like below

Code Block
getnlr tr:=tFitResults showall:=0 pnotation:=0;
tFitResults.A=;    // A is the parameter above the p1 in Parameters tab

The issue exists since Origin2022 and fixed in Origin2024

ORG-27979

NLFit: Run time error if add all plots in active page as input

  1. Use three group of XY dataset to plot a vertical 2 panel graph.

  2. Open Nonlinear Curve Fit dialog then add all plots in active page as input.

==> Runtime error: Calling members of unattached wrapper class

The issue exists since Origin2023b and fixed in Origin2024

Image Analysis

JIRA

SUMMARY

DETAILS

ORG-26349

Fail to show Gray Scale Specific MT buttons

Case1: Import colorful image then convert to gray.

Case2: New graph then insert grayscale image from file.

==> Fail to show Grayscale slider, Set Grayscale Range and Reset Grayscale Range button on mini toolbar.

ORG-26972

Undo cropping image matrix changes XY values

  1. Import image to matrix then set XY mapping values

  2. Add ROI then right click to crop.

  3. Press Ctrl+Z to undo.

==> After undo, the XY mapping values is changed. Fixed in Origin 2024.

ORG-27460

Origin crashed if multiframes image is renamed after inserted

  1. Insert multi-frames image from file to graph/layout then link the image object.

  2. Save then new a project.

  3. Change the name/path of the image file in Windows Explorer.

  4. Open the saved project.

==> Origin crashes. Issue existed since Origin 2023 and fixed in Origin 2024.

ORG-27455

cv2mat: Runtime error for specific GeoTIFF image

Convert large GeoTIFF image to matrix may generate runtime error.

Issue existed since Origin 2022b and fixed in Origin 2024.

ORG-27832

Wrong recalculation if save project with img2xyz's result

Saving project with the Extract to XYZ tool and the other analysis lock in project will be broken.

Fixed in Origin 2024.

ORG-27783

Digitizer: slowly to rotate image

  1. open digitizer, import the attached jpg file(not for all image files)

  2. click rotate button, set rotation angle to 45, click OK
    ==> it takes long time, and not responding is showed up for a few seconds

Fixed in Origin2024

...