You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a problem when I try to read a XTF file with number 67 XTFHeaderType. In fact, my XTF file contains only R2Sonic TruePix data. Is it something that you are working on ?
Sincerly,
Vincent
The text was updated successfully, but these errors were encountered:
The packet type is not documented by the XTF specification, so not really. It's probably a binary dump of the r2sonic TPX0 packet, but I'm hesitant adding direct support for all the different binary/proprietary message types, as that involves not only supporting the XTF packets, but also all sort of vendor-specific binary files. It's easy to add a few structures quickly, the problem is really with versioning of their packets.
R2Sonic has open documentation for their packets, you can try parsing the data yourself. I can add it under vendors/r2sonic.py to make it more convenient for others if you figure it out. I've done something similar for kongsberg packets before
Hi,
I have a problem when I try to read a XTF file with number 67 XTFHeaderType. In fact, my XTF file contains only R2Sonic TruePix data. Is it something that you are working on ?
Sincerly,
Vincent
The text was updated successfully, but these errors were encountered: