{% extends "base.html" %} {% comment %} Written by Bill Rideout brideout@haystack.mit.edu Base template for Madrigal Get Log Admin page $Id: get_log_admin.html 5763 2016-08-15 17:09:11Z brideout $ {% endcomment %} {% block title %}Download usage log{% endblock %} {% block content %}

Download usage log for your instruments (Madrigal Adminstrators only)

This page allows Madrigal administrators to download the usage log from the CEDAR archival Madrigal site for their instruments. As an administrator, you can choose to download the complete usage log, or select just part of the log based on instrument and/or date range. The data range refers to the date of data access, not the date the data was taken. The log file format is the same as in a standard Madrigal site. If you have any password problems, please contact Bill Rideout.

{% if form.non_field_errors %}

        Please correct the error{{ form.errors|pluralize }} below.

{{ form.non_field_errors }} {% endif %}
Madrigal site Password Instrument(s) Start date (YYYY-MM-DD) End date (YYYY-MM-DD)
{{ form.site }} {{ form.password }} {{ form.kinst }} {{ form.startDate }} {{ form.endDate }}

{% endblock %}