{% extends 'base.html' %} {% block title %} Case {{ case_name }}{{ block.super }} {% endblock %} {% block content %} {{ block.super }}

{{ info }}

{{ error }}

Test Rating: {{ rating }}

{% if rating and rating != 'unrated' %}

Metric from -1 (worst possible) to 1 (perfect). On average, a random submission produces a rating of 0.

{% endif %} Metric description
{% if showfind %}

The (Lat,Lon) position for the actual find location was: {{ find_pt }}
This mapped to the grid cell {{ find_grid }} on your submitted grayscale image.
The actual find location is plotted below at point "F":

{% include 'map.html' with dynamic_map_id='dynamic_map_find' showfind=True %}
{% endif %} {% include 'case.html' %}

Return to test list |  Return to model menu

{% endblock %}