{% extends "base.html" %} {% comment %} Written by Bill Rideout brideout@haystack.mit.edu Base template for Madrigal download as is script interface $Id: download_as_is_script.html 5323 2015-09-25 18:02:35Z brideout $ {% endcomment %} {% block title %}Create download as is script{% endblock %} {% block extra_head %} {% include "madweb/generate_download_javascript.html" %} {% endblock %} {% block content %}

Create a script command to download a series of existing Madrigal files in the format of your choice

{{ form.categories.label }}
{{ form.categories }}

{{ form.instruments.label }}  (Year range shows data available):
{{ form.instruments }}

{{ form.format_select.label }} {{ form.format_select }}

{{ form.language_select.label }} {{ form.language_select }}
{{ form.start_date.label }}
{{ form.start_date }}

{{ form.end_date.label }}
{{ form.end_date }}

{{ form.kindat_select.label }}
{{ form.kindat_select }}
Filter experiments by name: {{ form.expName }}
Filter files by description: {{ form.fileDesc }}

{% endblock %}