rename folders in measurement and post-processing

This commit is contained in:
Félix Boisselier
2024-05-13 17:22:05 +02:00
parent 375190610c
commit a37ece7ece
16 changed files with 2 additions and 2 deletions

View File

Before

Width:  |  Height:  |  Size: 607 KiB

After

Width:  |  Height:  |  Size: 607 KiB

View File

@@ -3,9 +3,9 @@
from pathlib import Path from pathlib import Path
from .graph_creators import AxesMapFinder, BeltsGraphCreator, ShaperGraphCreator
from .helpers.console_output import ConsoleOutput from .helpers.console_output import ConsoleOutput
from .macros import axes_map_calibration, axes_shaper_calibration, compare_belts_responses, excitate_axis_at_freq from .measurement import axes_map_calibration, axes_shaper_calibration, compare_belts_responses, excitate_axis_at_freq
from .post_processing import AxesMapFinder, BeltsGraphCreator, ShaperGraphCreator
from .shaketune_config import ShakeTuneConfig from .shaketune_config import ShakeTuneConfig
from .shaketune_thread import ShakeTuneThread from .shaketune_thread import ShakeTuneThread