{% extends "cosmic_base.html" %} {% block title %}Custom Plotting{% endblock %} {% block head_additions %} {% endblock %} {% block content %}

Custom functionality

Location
{# TODO: Switch from google maps to openstreet map #}

Custom plotting
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 UTC UnixSeconds(the plot will not extend further than the available data):

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


{% endblock %}