Closed rbzheng closed 1 year ago
The pdr version I used is the latest "1.0.1".
wow,逛这里才发现级别5的数据已经公布了。
problem was caused by an error in offset tracking when a CONTAINER's first child is another CONTAINER. closed by 2522f06. ty for the very useful bug report.
When I read this example in JNO-J_SW-JAD-5-CALIBRATED-V1.0 (please see ref1), I got the wrong value of 'DIM1_E' and right value of 'DATA' which have been tested. And there may be errors in other data, possibly due to displacement or bugs in CONTAINER type. Here is a test code.
The 'DIM1_E' output is wrong and the 'DATA' output is right.
But when I only keep
DATA
andDIM1_E
in the*.LBL
file, then change theCONTAINER
toCOLUMN
, and match theITEMS
,START_BYTE
andBYTES
:the two outputs are right.
In addition, I test the L30 file at the same time record (see ref 2). There are also wrong 'DIM1_E' value and right 'DATA' value.
ref 1: L50 file
ref 2: L30 file