.
The function which is underlying under UI design is pretty simple, and I outlined three major steps on my drawing:
- User sees the input time-series statistics and two accompanying plots: one for the raw timeseries data with gaps and non-normalized peaks representing the data collected from the sensors and second one, with normalized series and gaps filled accordingly to the telemetry type.
- Based on the provided information and visualization user selects specific DTW options and actually fires the timeseries alignment action.
- Once trajectories aligned, the third plot showing aligned warped timeseries and alignment statistics updated. After evaluating analysis results user makes a decision to alter parameters and run alignment again or just accepts the alignment results.
Currently I'm altering the Wicket application code, HTMLs and CSS styles to implement the UI.
No comments:
Post a Comment