{% extends "base.html" %} {% comment %} Written by Bill Rideout brideout@haystack.mit.edu Base template for Madrigal kindat metadata page $Id: looker_main.html 5332 2015-09-25 19:45:35Z brideout $ {% endcomment %} {% block title %}Madrigal looker{% endblock %} {% block content %}

Run Looker

Compute azimuth, elevation and range to a specified array of points. Select one of the following options for specifying the points.

{{ form.looker_options.0 }}
{{ form.looker_options.1 }}

Compute geographic and geomagnetic coordinates of a specified array of points. Select one of the following options for specifying the points:

{{ form.looker_options.2 }}
{{ form.looker_options.3 }}

Compute azimuth, elevation and range to points along a geomagnetic field line. Select one of the following three options for specifying the field line.

{{ form.looker_options.5 }}
{{ form.looker_options.4 }}
{{ form.looker_options.6 }}

Compute point/magnetic conjugate parameters of a specified array of points.

{{ form.looker_options.7 }}
{% endblock %}