cta-observatory / eventio_kaitai

Prototyping a Katai struct implementation of eventio data structures
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Kaitai definition is missing extended length objects #3

Open maxnoe opened 1 year ago

maxnoe commented 1 year ago

Depending on the extended bit in the header, we need to adjust the total size of the payload as described in the eventio documentation.

This part is missing in the current kaitai struct definition in this repository.