You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Max Nuding ae653f30ab
Improved legend
1 year ago
.nova automatically cleans up data before generating the graph 1 year ago
.gitignore Added markers 1 year ago
README.md Added clickable link to current graph 1 year ago
graph.py Improved legend 1 year ago
load.py Added plot 1 year ago
poetry.lock Added headless support, updated requirements 1 year ago
pyproject.toml Added headless support, updated requirements 1 year ago
requirements.txt Added headless support, updated requirements 1 year ago

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.