Improper Loading of JDX (X,Y) Pairs

Project:IR File Loaders
Version:IGOR.5.00.x-2.2.1-Intel
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

The JDX loader reads only the Y data from the file and then scales it according to the first and last x values from the header information. This is only proper when the x data wave increments monotonically. A better choice is to read both the x and y data parsed directly from the string input lines after reading the header.

Back to top