diff --git a/DFReader.py b/DFReader.py index 4f8f50711..67c148575 100644 --- a/DFReader.py +++ b/DFReader.py @@ -34,6 +34,7 @@ "a": ("64s", None, str), "b": ("b", None, int), "B": ("B", None, int), + "g": ("e", None, float), "h": ("h", None, int), "H": ("H", None, int), "i": ("i", None, int),