{% load common_filters %} {% comment %} {% endcomment %}
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 %}
|
{% 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 }} |