updated presets, but didnt test
This commit is contained in:
17
README.md
17
README.md
@ -34,5 +34,20 @@ Features:
|
||||

|
||||
- 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)
|
||||
Reference in New Issue
Block a user