{% extends "base.html" %} {% block title %}Volume sketched landscape explorer · cryoDRGN{% endblock %} {% from "_macros.html" import nav_page_title_span %} {% block nav_page_title %}{{ nav_page_title_span("Volume sketched landscape explorer") }}{% endblock %} {% block head %} {% endblock %} {% block content %}
{% if no_landscape %}

{{ reason|safe }}

{% else %}

Animations

Animation output

GIF previews update automatically a moment after you change the selection (ChimeraX offscreen).

{% endif %}
{% if not no_landscape %} {% endif %} {% endblock %}