diff --git a/pyxtf/xtf_ctypes.py b/pyxtf/xtf_ctypes.py index 3aab15c..75976bf 100644 --- a/pyxtf/xtf_ctypes.py +++ b/pyxtf/xtf_ctypes.py @@ -738,9 +738,8 @@ class XTFQPSMBEEntry(XTFBase): ('Quality', ctypes.c_int), ('TwoWayTravelTime', ctypes.c_double), ('DeltaTime', ctypes.c_double), - ('OffsetX', ctypes.c_double), # Number of bytes without padding (header+data) - ('OffsetY', ctypes.c_double), - ('OffsetZ', ctypes.c_double), + ('BeamAngle', ctypes.c_double), + ('TiltAngle', ctypes.c_double), ('Reserved', ctypes.c_float * 4) ]