{% extends "base.html" %} {% comment %} Written by Bill Rideout brideout@haystack.mit.edu Base template for Looker Conjugate from Geodetic Form $Id: looker_conjugate_from_geodetic.html 5899 2016-11-30 21:30:08Z brideout $ {% endcomment %} {% block title %}Madrigal looker{% endblock %} {% block content %}
{{ form.looker_options }}

Point/Magnetic Conjugate Point vs Latitude, Longitude, Altitude

Specify the latitude/longitude/altitude grid on which point/magnetic conjugate point parameters will be calculated. You can also choose which parameters will be calculated. This calculation is done for a single UT time.

Set 3D grid of input geodetic points
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}}

{{ form.datetime.label }}

{{ form.datetime }}
Choose output parameters
{{form.pList.0}} {{form.pList.1}}
{{form.pList.2}} {{form.pList.3}}
{{form.pList.4}} {{form.pList.5}}
{% endblock %}