Replies: 1 comment 4 replies
-
The gsf/Source/Libraries/GSF.PQDIF/Logical/LogicalParser.cs Lines 122 to 133 in 4d453a3 The FYI, it looks like the PQDIFDump tool does the bare minimum level of effort to read an uncompressed PQDIF file. Finally, as for the question of whether gsf/Source/Libraries/GSF.PQDIF/Physical/PhysicalParser.cs Lines 180 to 197 in 4d453a3 |
Beta Was this translation helpful? Give feedback.
-
I have some PQD files that I want to use your library to read. I am getting ErrorElements generated when I read it. I compared the behavior of your code to a C library for reading PQD files. The difference appears to be that your code doesn't implement record-level decompression. The only use of CompressionStyle.RecordLevel that I can find is in the PQD writer code, not in the reader code. Is my analysis correct?
I tried running your PQDIFDump.exe and got the same errors, so I'm pretty sure it isn't something I'm doing wrong.
A file that shows the problem is the first example file on the IEEE standards page:
https://grouper.ieee.org/groups/1159/3/docs/20020331-092021.pqd
Please advise me on how to handle these files.
Beta Was this translation helpful? Give feedback.
All reactions