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.
|
1 year ago | |
---|---|---|
.nova | 1 year ago | |
.gitignore | 1 year ago | |
README.md | 1 year ago | |
graph.py | 1 year ago | |
load.py | 1 year ago | |
poetry.lock | 1 year ago | |
pyproject.toml | 1 year ago | |
requirements.txt | 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:
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.