{% load common_filters %} {% comment %} {% endcomment %} {% if image.getAcquisitionDate %} {% endif %} {% if manager.well %} {% endif %}
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) ({{ image.getPixelSizeXMicrons|lengthunit}}):
{{ image.getPixelSizeXMicrons|lengthformat|floatformat:2 }} x {{ image.getPixelSizeYMicrons|lengthformat|floatformat:2 }} {% if image.getPixelSizeZMicrons %} x {{ image.getPixelSizeZMicrons|lengthformat|floatformat:2 }} {% 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 }}
Status: {{ manager.well.status|default:"None" }}