Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XTF_HEADER(67) #6

Open
vdup94 opened this issue Jul 5, 2019 · 1 comment
Open

XTF_HEADER(67) #6

vdup94 opened this issue Jul 5, 2019 · 1 comment

Comments

@vdup94
Copy link

vdup94 commented Jul 5, 2019

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

@oysstu
Copy link
Owner

oysstu commented Jul 5, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants