Hello, wanted to ask if I could find out exactly what is in those .t6 files. The T6 struct is included in one of the headers, but how are structs encoded in the binary files? A simple array, or a vector or something else? It would be nice if I could load them directly in my own C++ code instead of converting them to CSV before reading them again.