-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Each telescope has a mirror with different layers, illustrated below.
This mirror has temperature sensors that determine if actions to cool or heat the layer are necessary. Each sensor is displayed in the picture below.
As the mirror has 3 layers, we need to display 3 graphs, and as we also need to display 'absolute' and 'relative' temperatures, 6 graphs are required.
The Absolute graph needs to display the raw temperatures, with controlled outliers. On the other hand, the Relative graph needs to display temperatures relative to the actual room temperature.
On the other hand we need to display the temperatures of the cell, that are given in relative, those we keep in relative display.
Each telescope is controlled by a computer that runs many commands at once, launches alarms and displays information on the different systems it controls. This display is not optimal since it does not color the warnings or errors, and it is displayed in a small portion of the screen. We decided to showcase all logs on one panel for each telescope. As well as filtering by word and by severity.