{% extends layout|default('base.html', true) %} {% block style %} {% endblock %} {% block content %}
{{ project.image.src }}
{# "3 channel(s)" is true of a brightfield image's storage
and wrong about what it is: three samples of one colour
picture are not three markers. #}
{% if project.imageType == 'brightfield' %}Colour (RGB)
{% else %}{{ project.image.channelCount or 0 }} channel(s)
{% endif %}
{% if project.image.size[0] %}
· {{ project.image.size[0] }} × {{ project.image.size[1] }} px
{% endif %}
Features: {{ project.data.features.get('layer') or project.data.features.get('source') or 'X' }}
{% if project.data.subset.get('column') %}
Image: {{ project.data.subset['column'] }} = {{ project.data.subset['value'] }}
{% endif %}