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 think it's a good idea to maintain a separation between the generic Awkward-Kaitai Python package and an EventIO package that uses it. Similarly, there will be an SDSS package that uses the same generic routines. (It's good to have at least two dependents like this, to clarify what's generic and what's domain-specific on a case-by-case basis: "Do both EventIO and SDSS need this, or only one?")
@maxnoe had already implemented most of the parsing of the higher level in Kaitai, and that is available in #1
@maxnoe @jpivarski Unless you have other recommendations, I was thinking about these next steps:
Turn the repo in a proper Python package where the kaitai automatically generated module is a subpackage of.
Implement the different types of Objects in the package so that we can reproduce what
eventio_print_structure
prints out, e.g.The text was updated successfully, but these errors were encountered: