Skip to content
Lía Da Silva Rojas edited this page Feb 29, 2024 · 9 revisions

Circular Heatmaps

How was it made

code explanation

Example

heatmap result

Requirement

Each telescope has a mirror with different layers, illustrated below. layer explanation

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. mirror display

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. cell display

Logs

How was it made

code explanation

Example

logs graph

Requirement

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.

Temperature Panel

All the panels

Clone this wiki locally