{% extends "base_visualize.html" %} {% set active_page = "rollingwindow" %} {% block head %} {% endblock %} {% block title %}Rolling Window{% endblock %} {% block options %}
Rolling Window Options
1. Select Active Document
{% for fileID, label in labels.items() %}
{% endfor %} {% if labels|len == 0 %} No active document found.
Please activate at least 1 document using the Manage tool or Upload a new document.
{% endif %}
2. Select Calculation Type
3. Enter Search Terms
Search Pattern(s):
 
 

Search pattern(s) as:

4. Define Window
5. Choose Display Options
6. Get Graph
{% endblock %} {% block results %}
Loading...
Rolling Windows
{% endblock %}