{% load common_filters %} {% comment %} {% endcomment %} {% if image.getAcquisitionDate %} {% endif %} {% if image.archived %} {% endif %} {% with psX=image.getPixelSizeXWithUnits psY=image.getPixelSizeYWithUnits psZ=image.getPixelSizeZWithUnits %} {% with vX=psX.0 vY=psY.0 vZ=psZ.0 uX=psX.1 uY=psY.1 uZ=psZ.1 %} {% endwith %} {% endwith %}
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 %}
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 }}