{% extends "base.html" %} {% comment %} Written by Bill Rideout brideout@haystack.mit.edu Base template for Looker Geomagnetic from Geodetic Form $Id: looker_geomagnetic_from_geodetic.html 5332 2015-09-25 19:45:35Z brideout $ {% endcomment %} {% block title %}Madrigal looker{% endblock %} {% block content %}
{{ form.looker_options }}

Geomagnetic Coordinates vs Latitude, Longitude, Altitude

Specify the latitude/longitude/altitude grid on which geomagnetic coordinates will be calculated. The epoch for which the IGRF geomagnetic coordinates will be calculated may also be specified.

Set 3D grid of geodetic points to convert to geomagnetic
start end delta
apex latitude {{form.start_lat}} {{form.stop_lat}} {{form.step_lat}}
apex longitude {{form.start_lon}} {{form.stop_lon}} {{form.step_lon}}
altitude {{form.start_alt}} {{form.stop_alt}} {{form.step_alt}}
Geomagnetic field epoch: {{form.year}}
 
{% endblock %}