We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f832e0d commit 3ade019Copy full SHA for 3ade019
stagpy/stagyyparsers.py
@@ -441,6 +441,7 @@ def _legacy_header(
441
header["erupta_total"] = readbin("f") # magic >= 5
442
header["bot_temp"] = readbin("f") # magic >= 6
443
header["core_temp"] = readbin("f") if magic >= 10 else 1
444
+ header["ocean_mass"] = readbin("f") if magic >= 11 else 0.0
445
446
# magic >= 4
447
header["e1_coord"] = readbin("f", header["nts"][0])
0 commit comments