[comparator] [log extractor] distintiguish ramses_ism and old ramses
This commit is contained in:
@@ -576,6 +576,23 @@ class Comparator(Aggregator, HDF5Container):
|
||||
"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(
|
||||
self,
|
||||
self._turb_power,
|
||||
|
||||
Reference in New Issue
Block a user