chore: добавил образцы графиков для отладки и тестирования

This commit is contained in:
Андрей Скирченко 2024-11-06 13:22:58 +03:00
parent 059f4b5533
commit ebbbcf8b6b
8 changed files with 17071 additions and 2 deletions

View File

@ -18,7 +18,7 @@ class PlotWindow:
self.scaler = 1000 self.scaler = 1000
self._getIdealTimings() self._getIdealTimings()
self._init_app() self._init_app()
self.WeldTime = 0.5 #[sec] self.WeldTime = 1.0 #[sec] # TODO: to external config
self.alpha = 100 #[0-255 прозрачность фона] self.alpha = 100 #[0-255 прозрачность фона]
def _init_app(self): def _init_app(self):

View File

@ -19,7 +19,7 @@ def main():
ideal_times = get_ideal_timings(opt_algorithm) ideal_times = get_ideal_timings(opt_algorithm)
parser = DiagramParser() parser = DiagramParser()
parser.setData("trace_samples/2024_11_01-09_39_17.csv") parser.setData("trace_samples/2024_11_01-09_39_17B00.csv")
bool_dict = parser.getBoolDict() bool_dict = parser.getBoolDict()
float_dict = parser.getFloatDict() float_dict = parser.getFloatDict()

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

2889
trace_samples/fullF.csv Normal file

File diff suppressed because it is too large Load Diff