{% extends "base.html" %} {% comment %} Written by Bill Rideout brideout@haystack.mit.edu Base template for Madrigal Madrigal Calculator page $Id: madrigal_calculator.html 5900 2016-11-30 21:30:42Z brideout $ {% endcomment %} {% block title %}Run Madrigal calculator{% endblock %} {% block content %}

Madrigal calculator

This page will calculate any Madrigal parameter(s) you select for a single given time and grid of latitude, longitude, and altitude.

Output Table Grid
start end delta
latitude {{ form.min_latitude }} {{ form.max_latitude }} {{ form.delta_latitude }}
longitude {{ form.min_longitude }} {{ form.max_longitude }} {{ form.delta_longitude }}
altitude (km) {{ form.min_altitude }} {{ form.max_altitude }} {{ form.delta_altitude }}
Choose UT Time
{{ form.datetime }}

Select one or more of the following Madrigal parameters to calculate:
{{ form.parameters }}

{% include "parm_popup.html" %} {% endblock %}