[comparator] [log extractor] distintiguish ramses_ism and old ramses

This commit is contained in:
Noe Brucy
2021-05-19 17:20:33 +02:00
parent ff5f1eb6ed
commit 24ff79a729
2 changed files with 17 additions and 0 deletions
Binary file not shown.
+17
View File
@@ -576,6 +576,23 @@ class Comparator(Aggregator, HDF5Container):
"emag": U.none, "emag": U.none,
}, },
), ),
"fine_step_from_log": Rule(
self,
partial(
self._from_log,
["time", "fine_step", "dt", "a", "mempc1", "mempc2"],
self._extract_fine_step_from_log,
),
group="/series",
unit={
"time": "unit_time",
"fine_step": U.none,
"dt": "unit_time",
"a": U.none,
"mempc1": U.none,
"mempc2": U.none,
},
),
"turb_power": Rule( "turb_power": Rule(
self, self,
self._turb_power, self._turb_power,