{% load common_filters %} {% comment %} {% endcomment %}
Acquisition Date: | |
---|---|
Import Date: | |
Archived: | {{ image.archived }} |
Dimensions (XY): | {{ image.getSizeX }} x {{ image.getSizeY }} |
Pixels Type: | {{ image.getPixelsType }} |
Pixels Size (XYZ){% if uX == uY and uX == uZ %} ({{ uX }}){% endif %}: |
{% if vX or vY or vZ %}
{{ vX|floatformat:2|default:'-' }} {% if vX %}{% if uX != uY or uX != uZ %}({{ uX }}){% endif %}{% endif %}
x {{ vY|floatformat:2|default:'-' }} {% if vY %}{% if uX != uY or uX != uZ %}({{ uY }}){% endif %}{% endif %}
x {{ vZ|floatformat:2|default:'-' }} {% if vZ %}{% if uX != uY or uX != uZ %}({{ uZ }}){% endif %}{% endif %}
{% else %}-{% endif %}
|
{% endwith %}
{% endwith %}
Z-sections/Timepoints: | {{ image.getSizeZ }} x {{ image.getSizeT }} |
Channels: |
{% with channelLabels=image.getChannelLabels %}
{% if channelLabels %}
{% for label in channelLabels %}{% if not forloop.first %}, {% endif %}{{ label|escape }}{% endfor %}
{% if image.canEdit %}
{% endif %}
{% else %}
No channel specified
{% endif %}
{% endwith %}
|
ROI Count: | {{ image.getROICount }} |