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

Convert Azimuth, Elevation, Range to Geomagnetic Coordinates

Select an instrument location, either by selecting an existing instrument or by directly entering the latitude, longitude and altitude of the instrument. Then specify the azimuth/elevation/range grid on which geodetic and geomagnetic coordinates will be calculated. The epoch for which the IGRF geomagnetic coordinates will be calculated may also be specified.

Choose an existing instrument, or ...
{{form.instruments}}
... set your own instrument coordinates
Latitude {{form.inst_lat}}
Longitude (-180 - 180) {{form.inst_lon}}
Altitude (km) {{form.inst_alt}}
Set grid of radar azimuth, elevation, and range
start end delta
Azimuth {{form.start_az}} {{form.stop_az}} {{form.step_az}}
Elevation {{form.start_el}} {{form.stop_el}} {{form.step_el}}
Range {{form.start_range}} {{form.stop_range}} {{form.step_range}}
Geomagnetic field epoch: {{form.year}}
 
{% endblock %}