Analyses
No further analytical post-processors are available for this query. {% if subqueries|length > 0 %} Results for analyses that were run earlier are available in the panel above. {% endif %}
{% else %} {% set part = "main" %}Select analysis
{% if is_postprocessor_running %}Further analyses may be queued once all analyses currently queued for this result have been completed.
{% endif %}Start your analysis of the retrieved data by choosing one of the post-processors below. Note that some may take a while to complete, so carefully consider which one you want to run before queueing it.
Documentation about the various modes of analysis and what to take into account when using 4CAT data is available as well.
{% set cat = namespace(egory='') %} {% for processor in query.postprocessors.values() %} {% if processor.category != cat.egory %} {% if cat.egory != '' %}{% endif %} {% set cat.egory = processor.category %}{{ processor.category }}
-
{% endif %}
{% include "postprocessor-details.html" %}
{% endfor %}
{% endif %}
{% endif %}