{% extends "idr_gallery/base.html" %} {% block content %}
Thumbnail for {{ image.name }}

Image Name: {{ image.name }}

ID: {{ image.id }}
Study: {{ idr_study }}

This image is not viewable online.
The IDR only supports the viewing of OME-Zarr images.

{% if fileset %}

Download Image Files

{% if data_location == "Github" %}

This image is defined by a {% if is_pattern %}.pattern{% else %}companion.ome{% endif %} file and sibling .tiff files which are on GitHub (links below). Each .tiff file is a symbolic link to the actual image file in {{ download_url }}.

{% elif fileset.file_urls|length == 1 %}

There is 1 file associated with this image. Click to download:

{% else %}

There are {{ fileset.file_urls|length }} files associated with this image which can be downloaded from the links below. For more download options, including bulk download using Globus or FTP clients, see the IDR Data download page.

{% endif %} {% else %}

No associated fileset.

{% endif %}
{% endblock %}