From 1c2af82980627875070f21631b0f60a170f3b049 Mon Sep 17 00:00:00 2001 From: Max Nuding Date: Sun, 16 Jan 2022 09:42:05 +0100 Subject: [PATCH] Updated readme --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e39fe83..156890a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,13 @@ -Reads and plots the current teperatures of the James Webb Space Telescope. +Reads and plots the current temperatures of the James Webb Space Telescope. `load.py` loads the same source that [Where is Webb](https://webb.nasa.gov/content/webbLaunch/whereIsWebb.html?units=metric) uses and saves it to a CSV file. -`graph.py` reads that CSV file and plots the data +`graph.py` reads that CSV file and plots the data. + +A current graph can be found here: +![https://phlaym.net/jwst/jwst_tempertature.png](https://phlaym.net/jwst/jwst_tempertature.png) + +with the corresponding dataset at: [https://phlaym.net/jwst/data.csv](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.