Go to file
Max Nuding ae653f30ab
Improved legend
2022-01-16 09:49:41 +01:00
.nova automatically cleans up data before generating the graph 2022-01-16 09:29:43 +01:00
.gitignore Added markers 2022-01-02 20:44:04 +01:00
README.md Added clickable link to current graph 2022-01-16 09:43:28 +01:00
graph.py Improved legend 2022-01-16 09:49:41 +01:00
load.py Added plot 2021-12-31 11:06:54 +00:00
poetry.lock Added headless support, updated requirements 2022-01-15 08:55:38 +01:00
pyproject.toml Added headless support, updated requirements 2022-01-15 08:55:38 +01:00
requirements.txt Added headless support, updated requirements 2022-01-15 08:55:38 +01:00

README.md

Reads and plots the current temperatures of the James Webb Space Telescope.

load.py loads the same source that Where is Webb uses and saves it to a CSV file.

graph.py reads that CSV file and plots the data.

A current graph can be found here: https://phlaym.net/jwst/jwst_tempertature.png

with the corresponding dataset at: https://phlaym.net/jwst/data.csv.

Data is currently updated every 4 hours, but I'm filtering it before generating the graph: If the temperatures don't change for a few while, keep only the first and last of these points.