updated presets, but didnt test

This commit is contained in:
2025-05-29 19:53:40 +02:00
parent 8c2db47347
commit f04c657a7b
13 changed files with 107 additions and 215 deletions

View File

@ -34,5 +34,20 @@ Features:
![only if you want a second -yaxis select the option "plot with 2nd yAxis](tutorial/3.png)
- press reset subplot to delete the selected graph
Presets:
Adapting a preset:
- sortdata creates an struct pltData with all necessary data for plot_settings
- easiest case: the data from the vectorlogger has the same fieldnames as last season -> probably no changes necessary, unless you want to plot different things
- vectorlogger fieldnames changed: adapt the fieldname to the updated name
- otherwise: add missing data with pltData.XXX =
- plot_settings: uses the data given from pltData to plot, adapt as you see fit
- plotData currently hands over all data that use the following strings:
- "ABX*","Shunt*","AMS_Status*","INV*","XSens*
- which can make problems (e.g. FT23 and FT25 use XSens, FT24 uses VN200)
not working:
- x Axis might not be avaible for everything
- x Axis settings might not be available for everything
- to workspace only exports the entire matrix from sortdata (entire timerange) and the selected data in custom subplots within the selected timerange
- Presets still need to be reconfigured for all seasons, but might work
- currently no preset data selection for different seasons exists (might add later)