oswald2 / AURIS

A new, open source mission control system in Haskell
BSD 3-Clause "New" or "Revised" License
55 stars 9 forks source link

Add GRD displays #22

Open oswald2 opened 4 years ago

oswald2 commented 4 years ago

This is currently ongoing. GRDs are on a good way.

oswald2 commented 4 years ago

Currently, the time axis is calculated dynamically each time a new value is popped in. This makes the display confusing. It should be more like an oscilloscope like feature, with page sizes (sliced in time). The Chart library does provide possibilities for passing a function for calculating the time range of the t axis, this needs to be investigated and implemented.