{% set tapestry_width = 100 %} {% set fontsize2image_container_width = 1 / 30 %} {% set image_container_width = (98 / ncols) / (1 + 1.2 * fontsize2image_container_width) %} {% set fontsize = [image_container_width * fontsize2image_container_width, 0.75]|max %} {% set image_width = image_container_width / (1 - colorbar2width) %} {% set image_height = image_width / aspect_ratio %} {% set tapestry_height = (image_height + 1.4 * fontsize) * nrows + 2 %}
{% for patches_row in patches_collection:%} {% for patch in patches_row: %} {% endfor %} {% endfor %}
{{ patch.image_relative_path }}

{{ patch.text_right_bottom }}

{{ patch.text_right_top }}

{{ patch.text_below }}

Pipe Name: {{ patch.pipe_name }}

Smoothness: {{ patch.smoothness}}

Tif file: {{ patch.tif_file}}

Plugin Params:
{{ patch.plugin_params }}
{% if patch.movie_file is not none: %} (movie) {% endif %}