{% load common_filters %} {% comment %} {% endcomment %} {% if image.getAcquisitionDate %} {% endif %} {% with psX=image.getPixelSizeXWithUnits psY=image.getPixelSizeYWithUnits psZ=image.getPixelSizeZWithUnits %} {% with uX=psX.1 uY=psY.1 uZ=psZ.1 %} {% endwith %} {% endwith %}
Acquisition Date: {{ image.getAcquisitionDate|date:"Y-m-d H:i:s" }}
Import Date: {{ image.creationEventDate|date:"Y-m-d H:i:s" }}
Dimensions (XY): {{ image.getSizeX }} x {{ image.getSizeY }}
Pixels Type: {{ image.getPixelsType }}
Pixels Size (XYZ){% if uX == uY and uX == uZ %} ({{ uX }}){% endif %}:
{{ psX.0|floatformat:2 }} {% if uX != uY or uX != uZ %}({{ uX }}){% endif %} x {{ psY.0|floatformat:2 }} {% if uX != uY or uX != uZ %}({{ uY }}){% endif %} {% if psZ.0 %} x {{ psZ.0|floatformat:2 }} {% if uX != uY or uX != uZ %}({{ uZ }}){% endif %} {% endif %}
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 }}