{% extends "base.html" %} {% block title %}{{ instrument }} Configuration {% endblock %} {% block banner %}{{ instrument }} Configuration {% endblock %} {% block header %} {% endblock %} {% block summary %}
Configuring the automated reduction
Instrument team members can use this page to generate a new automated reduction script.

List of parameters for {{ instrument }} reduction template:

{% csrf_token %}
Vanadium flux file {{options_form.vanadium_flux_file }}
Vanadium SA file {{options_form.vanadium_SA_file }}
UB matrix file {{options_form.ub_matrix_file }}
Use CC {{options_form.useCC }}

{{ mask_form.management_form }} {% for form in mask_form %} {{ form.id }}{{ form.remove }}{% endfor %}
Masked Bank Masked Tube Masked Pixel
{{ form.bank }} {{ form.tube }} {{ form.pixel }}

{{ plot_form.management_form }} {% for form in plot_form %} {{ form.id }}{{ form.remove }}{% endfor %}
Perpendicular To Minimum Maximum
{{ form.perpendicular_to }} {{ form.minimum }} {{ form.maximum }}

{% endblock %} {% block content %} Latest post-processing log entries for {{ instrument }}:

{% if action_list and action_list|length > 0 %}{{ action_list.0.info }} on {{ action_list.0.time }} {% else %}No recent changes{% endif %}
{% endblock %}