Tract | -nPatches | -
{{tract['number']}} | -- {% for band in bands %} - {{band}}: 3: - {% endfor %} - | -
{{header|safe}} | + {% for header in header_dict %} ++ + {{header|safe}} + + | {% endfor %}||
---|---|---|---|
{{cell|safe}} | + + {% for tract in content_dict %} +|||
+ + {{tract}} + + | + {% for cell in content_dict[tract][1:] %} + {% if cell|length == 1 %} +{{cell[0]|safe}} | + {% else %} + {% if 'badValue' in cell[0] %} ++ + {{cell[0]|safe}} + + | + {% else %} +{{cell[0]|safe}} | + {% endif %} + {% endif %} {% endfor %} -