{% extends 'wizards/wiz_base.html' %} {% block title %} Relion Bandpass Filter {% endblock %} {% block name %} Relion Bandpass Filter {% endblock %} {% block head %} {% endblock %} {% block list %} {% for obj in objects %} {% if forloop.counter0 == 0 %} {% endif %} {{obj.basename}} {% endfor %} {% endblock %} {% block images %}
Image
Filtered {% endblock %} {% block options %}
Frequencies({{unit}})
Freq
{{highFreq}}
{% endblock %} {% block function %} onclick="returnParams()" {% endblock %}