MiniTIAS 照明均一性評価レポート

生成日時: {{ generated_at }}

均一性サマリ

{% for row in summary_rows %} {% endfor %}
画像名 平均輝度 標準偏差 CoV 最大/最小比 最大輝度 最小輝度
{{ row.image_name }} {{ "%.2f"|format(row.mean|float) }} {{ "%.2f"|format(row.std|float) }} {{ "%.4f"|format(row.cov|float) }} {{ "%.4f"|format(row.max_min_ratio|float) }} {{ "%.2f"|format(row.max|float) }} {{ "%.2f"|format(row.min|float) }}

空間解析サマリ(中心-周辺勾配)

{% for row in spatial_rows %} {% endfor %}
画像名 中心平均輝度 中間平均輝度 周辺平均輝度 中心/周辺比 勾配量 (%)
{{ row.image_name }} {{ "%.2f"|format(row.center_mean|float) }} {{ "%.2f"|format(row.middle_mean|float) }} {{ "%.2f"|format(row.periphery_mean|float) }} {{ "%.4f"|format(row.center_periphery_ratio|float) }} {{ "%.2f"|format(row.gradient_magnitude|float) }}

画像別詳細

{% for item in image_details %}

{{ item.name }}

{% if item.luminance_map %}
輝度マップ

輝度マップ

{% endif %} {% if item.histogram %}
輝度ヒストグラム

輝度ヒストグラム

{% endif %} {% if item.radial_profile %}
放射状プロファイル

放射状輝度プロファイル

{% endif %} {% if item.zone_map %}
ゾーンマップ

ゾーンマップ(中心 / 中間 / 周辺)

{% endif %}
{% endfor %}