{% 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 %}
Raw vanadium {{options_form.raw_vanadium }}
Processed vanadium {{options_form.processed_vanadium }}
Grouping file {{options_form.grouping }}
Create elastic nxspe {{options_form.create_elastic_nxspe }}
Energy binning [% of Eguess] Emin {{options_form.e_min }} Estep {{options_form.e_step }} Emax {{options_form.e_max }}

{{ 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 }}

{% 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 %}