From 2fef16d6f972f45b7aa1af54cb1bf46ae8fdafc9 Mon Sep 17 00:00:00 2001 From: Hendrik Borras Date: Sun, 12 Nov 2017 17:28:33 +0100 Subject: [PATCH] Updated plotting frontend description --- frontend/templates/plotting.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/frontend/templates/plotting.html b/frontend/templates/plotting.html index 01830a4..f94905c 100644 --- a/frontend/templates/plotting.html +++ b/frontend/templates/plotting.html @@ -29,11 +29,14 @@
- Start time of the plot in UTCUnixSeconds (negative seconds will mean "seconds before last measurement"):
+ The application uses Unix timestamps to save the time of events. Thus for creating a custom plot the application will want to know the start and end time of the plot as Unix timestamps.
+ To convert UTC time to a useful Unix timestamp, we recommend this website. +

+ Start time of the plot in UTC UnixSeconds (negative seconds will mean "seconds before last measurement"):

- End time of the plot in UTCUnixSeconds(the plot will not extend further than the available data):
+ End time of the plot in UTC UnixSeconds(the plot will not extend further than the available data):

- The bin size for the histogram in seconds (note that too many bins will slow down the histogram creation):
+ Bin size for the histogram in seconds (note that too many bins will slow down the histogram creation):