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

Convert Geodetic Coordinates to Azimuth, Elevation, Range

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 latitude/longitude/altitude grid for which look direction and range will be calculated.

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 3D grid of geodetic points to find look direction to
start end delta
latitude {{form.start_lat}} {{form.stop_lat}} {{form.step_lat}}
longitude {{form.start_lon}} {{form.stop_lon}} {{form.step_lon}}
altitude {{form.start_alt}} {{form.stop_alt}} {{form.step_alt}}
{% endblock %}